[OE-core] [PATCH] bc: dc: fix exit code of q command

2019-06-27 Thread Li Zhou
The exit code for "echo q | dc" is 1 for dc-1.4.1; while the exit code for "echo q | dc" is 0 for dc-1.4. Here is the answer from k...@gnu.org: dc-1.4 was right. There was a rewrite of a chunk of code for 1.4.1 to fix a corner case in the Q command, and somehow the placement of the clean-up

[OE-core] [PATCH 3/3] runqemu: Add QB_KERNEL_NO_NETWORK_CONFIG variable

2019-06-27 Thread Aníbal Limón
To let user choice if wants to have network configured via Kernel cmdline. Signed-off-by: Aníbal Limón --- meta/classes/qemuboot.bbclass | 3 +++ scripts/runqemu | 10 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/meta/classes/qemuboot.bbclass

[OE-core] [PATCH 2/3] runqemu: Add support for multiple tap devices

2019-06-27 Thread Aníbal Limón
Add the ability to set more than one tap devices into the same qemu instance, The code was modified to detect multiple @TAP@ and @MAC@ in the QA_TAP_OPT and QA_NETWORK_DEVICE respectively, it handles the attach/creation of multiple tap devices and stores into a list for lock/unlock. Configure

[OE-core] [PATCH 1/3] runqemu: Allow to store more than one lock for network interfaces

2019-06-27 Thread Aníbal Limón
In order to support multiple tap devices in the same qemu virtual machine. Signed-off-by: Aníbal Limón --- scripts/runqemu | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index

Re: [OE-core] [PATCH] opkg-util: Fix documentation DEPENDS

2019-06-27 Thread Joshua Watt
On Thu, Jun 27, 2019 at 11:24 AM Burton, Ross wrote: > > Actually looked at this. The makefile is using pod2man, which is in > HOSTTOOLS, so how is this a problem? OK, sorry the commit message here is misleading. I went back and rebuilt to try and remember, and the problem is not that the

Re: [OE-core] [PATCH 1/1] devtool: warn user about multiple layer having the same base name

2019-06-27 Thread ChenQi
On 06/28/2019 07:25 AM, Paul Eggleton wrote: On Thursday, 27 June 2019 3:14:55 PM NZST Chen Qi wrote: Currently `devtool finish RECIPE meta' will silently succeed even if there are multiple layers having the same base name of 'meta'. e.g. meta layer from oe-core and meta layer from

Re: [OE-core] [PATCH 1/1] devtool: warn user about multiple layer having the same base name

2019-06-27 Thread Paul Eggleton
On Thursday, 27 June 2019 3:14:55 PM NZST Chen Qi wrote: > Currently `devtool finish RECIPE meta' will silently succeed even > if there are multiple layers having the same base name of 'meta'. > e.g. meta layer from oe-core and meta layer from meta-secure-core. Good catch! > We should at least

Re: [OE-core] [warrior][PATCH] mesa: Update 19.0.1 -> 19.0.8

2019-06-27 Thread akuster808
On 6/27/19 12:55 PM, Fabio Berton wrote: > This commit adds the following changes: > > Updates from 19.0.8: > > - Mesa 19.0.8 is an emergency bug fix release which fixes a critical > bug found in the 19.0.7 release. > > Full log: > https://www.mesa3d.org/relnotes/19.0.8.html > >

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-27 Thread Joshua Watt
On 6/27/19 2:47 PM, Andre McCurdy wrote: On Thu, Jun 27, 2019 at 6:54 AM Joshua Watt wrote: gettext is required to generate the glibc locales in do_compile. If not present, glibc will skip the generation which isn't reproducible. I guess you mean not deterministic rather than not

[OE-core] [warrior][PATCH] mesa: Update 19.0.1 -> 19.0.8

2019-06-27 Thread Fabio Berton
This commit adds the following changes: Updates from 19.0.8: - Mesa 19.0.8 is an emergency bug fix release which fixes a critical bug found in the 19.0.7 release. Full log: https://www.mesa3d.org/relnotes/19.0.8.html Updates from 19.0.7: - Mesa 19.0.7 is a bug fix release which

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-27 Thread Andre McCurdy
On Thu, Jun 27, 2019 at 6:54 AM Joshua Watt wrote: > > gettext is required to generate the glibc locales in do_compile. If not > present, glibc will skip the generation which isn't reproducible. I guess you mean not deterministic rather than not reproducible? > Signed-off-by: Joshua Watt > ---

Re: [OE-core] [PATCH] opkg-util: Fix documentation DEPENDS

2019-06-27 Thread Burton, Ross
Actually looked at this. The makefile is using pod2man, which is in HOSTTOOLS, so how is this a problem? Ross On Thu, 27 Jun 2019 at 14:54, Joshua Watt wrote: > > opkg-utils requires perl to generate documentation in do_compile. If not > present, the documentation will be skipped, which is not

Re: [OE-core] [PATCH] openssl: Fix documentation DEPENDS

2019-06-27 Thread Burton, Ross
To avoid needing perl-native, can it be told to use the host perl? Ross On Thu, 27 Jun 2019 at 14:56, Joshua Watt wrote: > > perl is required to generate the OpenSSL documentation, and therefore > should be present at do_compile. If not, OpenSSL will skip the > documentation generation, which

Re: [OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-27 Thread Burton, Ross
On Thu, 27 Jun 2019 at 14:55, Joshua Watt wrote: > gettext is required to generate the glibc locales in do_compile. If not > present, glibc will skip the generation which isn't reproducible. > > Signed-off-by: Joshua Watt > --- > meta/recipes-core/glibc/glibc_2.29.bb | 2 +- > 1 file changed, 1

[OE-core] [PATCH] eudev: update to 3.2.8

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/udev/{eudev_3.2.7.bb => eudev_3.2.8.bb} (95%) diff --git a/meta/recipes-core/udev/eudev_3.2.7.bb

[OE-core] [PATCH] git: update to 2.22.0

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/git/git_2.21.0.bb | 11 --- meta/recipes-devtools/git/git_2.22.0.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.21.0.bb create mode 100644

[OE-core] [PATCH] python3-pygobject: update to 3.32.2

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...hon3-pygobject_3.32.1.bb => python3-pygobject_3.32.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python3-pygobject_3.32.1.bb => python3-pygobject_3.32.2.bb} (87%) diff --git

[OE-core] [PATCH] python3-pbr: update to 5.3.1

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python3-pbr_5.2.0.bb | 5 - meta/recipes-devtools/python/python3-pbr_5.3.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pbr_5.2.0.bb create mode

[OE-core] [PATCH] python3-mako: update to 1.0.12

2019-06-27 Thread Oleksandr Kravchuk
License checksum changed due to madified copyright year. Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/python/python-mako.inc| 6 +++--- .../{python3-mako_1.0.10.bb => python3-mako_1.0.12.bb} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH] autoconf-archive: update to 2019.01.06

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- ...f-archive_2018.03.13.bb => autoconf-archive_2019.01.06.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2018.03.13.bb => autoconf-archive_2019.01.06.bb} (78%) diff --git

[OE-core] [PATCH] libxt: update to 1.2.0

2019-06-27 Thread Oleksandr Kravchuk
License checksum changed due to modified copyright year. Removed patch was upstreamed. Signed-off-by: Oleksandr Kravchuk --- ...n-t-link-makestrs-with-target-cflags.patch | 33 --- .../xorg-lib/libxt/libxt_fix_for_x32.patch| 16 +++-- .../{libxt_1.1.5.bb =>

[OE-core] [PATCH] libxi: update to 1.7.10

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.7.9.bb => libxi_1.7.10.bb} (81%) diff --git

[OE-core] [PATCH] libinput: update to 1.13.3

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../wayland/{libinput_1.13.2.bb => libinput_1.13.3.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.13.2.bb => libinput_1.13.3.bb} (86%) diff --git

[OE-core] [PATCH] gawk: update to 5.0.1

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/gawk/{gawk_5.0.0.bb => gawk_5.0.1.bb} (91%) diff --git a/meta/recipes-extended/gawk/gawk_5.0.0.bb

[OE-core] [meta-oe][PATCH v5] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
From: Pierre Le Magourou To be able to populate NVD database on a fetchall (bitbake --run-all=fetch), set the do_populate_cve_db task to be executed before do_fetch. Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE variable because do_populate_cve_db can be called in a

[OE-core] [PATCH] encodings: update to 1.0.5

2019-06-27 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../xorg-font/encodings/nocompiler.patch | 23 +-- ...{encodings_1.0.4.bb => encodings_1.0.5.bb} | 5 ++-- 2 files changed, 18 insertions(+), 10 deletions(-) rename meta/recipes-graphics/xorg-font/{encodings_1.0.4.bb =>

[OE-core] ✗ patchtest: failure for cve-update-db: do_populate_cve_db depends on do_fetch (rev3)

2019-06-27 Thread Patchwork
== Series Details == Series: cve-update-db: do_populate_cve_db depends on do_fetch (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/18357/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] ✗ patchtest: failure for cve-update-db: do_populate_cve_db depends on do_fetch (rev4)

2019-06-27 Thread Patchwork
== Series Details == Series: cve-update-db: do_populate_cve_db depends on do_fetch (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/18357/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [meta-oe][PATCH v4] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
From: Pierre Le Magourou To be able to populate NVD database on a fetchall (bitbake --run-all=fetch), set the do_populate_cve_db task to be executed before do_fetch. Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE variable because do_populate_cve_db can be called in a

[OE-core] [meta-oe][PATCH v3] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
From: Pierre Le Magourou To be able to populate NVD database on a fetchall (bitbake --run-all=fetch), set the do_populate_cve_db task to be executed before do_fetch. Do not get CVE_CHECK_DB_DIR, CVE_CHECK_DB_FILE and CVE_CHECK_TMP_FILE variable because do_populate_cve_db can be called in a

[OE-core] [warror][ 00/18] merge request

2019-06-27 Thread Armin Kuster
Cover letter only This series passed AB-full Dropped [Warrior][ 02/19] linux-yocto: Add scsi_debug module when ptest is in DISTRO_FEATURES until master is fixed. The following changes since commit 712c78984c891e6357e1b1dc414431fb6c226c49: gnutls: Use ca-certificates as default trust store

[OE-core] ✗ patchtest: failure for python3: Fix .pyc file reproduciblility

2019-06-27 Thread Patchwork
== Series Details == Series: python3: Fix .pyc file reproduciblility Revision: 1 URL : https://patchwork.openembedded.org/series/18381/ 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] openssl: Fix documentation DEPENDS

2019-06-27 Thread Joshua Watt
perl is required to generate the OpenSSL documentation, and therefore should be present at do_compile. If not, OpenSSL will skip the documentation generation, which isn't reproducible Signed-off-by: Joshua Watt --- meta/recipes-connectivity/openssl/openssl_1.1.1c.bb | 2 ++ 1 file changed, 2

[OE-core] [PATCH] glibc: Fix locale DEPENDS

2019-06-27 Thread Joshua Watt
gettext is required to generate the glibc locales in do_compile. If not present, glibc will skip the generation which isn't reproducible. Signed-off-by: Joshua Watt --- meta/recipes-core/glibc/glibc_2.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH] python3: Fix .pyc file reproduciblility

2019-06-27 Thread Joshua Watt
Applies a patch to python that makes the pre-compiled .pyc files generated during the build reproducible. Signed-off-by: Joshua Watt --- ...FLAG_REF-always-for-interned-strings.patch | 35 +++ meta/recipes-devtools/python/python3_3.7.3.bb | 1 + 2 files changed, 36

[OE-core] [PATCH] opkg-util: Fix documentation DEPENDS

2019-06-27 Thread Joshua Watt
opkg-utils requires perl to generate documentation in do_compile. If not present, the documentation will be skipped, which is not reproducible. Signed-off-by: Joshua Watt --- meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH 1/2] buildhistory: write the contents of the sysroot

2019-06-27 Thread Burton, Ross
Well spotted, thanks. Changed in my branch. Ross On Thu, 27 Jun 2019 at 14:47, Martin Jansa wrote: > > > Changes to the sysroot as just as > > small typo in commit message if you need to update this commit again for > whatever other reason. > > On Thu, Jun 27, 2019 at 2:29 PM Ross Burton

Re: [OE-core] [PATCH 1/2] buildhistory: write the contents of the sysroot

2019-06-27 Thread Martin Jansa
> Changes to the sysroot as just as small typo in commit message if you need to update this commit again for whatever other reason. On Thu, Jun 27, 2019 at 2:29 PM Ross Burton wrote: > Changes to the sysroot as just as interesting during development, so write > the > file listing for the

Re: [OE-core] [meta-oe][PATCH v2] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
> Thanks for the fast turnaround on the patch. This seems to move the > problem to: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/990/steps/7/logs/step1b > > :( > > Perhaps we need to skip the recipe if the class isn't enabled? Is that > the reason its failing like this?

Re: [OE-core] [meta-oe][PATCH v2] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Richard Purdie
On Thu, 2019-06-27 at 11:11 +0200, Pierre Le Magourou wrote: > From: Pierre Le Magourou > > To be able to populate NVD database on a fetchall > (bitbake --run-all=fetch), set the do_populate_cve_db task to > be > executed before do_fetch. > > Signed-off-by: Pierre Le Magourou < >

[OE-core] [PATCH 2/2] buildhistory: report sysroot changes

2019-06-27 Thread Ross Burton
Now that the sysroot is written into the build history, write it out. Signed-off-by: Ross Burton --- meta/lib/oe/buildhistory_analysis.py | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/buildhistory_analysis.py b/meta/lib/oe/buildhistory_analysis.py

[OE-core] [PATCH 1/2] buildhistory: write the contents of the sysroot

2019-06-27 Thread Ross Burton
Changes to the sysroot as just as interesting during development, so write the file listing for the sysroot to buildhistory too. Signed-off-by: Ross Burton --- meta/classes/buildhistory.bbclass | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-27 Thread Matt Madison
On Wed, Jun 26, 2019 at 11:40 PM Yu, Mingli wrote: > > > > On 2019年06月26日 22:00, Matt Madison wrote: > > On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: > >> > >> > >> > >> On 2019年06月25日 20:23, Matt Madison wrote: > >>> On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli > >>> wrote: > >

[OE-core] [meta-oe][PATCH v2] cve-update-db: do_populate_cve_db depends on do_fetch

2019-06-27 Thread Pierre Le Magourou
From: Pierre Le Magourou To be able to populate NVD database on a fetchall (bitbake --run-all=fetch), set the do_populate_cve_db task to be executed before do_fetch. Signed-off-by: Pierre Le Magourou --- meta/recipes-core/meta/cve-update-db.bb | 7 +-- 1 file changed, 5 insertions(+), 2

[OE-core] [PATCH] package.bbclass: fix directories setuid and setgid bits

2019-06-27 Thread Jean-Tiare Le Bigot
From: Joël Esponde populate_packages relies on ``mkdir`` to both create a directory and set its permissions. However, ``mkdir`` honors the ``umask`` value. Therefore, some bits may be lost in the operation. In our case, the setgid bit on the directories were lost. This commit fixes this by

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

2019-06-27 Thread Pierre Le Magourou
Hi, > It looks like CVE_CHECK_DB_DIR has no default value which resulted in: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/988/steps/7/logs/step1b > > We only started seeing that error after your later patch to add back > the do_fetch task. build-appliance is trying to

Re: [OE-core] [PATCH v1] postinst-intercepts: check tool presence in intercept hooks

2019-06-27 Thread richard . purdie
On Wed, 2019-06-26 at 18:57 -0400, Sinan Kaya wrote: > On 6/26/2019 5:21 PM, Richard Purdie wrote: > > > What is so special about these? > > Put another way, why aren't lots of people seeing failures due to > > this? > > > > You're obviously doing something differently to everyone else but > >

Re: [OE-core] [PATCH v1] postinst-intercepts: check tool presence in intercept hooks

2019-06-27 Thread Alexander Kanavin
On Thu, 27 Jun 2019 at 00:57, Sinan Kaya wrote: > Let's see if we can peel the onion. > > Can you explain how it was designed to work for cross compilation use > case where host machine architecture != target machine architecture ? > > If I understand this right, all of these postinst intercepts

Re: [OE-core] [yocto-builds] Yocto build won't boot from HDD

2019-06-27 Thread Robert Yang
Hi Alex, This email should go into oe-core mailing list. On 6/25/19 4:26 PM, a.silberh...@web.de wrote: Hello everybody, Since im new to Yocto I ran into some problems trying to boot my intel-corei7-64 core-image-minimal from HDD. I used dd to put it on the hard drive but while booting it

[OE-core] [meta][PATCH] ltp: fix shmctl01 failure when executed.

2019-06-27 Thread Hongzhi.Song
schmctl01 fails with following error: [shmctl015 TFAIL : shmctl01.c:171: shmctl01 call failed - errno = 22 : Invalid argument] Backport the patch from upstream can fix it. Signed-off-by: Hongzhi.Song --- ...se-hardcoded-index-0-for-SHM_STAT-te.patch | 81 +++

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

2019-06-27 Thread Richard Purdie
On Wed, 2019-06-19 at 15:59 +0200, Pierre Le Magourou wrote: > From: Pierre Le Magourou > > cve-check-tool-native do_populate_cve_db task was using deprecated > NVD > xml data feeds, cve-update-db uses NVD json data feeds. > > Sqlite database schema was updated to take into account CVSSv3 CVE >

Re: [OE-core] [PATCH v5 06/13] go.bbclass: ptest cleanup and improvements

2019-06-27 Thread Yu, Mingli
On 2019年06月26日 22:00, Matt Madison wrote: On Wed, Jun 26, 2019 at 2:02 AM Yu, Mingli wrote: On 2019年06月25日 20:23, Matt Madison wrote: On Fri, Jun 21, 2019 at 2:08 AM Yu, Mingli wrote: Hi Matt, I noticed your commit is the latest update for go-dep ptest. But the go-dep ptest doesn't