[OE-core] [PATCH 1/5] package.bbclass: add PACKAGE_ADD_METADATA to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho The PACKAGE_ADD_METADATA can be used to define additional metadata for packages. Changes to this variable should affect the packaging sstate hash so packages are re-generated when this variable changes. This variable is added to both PKGDATA_VARS and PACKAGEVARS. It is needed

[OE-core] [PATCH 3/5] package_deb.bbclass: add PACKAGE_ADD_METADATA_DEB to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Refactor the addition of vardeps for this package class to use DEBEXTRAVARS and pass the items through gen_packagevar so package name specific overrides are accounted for. This matches the style used in package_ipk.bbclass. Additionally add PACKAGE_ADD_METADATA_DEB to the

[OE-core] [PATCH 2/5] package_ipk.bbclass: add PACKAGE_ADD_METADATA_IPK to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Add PACKAGE_ADD_METADATA_IPK to IPKEXTRAVARS so it affects the sstate hash of do_package_write_ipk. Signed-off-by: Michael Ho --- meta/classes/package_ipk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_ipk.bbclass

[OE-core] [PATCH 4/5] package_rpm.bbclass: add PACKAGE_ADD_METADATA_RPM to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Refactor the addition of vardeps for this package class to use RPMEXTRAVARS and pass the items through gen_packagevar so package name specific overrides are accounted for. This matches the style used in package_ipk.bbclass. Since do_package_write_rpm does not have any "extra

[OE-core] [PATCH 5/5] ref-manual: add PACKAGE_ADD_METADATA documentation

2020-05-25 Thread Michael Ho
From: Michael Ho Add a basic variable definition and a small section to the development tasks manual for using PACKAGE_ADD_METADATA to add custom metadata to packages. Signed-off-by: Michael Ho --- .../dev-manual/dev-manual-common-tasks.xml | 58 ++

[OE-core] [PATCH] package_rpm.bbclass: respect package overrides for the main package

2020-05-25 Thread Michael Ho
From: Michael Ho Apply ${PN} to OVERRIDES when determining the base package spec variables. Without this, there is a mismatch in behaviour where overrides for the base package have no effect while overrides for subpackages do. The subpackages should not be affected by this override as they apply

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-25 Thread Rahul Kumar
Hi Randy/Peter/community members, Can you please conclude I should go with which option. *Thanks & Regards,* Rahul Kumar Software Engineer,Linux Solutions Engineering Group,Montavista Software LLC Email Id: rah...@mvista.com On Thu, May 21, 2020 at

[OE-core] ✗ patchtest: failure for "package.bbclass: add PACKAGE_A..." and 4 more

2020-05-25 Thread Patchwork
== Series Details == Series: "package.bbclass: add PACKAGE_A..." and 4 more Revision: 1 URL : https://patchwork.openembedded.org/series/24303/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v2 2/4] package_ipk.bbclass: add PACKAGE_ADD_METADATA_IPK to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Add PACKAGE_ADD_METADATA_IPK to IPKEXTRAVARS so it affects the sstate hash of do_package_write_ipk. Signed-off-by: Michael Ho --- meta/classes/package_ipk.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/package_ipk.bbclass

[OE-core] [PATCH v2 4/4] package_rpm.bbclass: add PACKAGE_ADD_METADATA_RPM to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Refactor the addition of vardeps for this package class to use RPMEXTRAVARS and pass the items through gen_packagevar so package name specific overrides are accounted for. This matches the style used in package_ipk.bbclass. Since do_package_write_rpm does not have any "extra

[OE-core] [PATCH v2 3/4] package_deb.bbclass: add PACKAGE_ADD_METADATA_DEB to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho Refactor the addition of vardeps for this package class to use DEBEXTRAVARS and pass the items through gen_packagevar so package name specific overrides are accounted for. This matches the style used in package_ipk.bbclass. Additionally add PACKAGE_ADD_METADATA_DEB to the

[OE-core] [PATCH v2 1/4] package.bbclass: add PACKAGE_ADD_METADATA to sstate variables

2020-05-25 Thread Michael Ho
From: Michael Ho The PACKAGE_ADD_METADATA can be used to define additional metadata for packages. Changes to this variable should affect the packaging sstate hash so packages are re-generated when this variable changes. This variable is added to both PKGDATA_VARS and PACKAGEVARS. It is needed

Re: [OE-core] Meta Qt5 Qt 5.6.3 compatibility with Yocto 2.4(poky)

2020-05-25 Thread Quentin Schulz
Hi Ramakanth, On Mon, May 25, 2020 at 06:06:34PM +0530, Ramakanth Kesireddy wrote: > Hi All, > > Can anyone please let me know if Qt 5.6.3 LTS is compatible with Yocto > project version 2.4 ( poky ) or not to build meta-qt5 recipes of Qt 5.6.3 > LTS? > > If so, where to pick up the meta-15

[OE-core] Meta Qt5 Qt 5.6.3 compatibility with Yocto 2.4(poky)

2020-05-25 Thread Ramakanth Kesireddy
Hi All, Can anyone please let me know if Qt 5.6.3 LTS is compatible with Yocto project version 2.4 ( poky ) or not to build meta-qt5 recipes of Qt 5.6.3 LTS? If so, where to pick up the meta-15 recipes for Qt 5.6.3 LTS open source? Best Regards, Ramakanth -=-=-=-=-=-=-=-=-=-=-=- Links: You

[OE-core] [PATCH] ltp: Add net-tools as rdependency

2020-05-25 Thread Daniel D?az
The version of ifconfig provided by Busybox is not enough for some tests. Here's an example of how it fails with test netns_breakns_ns_exec_ipv4_ioctl: ifconfig: bad address '192.168.0.2/24' ifconfig: bad address 'inet6' This works with net-tools' ifconfig. Signed-off-by: Daniel Díaz ---

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-05-25 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core][dunfell 03/17] archiver.bbclass: Make do_deploy_archives a recursive dependency

2020-05-25 Thread Steve Sakoman
From: Paul Barker To ensure that archives are captured for all dependencies of a typical bitbake build we add do_deploy_archives to the list of recursive dependencies of do_build. Without this, archives may be missed for recipes such as gcc-source which do not create packages or populate a

[OE-core][dunfell 06/17] recipes-kernel/linux-firmware: Add adreno-a630 firmware package

2020-05-25 Thread Steve Sakoman
From: Aníbal Limón Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit f3021d19eff3c9705cd91e407c042a1aa3b8e7d9) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++- 1 file

[OE-core][dunfell 14/17] newlib: Upgrade to latest yearly release 3.3.0

2020-05-25 Thread Steve Sakoman
From: Alejandro Hernandez Upgrade to the latest snapshot, also drop md5sum while were at it. (From OE-Core rev: d73aa359e42e707dbc7cfa29c55a2fc8e6bb938a) Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Alejandro Hernandez Samaniego Signed-off-by: Richard Purdie Signed-off-by:

[OE-core][dunfell 15/17] git: Upgrade 2.24.1 -> 2.24.3

2020-05-25 Thread Steve Sakoman
From: Adrian Bunk This includes the fixes for CVE-2020-5260 and CVE-2020-11008. Signed-off-by: Adrian Bunk Signed-off-by: Steve Sakoman --- meta/recipes-devtools/git/git_2.24.1.bb | 11 --- meta/recipes-devtools/git/git_2.24.3.bb | 9 + 2 files changed, 9 insertions(+), 11

[OE-core][dunfell 16/17] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-25 Thread Steve Sakoman
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[OE-core][dunfell 17/17] avahi: Don't advertise example services by default

2020-05-25 Thread Steve Sakoman
From: Paul Barker The example service files are placed into /etc/avahi/services when we run `make install` for avahi. This results in ssh and sftp-ssh services being announced by default even if no ssh server is installed in an image. These example files should be moved away to another location

[OE-core][dunfell 12/17] testresults.json: add duration of the tests as well

2020-05-25 Thread Steve Sakoman
From: Alexander Kanavin This is printed by testimage, but isn't actually saved. It's a useful metric for tracking execution times. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 8fc19639f47b959a141dae231395bbababa644e1) Signed-off-by: Steve Sakoman

[OE-core][dunfell 07/17] linux-firmware: Update to 20200122 -> 20200421

2020-05-25 Thread Steve Sakoman
From: Aníbal Limón Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit 7f52475a2c84197c95928d65debf894bf59c90e7) Signed-off-by: Steve Sakoman --- ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++--- 1 file

Re: [OE-core] [PATCH] ltp: Add net-tools as rdependency

2020-05-25 Thread Richard Purdie
On Mon, 2020-05-25 at 12:07 -0500, Daniel D?az wrote: > The version of ifconfig provided by Busybox is not enough for > some tests. Here's an example of how it fails with test > netns_breakns_ns_exec_ipv4_ioctl: > ifconfig: bad address '192.168.0.2/24' > ifconfig: bad address 'inet6' > > This

[OE-core][dunfell 13/17] file: add bzip2-replacement-native to DEPENDS to fix sstate issue

2020-05-25 Thread Steve Sakoman
From: Jan-Simon Moeller file-native when built on a Debian 10 host will embed a dependency to 'libbz2.so.1.0' (instead of 'libbz2.so.1'). This can cause issues when sharing the sstate between hosts e.g.: recipe-sysroot-native/usr/lib/rpm/rpmdeps: error while loading shared libraries:

[OE-core][dunfell 04/17] python3-setuptools: add the missing rdepends

2020-05-25 Thread Steve Sakoman
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import setuptools.lib2to3_ex [snip] ModuleNotFoundError: No module named 'lib2to3' ModuleNotFoundError: No module named 'pickle' Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie Signed-off-by: Steve

[OE-core][dunfell 11/17] base/insane: Check pkgs lics are subset of recipe lics only once

2020-05-25 Thread Steve Sakoman
From: Quentin Schulz Move logic checking that all packages licenses are only a subset of recipe licenses from base.bbclass to the insane.bbclass so that it's evaluated only once, during do_package_qa. As explained in the linked bugzilla entry, if a package license is not part of the recipe

[OE-core][dunfell 05/17] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package

2020-05-25 Thread Steve Sakoman
From: Aníbal Limón Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit 730999efcab0b8e49f1ade4e535a59f6d8e395e0) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +- 1 file

[OE-core][dunfell 09/17] libubootenv: Depend on zlib

2020-05-25 Thread Steve Sakoman
From: Marek Vasut The libubootenv depends on zlib as it calls at least crc32() from there and links against it. Add the DEPENDS entry. Signed-off-by: Marek Vasut Cc: Stefano Babic Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit

[OE-core][dunfell 10/17] qemu: fix CVE-2020-11869

2020-05-25 Thread Steve Sakoman
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit 5f01d45266bbc0d0f1a32d10c0841326193cc9c1) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 1 +

[OE-core][dunfell 01/17] gcr: depends on gnupg-native

2020-05-25 Thread Steve Sakoman
From: Kai Kang It fails to build gcr if no commmand gpg on build host: | meson.build:44:0: ERROR: Program(s) ['gpg2', 'gpg'] not found or not executable Add dependency gnupg-native to fix the error. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry

[OE-core][dunfell 00/17] Patch review

2020-05-25 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. The following changes since commit 5bfdb6bfbd6f1de10d415228e5a5ebe01a623e2a: file: add PACKAGECONFIG for auto options (2020-05-14 06:33:16 -1000) are available in the Git repository at:

[OE-core][dunfell 02/17] bison: fix the parallel build

2020-05-25 Thread Steve Sakoman
From: Mingli Yu Explicitly make the BUILT_SOURCES which are the generated headers such as stdio.h, fcntl.h and etc to be the dependencies of the gl_LIBOBJS such as libbison_a-sprintf.o, libbison_a-printf.o and etc to guarantee the BUILT_SOURCES is generated before begin to compile

[OE-core][dunfell 08/17] make-mod-scripts: Fix dependence error.

2020-05-25 Thread Steve Sakoman
From: zhengruoqin Error: Problem: conflicting requests - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0 Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman (cherry picked from commit

Re: [OE-core] [PATCH] ltp: Add net-tools as rdependency

2020-05-25 Thread Daniel D?az
Hello! On Mon, 25 May 2020 at 15:38, Richard Purdie wrote: > > On Mon, 2020-05-25 at 12:07 -0500, Daniel D?az wrote: > > The version of ifconfig provided by Busybox is not enough for > > some tests. Here's an example of how it fails with test > > netns_breakns_ns_exec_ipv4_ioctl: > > ifconfig:

[OE-core] [PATCH 03/12] [zeus] gstreamer1.0-plugins-base: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...ins-base_1.16.1.bb => gstreamer1.0-plugins-base_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.1.bb =>

[OE-core] [PATCH 07/12] [zeus] gstreamer1.0-libav: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...reamer1.0-libav_1.16.1.bb => gstreamer1.0-libav_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.16.1.bb =>

[OE-core] [PATCH 02/12] [zeus] gstreamer1.0: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- .../{gstreamer1.0_1.16.1.bb => gstreamer1.0_1.16.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.1.bb => gstreamer1.0_1.16.2.bb}

[OE-core] [PATCH 09/12] [zeus] gstreamer1.0-python: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...amer1.0-python_1.16.1.bb => gstreamer1.0-python_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.1.bb =>

[OE-core] [PATCH 10/12] [zeus] gstreamer1.0-rtsp-server: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...sp-server_1.16.1.bb => gstreamer1.0-rtsp-server_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.1.bb =>

[OE-core] [PATCH 01/12] [zeus] gstreamer1.0-python: add a patch to fix python 3.8 builds

2020-05-25 Thread Marek Vasut
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...son.build-fix-builds-with-python-3.8.patch | 24 +++ .../gstreamer/gstreamer1.0-python_1.16.1.bb | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 04/12] [zeus] gstreamer1.0-plugins-good: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...ins-good_1.16.1.bb => gstreamer1.0-plugins-good_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.1.bb =>

[OE-core] [PATCH 06/12] [zeus] gstreamer1.0-plugins-ugly: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...ins-ugly_1.16.1.bb => gstreamer1.0-plugins-ugly_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.1.bb =>

[OE-core] [PATCH 05/12] [zeus] gstreamer1.0-plugins-bad: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...ugins-bad_1.16.1.bb => gstreamer1.0-plugins-bad_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.1.bb =>

[OE-core] [PATCH 11/12] [zeus] gstreamer1.0-vaapi: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...reamer1.0-vaapi_1.16.1.bb => gstreamer1.0-vaapi_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.1.bb =>

[OE-core] [PATCH 08/12] [zeus] gstreamer1.0-omx: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Anuj Mittal Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- ...{gstreamer1.0-omx_1.16.1.bb => gstreamer1.0-omx_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.1.bb =>

[OE-core] [PATCH] [zeus] icu: update SRC_URI

2020-05-25 Thread Marek Vasut
From: Alexander Kanavin New releases of ICU are published on github. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/icu/icu_64.2.bb | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/icu/icu_64.2.bb

[OE-core] [PATCH 12/12] [zeus] gst-validate: upgrade 1.16.1 -> 1.16.2

2020-05-25 Thread Marek Vasut
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-validate_1.16.1.bb =>

[OE-core] [PATCH 1/2] python3-pathtools: add a recipe

2020-05-25 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- .../python/python3-pathtools_0.1.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pathtools_0.1.2.bb diff --git a/meta/recipes-devtools/python/python3-pathtools_0.1.2.bb

[OE-core] [PATCH 2/2] python3-watchdog: add a recipe

2020-05-25 Thread Maxime Roussin-Bélanger
Signed-off-by: Maxime Roussin-Bélanger --- .../python/python3-watchdog_0.10.2.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-watchdog_0.10.2.bb diff --git a/meta/recipes-devtools/python/python3-watchdog_0.10.2.bb

Re: [OE-core] [PATCH 6/6] perf: drop 'include' copy

2020-05-25 Thread Andrey Zhizhikin
On Mon, Oct 21, 2019 at 10:58 PM Bruce Ashfield wrote: > > On Mon, Oct 21, 2019 at 4:24 PM Martin Jansa wrote: > > > > On Mon, Oct 21, 2019 at 04:16:18PM -0400, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > The copy of the kernel's top level include directory is not > >