All of lore.kernel.org
 help / color / mirror / Atom feed
* zeus pull request
@ 2019-12-08 16:28 akuster808
  2019-12-09 21:32 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2019-12-08 16:28 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Khem Raj


The following changes since commit aad5b3d070cd8c58828b0975cf861d8ebc90f460:

  README: updated Maintainers list for Zeus (2019-10-30 14:16:04 -0700)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded zeus-next

for you to fetch changes up to 0d16b31c3d96e0797d3335d44545412996c48c9a:

  mbedtls: upgrade 2.16.2 -> 2.16.3 (2019-12-08 08:12:43 -0800)

----------------------------------------------------------------
Andreas Oberritter (1):
      samba: fix installation for minimal build

Denys Dmytriyenko (1):
      mbedtls: upgrade 2.16.2 -> 2.16.3

Hongxu Jia (1):
      python-more-itertools.inc: fix python2 package not incorrectly
generated

Khem Raj (1):
      rsyslog: Dont force enable atomic builtins on mips

Michael Scott (1):
      modemmanager: Upgrade 1.10.6 -> 1.10.8

Slater, Joseph (1):
      php: fix CVE-2019-11043

Stefan Wiehler (1):
      nvme-cli: defer host ID generation to post installation

Trevor Gamblin (3):
      rsyslog: fix CVE-2019-17041
      rsyslog: upgrade from v8.1908.0 to v8.1910.0
      quagga: fix PIDFile path for service files

Yi Zhao (2):
      samba: upgrade 4.10.8 -> 4.10.10
      freeradius: fix CVE-2019-10143

Zheng Ruoqin (2):
      mariadb: upgrade 10.3.16 -> 10.3.18
      wireshark: upgrade 3.0.3 -> 3.0.6

niko.mauno@vaisala.com (2):
      gitpkgv.bbclass: Use --git-dir option
      gitpkgv.bbclass: Support also lightweight tags

 ...-to-radiusd-user-group-when-rotating-logs.patch | 104
+++++++++++++++++++++
 .../freeradius/freeradius_3.0.19.bb                |   1 +
 .../{mbedtls_2.16.2.bb => mbedtls_2.16.3.bb}       |   4 +-
 .../samba/{samba_4.10.8.bb => samba_4.10.10.bb}    |  20 ++--
 .../recipes-protocols/quagga/files/bgpd.service    |   4 +-
 .../recipes-protocols/quagga/files/ospf6d.service  |   4 +-
 .../recipes-protocols/quagga/files/ospfd.service   |   4 +-
 .../recipes-protocols/quagga/files/ripd.service    |   4 +-
 .../recipes-protocols/quagga/files/ripngd.service  |   4 +-
 .../recipes-protocols/quagga/files/zebra.service   |   4 +-
 .../{wireshark_3.0.3.bb => wireshark_3.0.6.bb}     |   4 +-
 meta-oe/classes/gitpkgv.bbclass                    |  15 ++-
 meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb       |   5 +-
 ...demmanager_1.10.6.bb => modemmanager_1.10.8.bb} |   4 +-
 ...native_10.3.16.bb => mariadb-native_10.3.18.bb} |   0
 meta-oe/recipes-dbs/mysql/mariadb.inc              |   4 +-
 .../{mariadb_10.3.16.bb => mariadb_10.3.18.bb}     |   0
 .../recipes-devtools/php/php/CVE-2019-11043.patch  |  38 ++++++++
 meta-oe/recipes-devtools/php/php_7.3.9.bb          |   1 +
 .../rsyslog/rsyslog/0001-Out-of-bounds-issue.patch |  31 ------
 .../{rsyslog_8.1908.0.bb => rsyslog_8.1910.0.bb}   |   6 +-
 .../python/python-more-itertools.inc               |   2 -
 22 files changed, 188 insertions(+), 75 deletions(-)
 create mode 100644
meta-networking/recipes-connectivity/freeradius/files/0001-su-to-radiusd-user-group-when-rotating-logs.patch
 rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_2.16.2.bb
=> mbedtls_2.16.3.bb} (92%)
 rename meta-networking/recipes-connectivity/samba/{samba_4.10.8.bb =>
samba_4.10.10.bb} (95%)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.0.3.bb =>
wireshark_3.0.6.bb} (95%)
 rename
meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.6.bb =>
modemmanager_1.10.8.bb} (92%)
 rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.3.16.bb =>
mariadb-native_10.3.18.bb} (100%)
 rename meta-oe/recipes-dbs/mysql/{mariadb_10.3.16.bb =>
mariadb_10.3.18.bb} (100%)
 create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-11043.patch
 delete mode 100644
meta-oe/recipes-extended/rsyslog/rsyslog/0001-Out-of-bounds-issue.patch
 rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.1908.0.bb =>
rsyslog_8.1910.0.bb} (97%)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zeus pull request
  2019-12-08 16:28 zeus pull request akuster808
@ 2019-12-09 21:32 ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2019-12-09 21:32 UTC (permalink / raw)
  To: akuster808, OpenEmbedded Devel List

On Sun, 2019-12-08 at 08:28 -0800, akuster808 wrote:
> The following changes since commit
> aad5b3d070cd8c58828b0975cf861d8ebc90f460:
> 
>   README: updated Maintainers list for Zeus (2019-10-30 14:16:04
> -0700)
> 
> are available in the git repository at:
> 
>   git://git.openembedded.org/meta-openembedded zeus-next
> 
> for you to fetch changes up to
> 0d16b31c3d96e0797d3335d44545412996c48c9a:
> 
>   mbedtls: upgrade 2.16.2 -> 2.16.3 (2019-12-08 08:12:43 -0800)
> 
> ----------------------------------------------------------------
> Andreas Oberritter (1):
>       samba: fix installation for minimal build
> 
> Denys Dmytriyenko (1):
>       mbedtls: upgrade 2.16.2 -> 2.16.3
> 
> Hongxu Jia (1):
>       python-more-itertools.inc: fix python2 package not incorrectly
> generated
> 
> Khem Raj (1):
>       rsyslog: Dont force enable atomic builtins on mips
> 
> Michael Scott (1):
>       modemmanager: Upgrade 1.10.6 -> 1.10.8
> 
> Slater, Joseph (1):
>       php: fix CVE-2019-11043
> 
> Stefan Wiehler (1):
>       nvme-cli: defer host ID generation to post installation
> 
> Trevor Gamblin (3):
>       rsyslog: fix CVE-2019-17041
>       rsyslog: upgrade from v8.1908.0 to v8.1910.0
>       quagga: fix PIDFile path for service files
> 
> Yi Zhao (2):
>       samba: upgrade 4.10.8 -> 4.10.10
>       freeradius: fix CVE-2019-10143
> 
> Zheng Ruoqin (2):
>       mariadb: upgrade 10.3.16 -> 10.3.18
>       wireshark: upgrade 3.0.3 -> 3.0.6
> 
> niko.mauno@vaisala.com (2):
>       gitpkgv.bbclass: Use --git-dir option
>       gitpkgv.bbclass: Support also lightweight tags
> 

merged thanks

>  ...-to-radiusd-user-group-when-rotating-logs.patch | 104
> +++++++++++++++++++++
>  .../freeradius/freeradius_3.0.19.bb                |   1 +
>  .../{mbedtls_2.16.2.bb => mbedtls_2.16.3.bb}       |   4 +-
>  .../samba/{samba_4.10.8.bb => samba_4.10.10.bb}    |  20 ++--
>  .../recipes-protocols/quagga/files/bgpd.service    |   4 +-
>  .../recipes-protocols/quagga/files/ospf6d.service  |   4 +-
>  .../recipes-protocols/quagga/files/ospfd.service   |   4 +-
>  .../recipes-protocols/quagga/files/ripd.service    |   4 +-
>  .../recipes-protocols/quagga/files/ripngd.service  |   4 +-
>  .../recipes-protocols/quagga/files/zebra.service   |   4 +-
>  .../{wireshark_3.0.3.bb => wireshark_3.0.6.bb}     |   4 +-
>  meta-oe/classes/gitpkgv.bbclass                    |  15 ++-
>  meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb       |   5 +-
>  ...demmanager_1.10.6.bb => modemmanager_1.10.8.bb} |   4 +-
>  ...native_10.3.16.bb => mariadb-native_10.3.18.bb} |   0
>  meta-oe/recipes-dbs/mysql/mariadb.inc              |   4 +-
>  .../{mariadb_10.3.16.bb => mariadb_10.3.18.bb}     |   0
>  .../recipes-devtools/php/php/CVE-2019-11043.patch  |  38 ++++++++
>  meta-oe/recipes-devtools/php/php_7.3.9.bb          |   1 +
>  .../rsyslog/rsyslog/0001-Out-of-bounds-issue.patch |  31 ------
>  .../{rsyslog_8.1908.0.bb => rsyslog_8.1910.0.bb}   |   6 +-
>  .../python/python-more-itertools.inc               |   2 -
>  22 files changed, 188 insertions(+), 75 deletions(-)
>  create mode 100644
> meta-networking/recipes-connectivity/freeradius/files/0001-su-to-
> radiusd-user-group-when-rotating-logs.patch
>  rename meta-networking/recipes-
> connectivity/mbedtls/{mbedtls_2.16.2.bb
> => mbedtls_2.16.3.bb} (92%)
>  rename meta-networking/recipes-connectivity/samba/{samba_4.10.8.bb
> =>
> samba_4.10.10.bb} (95%)
>  rename meta-networking/recipes-support/wireshark/{wireshark_3.0.3.bb 
> =>
> wireshark_3.0.6.bb} (95%)
>  rename
> meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.10.6.bb =>
> modemmanager_1.10.8.bb} (92%)
>  rename meta-oe/recipes-dbs/mysql/{mariadb-native_10.3.16.bb =>
> mariadb-native_10.3.18.bb} (100%)
>  rename meta-oe/recipes-dbs/mysql/{mariadb_10.3.16.bb =>
> mariadb_10.3.18.bb} (100%)
>  create mode 100644 meta-oe/recipes-devtools/php/php/CVE-2019-
> 11043.patch
>  delete mode 100644
> meta-oe/recipes-extended/rsyslog/rsyslog/0001-Out-of-bounds-
> issue.patch
>  rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.1908.0.bb =>
> rsyslog_8.1910.0.bb} (97%)
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zeus pull request
  2020-03-17 15:12   ` akuster808
@ 2020-03-17 15:19     ` Paul Barker
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Barker @ 2020-03-17 15:19 UTC (permalink / raw)
  To: akuster808; +Cc: OpenEmbedded Devel List

On Tue, 17 Mar 2020 08:12:54 -0700
akuster808 <akuster808@gmail.com> wrote:

> On 3/17/20 8:04 AM, Paul Barker wrote:
> > On Tue, 17 Mar 2020 07:48:47 -0700
> > akuster808 <akuster808@gmail.com> wrote:
> >  
> >> 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:
> >>
> >>   https://git.openembedded.org/meta-openembedded zeus-next
> >>
> >> for you to fetch changes up to 9e60d30669a2ad0598e9abf0cd15ee06b523986b:
> >>
> >>   sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15
> >> 13:30:34 -0700)
> >>
> >> ----------------------------------------------------------------
> >> 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 +-
> >>  meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb  |  3 +-
> >>  ...lace-cp-a-with-cp-R-no-dereference-preser.patch | 51
> >> ++++++++++++++++++++++
> >>  meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb  |  4 +-
> >>  ...configure-Fix-setting-of-CLDFLAGS-default.patch | 34 +--------------
> >>  ...NUInstallDirs-for-detecting-install-paths.patch | 39 +++++++++++++++++
> >>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb       |  1 +
> >>  .../recipes-support/opencv/opencv/download.patch   | 32 ++++++++++++++
> >>  meta-oe/recipes-support/opencv/opencv_4.1.0.bb     | 32 ++++++++++++--
> >>  .../{s3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb}   |  7 ++-
> >>  .../{s3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb}   |  6 +--
> >>  ...x-native_svn.bb => sjf2410-linux-native_git.bb} | 11 +++--
> >>  .../usbpath/{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%)
> >>  
> > Could we also consider backport of:  
> hmm, that might be a bit hard. 
> >
> > kernel-yocto.bbclass: Support config fragments with externalsrc (44f04c03)
> > perf: Fix externalsrc support (eab605ba)
> > kernelsrc.bbclass: Fix externalsrc support (2c17d35c)  
> 
> aren't this in core ??

oops. Yes, I was talking about core, should have sent this as a separate
mail to the other list.

-- 
Paul Barker
Konsulko Group


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zeus pull request
  2020-03-17 15:04 ` Paul Barker
@ 2020-03-17 15:12   ` akuster808
  2020-03-17 15:19     ` Paul Barker
  0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2020-03-17 15:12 UTC (permalink / raw)
  To: Paul Barker; +Cc: OpenEmbedded Devel List



On 3/17/20 8:04 AM, Paul Barker wrote:
> On Tue, 17 Mar 2020 07:48:47 -0700
> akuster808 <akuster808@gmail.com> wrote:
>
>> 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:
>>
>>   https://git.openembedded.org/meta-openembedded zeus-next
>>
>> for you to fetch changes up to 9e60d30669a2ad0598e9abf0cd15ee06b523986b:
>>
>>   sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15
>> 13:30:34 -0700)
>>
>> ----------------------------------------------------------------
>> 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 +-
>>  meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb  |  3 +-
>>  ...lace-cp-a-with-cp-R-no-dereference-preser.patch | 51
>> ++++++++++++++++++++++
>>  meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb  |  4 +-
>>  ...configure-Fix-setting-of-CLDFLAGS-default.patch | 34 +--------------
>>  ...NUInstallDirs-for-detecting-install-paths.patch | 39 +++++++++++++++++
>>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb       |  1 +
>>  .../recipes-support/opencv/opencv/download.patch   | 32 ++++++++++++++
>>  meta-oe/recipes-support/opencv/opencv_4.1.0.bb     | 32 ++++++++++++--
>>  .../{s3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb}   |  7 ++-
>>  .../{s3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb}   |  6 +--
>>  ...x-native_svn.bb => sjf2410-linux-native_git.bb} | 11 +++--
>>  .../usbpath/{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%)
>>
> Could we also consider backport of:
hmm, that might be a bit hard. 
>
> kernel-yocto.bbclass: Support config fragments with externalsrc (44f04c03)
> perf: Fix externalsrc support (eab605ba)
> kernelsrc.bbclass: Fix externalsrc support (2c17d35c)

aren't this in core ??

- armin
> Thanks,
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: zeus pull request
  2020-03-17 14:48 akuster808
@ 2020-03-17 15:04 ` Paul Barker
  2020-03-17 15:12   ` akuster808
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Barker @ 2020-03-17 15:04 UTC (permalink / raw)
  To: akuster808; +Cc: OpenEmbedded Devel List

On Tue, 17 Mar 2020 07:48:47 -0700
akuster808 <akuster808@gmail.com> wrote:

> 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:
> 
>   https://git.openembedded.org/meta-openembedded zeus-next
> 
> for you to fetch changes up to 9e60d30669a2ad0598e9abf0cd15ee06b523986b:
> 
>   sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15
> 13:30:34 -0700)
> 
> ----------------------------------------------------------------
> 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 +-
>  meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb  |  3 +-
>  ...lace-cp-a-with-cp-R-no-dereference-preser.patch | 51
> ++++++++++++++++++++++
>  meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb  |  4 +-
>  ...configure-Fix-setting-of-CLDFLAGS-default.patch | 34 +--------------
>  ...NUInstallDirs-for-detecting-install-paths.patch | 39 +++++++++++++++++
>  meta-oe/recipes-support/opencv/ade_0.1.1f.bb       |  1 +
>  .../recipes-support/opencv/opencv/download.patch   | 32 ++++++++++++++
>  meta-oe/recipes-support/opencv/opencv_4.1.0.bb     | 32 ++++++++++++--
>  .../{s3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb}   |  7 ++-
>  .../{s3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb}   |  6 +--
>  ...x-native_svn.bb => sjf2410-linux-native_git.bb} | 11 +++--
>  .../usbpath/{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%)
> 

Could we also consider backport of:

kernel-yocto.bbclass: Support config fragments with externalsrc (44f04c03)
perf: Fix externalsrc support (eab605ba)
kernelsrc.bbclass: Fix externalsrc support (2c17d35c)

Thanks,

-- 
Paul Barker
Konsulko Group


^ permalink raw reply	[flat|nested] 7+ messages in thread

* zeus pull request
@ 2020-03-17 14:48 akuster808
  2020-03-17 15:04 ` Paul Barker
  0 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2020-03-17 14:48 UTC (permalink / raw)
  To: OpenEmbedded Devel List

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:

  https://git.openembedded.org/meta-openembedded zeus-next

for you to fetch changes up to 9e60d30669a2ad0598e9abf0cd15ee06b523986b:

  sanlock: Replace cp -a with cp -R --no-dereference (2020-03-15
13:30:34 -0700)

----------------------------------------------------------------
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 +-
 meta-oe/recipes-bsp/lm_sensors/lmsensors_3.5.0.bb  |  3 +-
 ...lace-cp-a-with-cp-R-no-dereference-preser.patch | 51
++++++++++++++++++++++
 meta-oe/recipes-extended/sanlock/sanlock_3.8.0.bb  |  4 +-
 ...configure-Fix-setting-of-CLDFLAGS-default.patch | 34 +--------------
 ...NUInstallDirs-for-detecting-install-paths.patch | 39 +++++++++++++++++
 meta-oe/recipes-support/opencv/ade_0.1.1f.bb       |  1 +
 .../recipes-support/opencv/opencv/download.patch   | 32 ++++++++++++++
 meta-oe/recipes-support/opencv/opencv_4.1.0.bb     | 32 ++++++++++++--
 .../{s3c24xx-gpio_svn.bb => s3c24xx-gpio_git.bb}   |  7 ++-
 .../{s3c64xx-gpio_svn.bb => s3c64xx-gpio_git.bb}   |  6 +--
 ...x-native_svn.bb => sjf2410-linux-native_git.bb} | 11 +++--
 .../usbpath/{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%)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* zeus pull request
@ 2020-01-05 22:57 akuster808
  0 siblings, 0 replies; 7+ messages in thread
From: akuster808 @ 2020-01-05 22:57 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Khem Raj

The following changes since commit 0d16b31c3d96e0797d3335d44545412996c48c9a:

  mbedtls: upgrade 2.16.2 -> 2.16.3 (2019-12-08 08:12:43 -0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded zeus-next

for you to fetch changes up to e855ecc6d35677e79780adc57b2552213c995731:

  ruli: Fix install step and build samples too (2020-01-05 14:44:11 -0800)

----------------------------------------------------------------
Adrian Bunk (3):
      networkmanager: Upgrade 1.18.2 -> 1.18.4
      gpsd: Backport a memory leak fix
      libqmi: Upgrade 1.24.0 -> 1.24.2

Changqing Li (1):
      xfce-dusk-gtk3: correct invalid SRC_URI

Hongxu Jia (1):
      python-more-itertools: downgrade 7.2.0 -> 5.0.0

Kai Kang (1):
      fltk: fix build error when enable package config examples

Khem Raj (4):
      grpc: Define libdir and cmakedir in terms of multilib
      tinyalsa: fix installation libdir path to match multilibs
      libqb: Add --enable-nosection-fallback with mips64/clang
      ruli: Fix install step and build samples too

Stefan Agner (1):
      networkmanager: do not deploy unnecessary udev rule file

Zhixiong Chi (1):
      gtkwave: add the libtirpc dependence and config

zhangxiao (1):
      syslog-ng: Fix multilib header conflict - syslog-ng-config.h

 .../recipes-multimedia/tinyalsa/tinyalsa.bb        |   4 +-
 ...NSTALL_-path-instead-of-hardcoding-bin-li.patch |  46 ++++++
 ...kmanager_1.18.2.bb => networkmanager_1.18.4.bb} |   9 +-
 .../recipes-devtools/grpc/grpc_1.24.1.bb           |   4 +-
 .../0001-Fix-build-with-format-string-checks.patch |  29 +++-
 ...001-Make-space-for-flags-from-environment.patch |  95 +++++++++++
 ...li_srv-Mark-prev_addr_list_size-as-unused.patch |  35 ++++
 .../recipes-support/ruli/files/Makefile.patch      | 122 --------------
 meta-networking/recipes-support/ruli/ruli_0.36.bb  |  23 ++-
 .../libqmi/{libqmi_1.24.0.bb => libqmi_1.24.2.bb}  |   4 +-
 meta-oe/recipes-extended/libqb/libqb_1.0.5.bb      |   6 +-
 meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.98.bb |   2 +-
 .../gpsd/0001-gps_shm_close-Free-privdata.patch    |  37 +++++
 meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb       |   1 +
 meta-oe/recipes-support/fltk/fltk.bb               |   7 +-
 ...error-when-enable-package-config-examples.patch | 182
+++++++++++++++++++++
 meta-oe/recipes-support/syslog-ng/syslog-ng.inc    |   4 +-
 .../python/python-more-itertools.inc               |   3 -
 .../python/python-more-itertools_5.0.0.bb          |   7 +
 .../python/python-more-itertools_7.2.0.bb          |   2 -
 .../python/python3-more-itertools_7.2.0.bb         |   3 +
 .../xfce-dusk-gtk3/xfce-dusk-gtk3_1.3.bb           |   2 +-
 22 files changed, 474 insertions(+), 153 deletions(-)
 create mode 100644
meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa/0001-Use-CMAKE_INSTALL_-path-instead-of-hardcoding-bin-li.patch
 rename
meta-networking/recipes-connectivity/networkmanager/{networkmanager_1.18.2.bb
=> networkmanager_1.18.4.bb} (94%)
 create mode 100644
meta-networking/recipes-support/ruli/files/0001-Make-space-for-flags-from-environment.patch
 create mode 100644
meta-networking/recipes-support/ruli/files/0001-ruli_srv-Mark-prev_addr_list_size-as-unused.patch
 delete mode 100644
meta-networking/recipes-support/ruli/files/Makefile.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.0.bb =>
libqmi_1.24.2.bb} (85%)
 create mode 100644
meta-oe/recipes-navigation/gpsd/gpsd/0001-gps_shm_close-Free-privdata.patch
 create mode 100644
meta-oe/recipes-support/fltk/fltk/0004-Fix-build-error-when-enable-package-config-examples.patch
 create mode 100644
meta-python/recipes-devtools/python/python-more-itertools_5.0.0.bb
 delete mode 100644
meta-python/recipes-devtools/python/python-more-itertools_7.2.0.bb



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-17 15:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-08 16:28 zeus pull request akuster808
2019-12-09 21:32 ` Khem Raj
2020-01-05 22:57 akuster808
2020-03-17 14:48 akuster808
2020-03-17 15:04 ` Paul Barker
2020-03-17 15:12   ` akuster808
2020-03-17 15:19     ` Paul Barker

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.