All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: Armin Kuster <akuster808@gmail.com>
Cc: OpenEmbedded Devel List <openembedded-devel@openembedded.org>
Subject: Re: [zeus 00/13] Patch review
Date: Thu, 19 Mar 2020 01:44:25 -0700	[thread overview]
Message-ID: <CAMKF1sooQTeEkmOSu+torVhMZ8R_3FqCzEOWwRMT0drKpAOZDw@mail.gmail.com> (raw)
In-Reply-To: <cover.1583981708.git.akuster808@gmail.com>

look

On Wed, Mar 11, 2020 at 7:58 PM Armin Kuster <akuster808@gmail.com> wrote:
>
> Here is the next set for meta-openembedded.
> Please have reviews back by Friday.
>
> The following changes since commit bb65c27a772723dfe2c15b5e1b27bcc1a1ed884c:
>
>   fluentbit: Fix packaging in multilib env (2020-01-30 18:38:10 -0800)
>
> are available in the Git repository at:
>
>   git://git.openembedded.org/meta-openembedded-contrib stable/zeus-nut
>   http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/zeus-nut
>
> Adrian Bunk (1):
>   wireshark: Upgrade 3.0.6 -> 3.0.8
>
> Carlos Rafael Giani (1):
>   opencv: Enable pkg-config .pc file generation
>
> Khem Raj (2):
>   ade: Fix install paths in multilib builds
>   sanlock: Replace cp -a with cp -R --no-dereference
>
> Martin Jansa (1):
>   s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig:
>     use git fetcher instead of svn fetcher
>
> Mike Krupicka (1):
>   mosquitto: Use mosquitto.init for daemon init
>
> Paul Barker (1):
>   lmsensors: Fix sensord dependencies
>
> Peter Kjellerstedt (2):
>   lvm2, libdevmapper: Do not patch configure
>   libldb: Do not require the "pam" distro feature to be enabled
>
> Ross Burton (4):
>   opencv: don't download during configure
>   opencv: also download face alignment data in do_fetch()
>   opencv: PACKAGECONFIG for G-API, use system ADE
>   opencv: abort configure if we need to download
>
>  .../mosquitto/files/mosquitto.init            |  2 +-
>  .../recipes-support/libldb/libldb_1.5.6.bb    |  3 +-
>  ...{wireshark_3.0.6.bb => wireshark_3.0.8.bb} |  4 +-
>  .../recipes-bsp/lm_sensors/lmsensors_3.5.0.bb |  3 +-
>  ...cp-a-with-cp-R-no-dereference-preser.patch | 51 +++++++++++++++++++
>  .../recipes-extended/sanlock/sanlock_3.8.0.bb |  4 +-
>  ...gure-Fix-setting-of-CLDFLAGS-default.patch | 34 +------------
>  ...tallDirs-for-detecting-install-paths.patch | 39 ++++++++++++++
>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb  |  1 +
>  .../opencv/opencv/download.patch              | 32 ++++++++++++
>  .../recipes-support/opencv/opencv_4.1.0.bb    | 32 ++++++++++--
>  ...3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} |  7 ++-
>  ...3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} |  6 +--
>  ...ive_svn.bb => sjf2410-linux-native_git.bb} | 11 ++--
>  .../{usbpath_svn.bb => usbpath_git.bb}        | 10 ++--
>  .../{wmiconfig_svn.bb => wmiconfig_git.bb}    | 13 +++--
>  16 files changed, 183 insertions(+), 69 deletions(-)
>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.6.bb => wireshark_3.0.8.bb} (95%)
>  create mode 100644 meta-oe/recipes-extended/sanlock/sanlock/0001-sanlock-Replace-cp-a-with-cp-R-no-dereference-preser.patch
>  create mode 100644 meta-oe/recipes-support/opencv/ade/0001-use-GNUInstallDirs-for-detecting-install-paths.patch
>  create mode 100644 meta-oe/recipes-support/opencv/opencv/download.patch
>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb} (73%)
>  rename meta-oe/recipes-support/samsung-soc-utils/{s3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb} (74%)
>  rename meta-oe/recipes-support/samsung-soc-utils/{sjf2410-linux-native_svn.bb => sjf2410-linux-native_git.bb} (72%)
>  rename meta-oe/recipes-support/usbpath/{usbpath_svn.bb => usbpath_git.bb} (68%)
>  rename meta-oe/recipes-support/wmiconfig/{wmiconfig_svn.bb => wmiconfig_git.bb} (58%)
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  parent reply	other threads:[~2020-03-19  8:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-12  2:57 [zeus 00/13] Patch review Armin Kuster
2020-03-12  2:57 ` [zeus 01/13] mosquitto: Use mosquitto.init for daemon init Armin Kuster
2020-03-12  2:57 ` [zeus 02/13] wireshark: Upgrade 3.0.6 -> 3.0.8 Armin Kuster
2020-03-12  2:57 ` [zeus 03/13] lvm2, libdevmapper: Do not patch configure Armin Kuster
2020-03-12  2:57 ` [zeus 04/13] lmsensors: Fix sensord dependencies Armin Kuster
2020-03-12  2:57 ` [zeus 05/13] libldb: Do not require the "pam" distro feature to be enabled Armin Kuster
2020-03-12  2:57 ` [zeus 06/13] ade: Fix install paths in multilib builds Armin Kuster
2020-03-12  2:57 ` [zeus 07/13] opencv: Enable pkg-config .pc file generation Armin Kuster
2020-03-12  2:57 ` [zeus 08/13] opencv: don't download during configure Armin Kuster
2020-03-12  2:57 ` [zeus 09/13] opencv: also download face alignment data in do_fetch() Armin Kuster
2020-03-12  2:57 ` [zeus 10/13] opencv: PACKAGECONFIG for G-API, use system ADE Armin Kuster
2020-03-12  2:57 ` [zeus 11/13] opencv: abort configure if we need to download Armin Kuster
2020-03-12  2:57 ` [zeus 12/13] s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: use git fetcher instead of svn fetcher Armin Kuster
2020-03-12  2:57 ` [zeus 13/13] sanlock: Replace cp -a with cp -R --no-dereference Armin Kuster
2020-03-19  8:44 ` Khem Raj [this message]
2020-03-19 23:16   ` [zeus 00/13] Patch review akuster808
2020-03-20  0:23     ` Tim Orling
2020-03-20  1:40     ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMKF1sooQTeEkmOSu+torVhMZ8R_3FqCzEOWwRMT0drKpAOZDw@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.