[OE-core] [PATCH] sqlite3:upgrade 3.28.0 -> 3.29.0

2019-07-10 Thread Zang Ruochen
-Upgrade from sqlite3_3.28.0.bb to sqlite3_3.29.0.bb. Signed-off-by: Zang Ruochen --- meta/recipes-support/sqlite/{sqlite3_3.28.0.bb => sqlite3_3.29.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.28.0.bb => sqlite3_3.29.0.bb}

[OE-core] ✗ patchtest: failure for "[master] devtool/standard.py: ..." and 2 more

2019-07-10 Thread Patchwork
== Series Details == Series: "[master] devtool/standard.py: ..." and 2 more Revision: 1 URL : https://patchwork.openembedded.org/series/18609/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [master][PATCH 1/3] devtool/standard.py: Update devtool modify to copy source from work-shared if its already downloaded

2019-07-10 Thread Sai Hari Chandana Kalluri
In the regular devtool modify flow, the kernel source is fetched by running do_fetch task. This is an overhead in time and space. This patch updates modify command to check if the kernel source is already downloaded. If so, then instead of calling do_fetch, copy the source from work-shared to

Re: [OE-core] [PATCH 3/5] cmake.bbclass: append includedir to implicit include dirs

2019-07-10 Thread Douglas Royds via Openembedded-core
An error in my analysis below: We *do* delete the dependency files in the in-tree build case as well. The side-effect is masked in both in-tree and out-of-tree build cases except here at Tait, where we don't delete the entire build at configure time, due to a 20min+ rebuild time, even with the

Re: [OE-core] [PATCH 6/6] waf: python2 -> python3

2019-07-10 Thread Robert Yang
Hi Ross, On 6/28/19 8:15 PM, Burton, Ross wrote: Did you just do the minimum required, or take a new copy of waf from upstream? (https://gitlab.com/ita1024/waf/) I checked the one from upstream, it is still python2. The waf is the only one which still requires python2 in oe-core. We can get

Re: [OE-core] [PATCH 3/5] cmake.bbclass: append includedir to implicit include dirs

2019-07-10 Thread Douglas Royds via Openembedded-core
This commit is having an unintended side-effect in the -native (and probably nativesdk) case. In the target build, $includedir is normally /usr/include, fully-qualified. This path is already in CMake's list of implicit include directories, and we don't include any header files from the build

[OE-core] [master][PATCH 2/3] devtool/standard.py: Create a copy of kernel source within work-shared if not present

2019-07-10 Thread Sai Hari Chandana Kalluri
If kernel source is not already downloaded i.e staging kernel dir is empty, place a copy of the source when the user runs devtool modify linux-yocto. This way the kernel source is available for other packages that use it. [YOCTO #10416] Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by:

Re: [OE-core] [PATCH] oeqa/recipetool: change the CMake test to use taglib

2019-07-10 Thread Burton, Ross
Helpful when I commit all of the changes isn't it... On Wed, 10 Jul 2019 at 22:22, Richard Purdie wrote: > > On Wed, 2019-07-10 at 13:34 +0100, Ross Burton wrote: > > The current test builds Navit, which uses GTK+ 2. As GTK+ 2 is being > > removed > > from oe-core, change the test to build

Re: [OE-core] [PATCH] oeqa/recipetool: change the CMake test to use taglib

2019-07-10 Thread Richard Purdie
On Wed, 2019-07-10 at 13:34 +0100, Ross Burton wrote: > The current test builds Navit, which uses GTK+ 2. As GTK+ 2 is being removed > from oe-core, change the test to build taglib instead. > > Signed-off-by: Ross Burton > --- > meta/lib/oeqa/selftest/cases/recipetool.py | 19

[OE-core] [master][PATCH 3/3] devtool: provide support for devtool menuconfig command

2019-07-10 Thread Sai Hari Chandana Kalluri
All packages that support the menuconfig task will be able to run devtool menuconfig command. This would allow the user to modify the current configure options and create a config fragment which can be added to a recipe using devtool finish. 1. The patch checks if devtool menuconfig command is

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread Martin Hundebøll
On 10/07/2019 16.28, Richard Purdie wrote: On Wed, 2019-07-10 at 15:27 +0100, richard.pur...@linuxfoundation.org wrote: On Wed, 2019-07-10 at 10:21 -0400, Bruce Ashfield wrote: On Wed, Jul 10, 2019 at 10:15 AM Martin Hundebøll < mar...@geanix.com> Nope, I haven't seen that. But then again,

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2019 at 10:28 AM Richard Purdie wrote: > > On Wed, 2019-07-10 at 15:27 +0100, richard.pur...@linuxfoundation.org > wrote: > > On Wed, 2019-07-10 at 10:21 -0400, Bruce Ashfield wrote: > > > On Wed, Jul 10, 2019 at 10:15 AM Martin Hundebøll < > > > mar...@geanix.com> > > > > > > > >

Re: [OE-core] [PATCH 1/4] cve-update-db: New recipe to update CVE database

2019-07-10 Thread Kevin Weng via Openembedded-core
Hi Pierre, I found that the hash function is causing collisions in the generated database such that some CVEs are being overwritten because of the UNIQUE constraint on the HASH column. For example, CVE-2018-1000873 has the same hash of 623198722 as CVE-2018-18338. This results in one of the

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread Richard Purdie
On Wed, 2019-07-10 at 15:27 +0100, richard.pur...@linuxfoundation.org wrote: > On Wed, 2019-07-10 at 10:21 -0400, Bruce Ashfield wrote: > > On Wed, Jul 10, 2019 at 10:15 AM Martin Hundebøll < > > mar...@geanix.com> > > > > > > Nope, I haven't seen that. But then again, all my machines have > >

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread richard . purdie
On Wed, 2019-07-10 at 10:21 -0400, Bruce Ashfield wrote: > On Wed, Jul 10, 2019 at 10:15 AM Martin Hundebøll > wrote: > > Hi Bruce, > > > > On 30/05/2019 14.44, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > Signed-off-by: Bruce Ashfield > > > --- > > >

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2019 at 10:15 AM Martin Hundebøll wrote: > > Hi Bruce, > > On 30/05/2019 14.44, bruce.ashfi...@gmail.com wrote: > > From: Bruce Ashfield > > > > Signed-off-by: Bruce Ashfield > > --- > > meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- > > 1 file changed, 1 insertion(+),

Re: [OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-07-10 Thread Martin Hundebøll
Hi Bruce, On 30/05/2019 14.44, bruce.ashfi...@gmail.com wrote: From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb

Re: [OE-core] config warning from linux-yocto 4.19

2019-07-10 Thread Bruce Ashfield
On Wed, Jul 10, 2019 at 9:37 AM wrote: > > On Wed, 2019-07-10 at 08:57 -0400, Bruce Ashfield wrote: > > That should have been covered in this patch I sent: > > > > commit 95e9df0b5cb5179271c78499dc60c3c0df0a5622 > > Author: Bruce Ashfield > > Date: Fri Jul 5 11:15:37 2019 -0400 > > > >

Re: [OE-core] config warning from linux-yocto 4.19

2019-07-10 Thread richard . purdie
On Wed, 2019-07-10 at 08:57 -0400, Bruce Ashfield wrote: > That should have been covered in this patch I sent: > > commit 95e9df0b5cb5179271c78499dc60c3c0df0a5622 > Author: Bruce Ashfield > Date: Fri Jul 5 11:15:37 2019 -0400 > > linux-yocto/4.19: update to 4.19.57 and -rt22 > >

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread akuster808
On 7/9/19 7:20 AM, Lukasz Majewski wrote: > This change provides tasks to generate default U-Boot environment images > from built U-Boot (via. get_default_envs.sh script). > > Those images then can be used to generate wic images (with e.g. eMMC layout). > With such approach the end user doesn't

Re: [OE-core] config warning from linux-yocto 4.19

2019-07-10 Thread Bruce Ashfield
That should have been covered in this patch I sent: commit 95e9df0b5cb5179271c78499dc60c3c0df0a5622 Author: Bruce Ashfield Date: Fri Jul 5 11:15:37 2019 -0400 linux-yocto/4.19: update to 4.19.57 and -rt22 Updating the linux-yocto 4.19 recipe to the latest -stable and -rt

Re: [OE-core] ✗ patchtest: failure for systemd: backport patch to fix sysctl warning on boot

2019-07-10 Thread Matthias Schiffer
On Wed, 2019-07-10 at 12:31 +, Patchwork wrote: > == Series Details == > > Series: systemd: backport patch to fix sysctl warning on boot > Revision: 1 > URL : https://patchwork.openembedded.org/series/18605/ > State : failure > > == Summary == > > > Thank you for submitting this patch

[OE-core] [PATCH] oeqa/recipetool: change the CMake test to use taglib

2019-07-10 Thread Ross Burton
The current test builds Navit, which uses GTK+ 2. As GTK+ 2 is being removed from oe-core, change the test to build taglib instead. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/recipetool.py | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git

[OE-core] ✗ patchtest: failure for systemd: backport patch to fix sysctl warning on boot (rev2)

2019-07-10 Thread Patchwork
== Series Details == Series: systemd: backport patch to fix sysctl warning on boot (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/18605/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] ✗ patchtest: failure for systemd: backport patch to fix sysctl warning on boot

2019-07-10 Thread Patchwork
== Series Details == Series: systemd: backport patch to fix sysctl warning on boot Revision: 1 URL : https://patchwork.openembedded.org/series/18605/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH warrior] systemd: backport patch to fix sysctl warning on boot

2019-07-10 Thread Matthias Schiffer
Due to improved validation of sysctl settings in recent kernels (5.2+, but also stable kernels like 4.19.53), systemd will log an error message like systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument during boot. Backport the bugfix from the systemd master. Signed-off-by:

[OE-core] [PATCH] systemd: backport patch to fix sysctl warning on boot

2019-07-10 Thread Matthias Schiffer
Due to improved validation of sysctl settings in recent kernels (5.2+, but also stable kernels like 4.19.53), systemd will log an error message like systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument during boot. Backport the bugfix from the systemd master. Signed-off-by:

Re: [OE-core] [PATCH 1/4] cve-update-db: New recipe to update CVE database

2019-07-10 Thread Pierre Le Magourou
Hi Kevin, > I found that the hash function is causing collisions in the generated > database such that some CVEs are being overwritten because of the UNIQUE > constraint on the HASH column. For example, CVE-2018-1000873 has the same > hash of 623198722 as CVE-2018-18338. This results in one of

Re: [OE-core] Problems with sstate-cache in Artifactory

2019-07-10 Thread Ankur Tyagi
Hi Chris, I tried uploading sstate-cache again in Artifactory but this time used jfrog-cli (https://www.jfrog.com/confluence/display/CLI/CLI+for+JFrog+Artifactory) instead of curl and now it is working fine. regards Ankur On Wed, Jul 10, 2019 at 1:39 PM Ankur Tyagi wrote: > > On Wed, Jul 10,

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread Lukasz Majewski
Hi Richard, > On Tue, 2019-07-09 at 16:20 +0200, Lukasz Majewski wrote: > > This change provides tasks to generate default U-Boot environment > > images from built U-Boot (via. get_default_envs.sh script). > > > > Those images then can be used to generate wic images (with e.g. > > eMMC layout).

Re: [OE-core] [PATCH 1/1] buildtools-tarball: add nativesdk-libxml2-utils

2019-07-10 Thread richard . purdie
On Wed, 2019-07-10 at 11:06 +0800, ChenQi wrote: > On 07/09/2019 06:18 PM, Richard Purdie wrote: > > On Tue, 2019-07-09 at 17:36 +0800, ChenQi wrote: > > What happens if we add: > > > > ${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', > > 'nativesdk-libxml2', '', d)} \ > > > > to > >

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread Richard Purdie
On Tue, 2019-07-09 at 16:20 +0200, Lukasz Majewski wrote: > This change provides tasks to generate default U-Boot environment images > from built U-Boot (via. get_default_envs.sh script). > > Those images then can be used to generate wic images (with e.g. eMMC layout). > With such approach the

[OE-core] config warning from linux-yocto 4.19

2019-07-10 Thread Richard Purdie
Hi Bruce, I think/hope this is just a kernel config srcrev update but could you fix: """ WARNING: linux-yocto-4.19.44+gitAUTOINC+ad235db461_c12bc1a098-r0 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: --

Re: [OE-core] [RFC PATCH 3/4] gtk+: remove GTK+ 2

2019-07-10 Thread Richard Purdie
On Fri, 2019-07-05 at 17:20 +0100, Ross Burton wrote: > GTK+ 2 is ancient, and shouldn't be used. It will be moved to meta- > oe for > people who do need it, but it shouldn't in oe-core. > > [ YOCTO #12673 ] I agree its time to do this, its in keeping with various other old software we've been

[OE-core] [PATCH] openssl: fix multilib files conflict

2019-07-10 Thread kai.kang
From: Kai Kang Inherit multilib_script to fix openssl multilib files conflict issue: | Error: Transaction check error: | file /usr/bin/c_rehash conflicts between attempted installs of | lib32-openssl-bin-1.1.1c-r0.core2_32 and openssl-bin-1.1.1c-r0.core2_64 Signed-off-by: Kai Kang ---

[OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-10 Thread Jun Nie
u-boot.bin with dtb & signature should be placed in ${B} so that it can be deployed by u-boot as expected. Otherwise, the version without signature is installed. Signed-off-by: Jun Nie --- meta/classes/uboot-sign.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git