[OE-core] [PATCH] u-boot: patch for CVE-2018-1000205

2018-08-21 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../u-boot/files/CVE-2018-1000205-1.patch | 59 + .../u-boot/files/CVE-2018-1000205-2.patch | 143 + meta/recipes-bsp/u-boot/u-boot-common_2018.07.inc | 5 +- 3 files changed, 206

Re: [OE-core] [oe-core][PATCH v4 0/3] udev-extraconf/mount.sh: add support to systemd

2018-08-21 Thread Hongzhi, Song
ping --Hongzhi On 2018年08月02日 10:50, Hongzhi.Song wrote: v4: Fix the recursively dependency for the systemd-mount v3: perfect syntax Hongzhi.Song (3): udev-extraconf/mount.sh: add support to systemd udev-extraconf/mount.sh: Fix the recursively dependency for the

Re: [OE-core] [V2][PATCH 0/3] allarch: disable allarch when multilib is used

2018-08-21 Thread Kang Kai
On 2018年08月22日 10:36, ChenQi wrote: There's some oe-selftest failures on autobuiler. https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1300/steps/Running%20oe-selftest/logs/stdio The patches are to disable allarch when multilib is used. So failure of  test case

Re: [OE-core] [V2][PATCH 0/3] allarch: disable allarch when multilib is used

2018-08-21 Thread ChenQi
And also a few other failures: https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/1242/steps/BuildImages_7/logs/stdio https://autobuilder.yocto.io/builders/nightly-multilib/builds/1255/steps/BuildImages_3/logs/stdio Best Regards, Chen Qi On 08/22/2018 10:36 AM, ChenQi wrote:

Re: [OE-core] [V2][PATCH 0/3] allarch: disable allarch when multilib is used

2018-08-21 Thread ChenQi
There's some oe-selftest failures on autobuiler. https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1300/steps/Running%20oe-selftest/logs/stdio Best Regards, Chen Qi On 08/21/2018 02:36 PM, kai.k...@windriver.com wrote: From: Kai Kang V2: * move content of allarch.bbclass to

[OE-core] [PATCH v4] classes/package: Clean up getstatusoutput

2018-08-21 Thread Joshua Watt
Replaces usage of the deprecated oe.utils.getstatusoutput() with Python subprocess calls. Signed-off-by: Joshua Watt --- meta/classes/package.bbclass | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index

Re: [OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-21 Thread Randy MacLeod
On 08/21/2018 11:04 AM, Wang, Yang (Young) wrote: Hi All, I'm working on this ticket: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12372 Thanks for investigating the bug/enhancement and posting your thoughts. I'm jumping in without much expertise to try to get the ball rolling. As far

[OE-core] [PATCH v3] classes/package: Clean up getstatusoutput

2018-08-21 Thread Joshua Watt
Replaces usage of the deprecated oe.utils.getstatusoutput() with Python subprocess calls. Signed-off-by: Joshua Watt --- meta/classes/package.bbclass | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index

[OE-core] [oe-core][PATCH v2] Runtime selftest: hw breakpoint drops arm64, corrects syntax

2018-08-21 Thread Hongzhi.Song
1. Improve syntax in skip test output. 2. Do not run the test for arm64 because commit 176e50fb177dc40e4 did exclude arm64. Signed-off-by: Hongzhi.Song --- meta/lib/oeqa/runtime/cases/ksample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH] perl: avoid using += with an over-ride

2018-08-21 Thread Andre McCurdy
Using += with an over-ride can be a source of confusion so try to avoid the construct in core recipes. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/perl/perl-native_5.24.4.bb | 2 +- meta/recipes-devtools/perl/perl_5.24.4.bb| 2 +- 2 files changed, 2 insertions(+), 2

[OE-core] [PATCH] freetype: Upgrade 2.9 -> 2.9.1

2018-08-21 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../freetype/fix-potential-numeric-overflow.patch | 28 -- .../{freetype_2.9.bb => freetype_2.9.1.bb} | 10 2 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644

[OE-core] [PATCH 3/3] gnutls: drop PACKAGECONFIG options for SSL v3 and TLS v1.3

2018-08-21 Thread Andre McCurdy
By including PACKAGECONFIG options, the recipe takes responsibility for defining the default state of these options. Although the recipe currently aligns with the gnutls defaults (ie both disabled) tracking new gnutls releases will be a maintenance effort. Unless there's a clear reason to do

[OE-core] [PATCH 2/3] gnutls: drop obsolete configure.ac patch

2018-08-21 Thread Andre McCurdy
>From gnutls 3.5.8 onwards, the code in configure.ac has been passing "basename $i" to sed, rather than "echo $i". Since the full ${srcdir} path is not being processed, there's no risk of unexpected matches. https://gitlab.com/armcc/gnutls/commit/478179316bc815e1ad518ae318f46e94a13b0e1f

[OE-core] [PATCH 1/3] gnutls: merge gnutls.inc into the gnutls recipe

2018-08-21 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-support/gnutls/gnutls.inc | 59 -- meta/recipes-support/gnutls/gnutls_3.6.3.bb | 65 +++-- 2 files changed, 61 insertions(+), 63 deletions(-) delete mode 100644

Re: [OE-core] [pyro][PATCH] gcc: Backport upstream r261799

2018-08-21 Thread Khem Raj
Hi Armin This change is fine. Please stage this for pyro. On Wed, Jul 18, 2018 at 4:18 AM Raphael Kubo da Costa wrote: > > The upstream commit merges several bug fixes into the GCC 6 branch; we are > specifically interested in the fix for GCC bug 83623, which was causing > Chromium 68+ to fail

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:48 PM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org > core-boun...@lists.openembedded.org> On Behalf Of Richard Purdie >> Sent: den 21 augusti 2018 22:30 >> To: Andrej Valek ; openembedded- >>

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 21 augusti 2018 22:30 > To: Andrej Valek ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2] busybox:

Re: [OE-core] [meta-oe][PATCH] directfb: fix tslib version check in configure.in

2018-08-21 Thread Khem Raj
On Tue, Aug 21, 2018 at 2:58 PM wrote: > > On Tue, 2018-08-21 at 08:36 +, Jonas Mark (BT-FIR/ENG1) wrote: > > Hi Richard, > > > > This is my third attempt getting my reply onto the mailing list. I > > suspect the first two attempts were filtered due to the link to the > > v2 > > patch I

Re: [OE-core] [meta-oe][PATCH] directfb: fix tslib version check in configure.in

2018-08-21 Thread richard . purdie
On Tue, 2018-08-21 at 08:36 +, Jonas Mark (BT-FIR/ENG1) wrote: > Hi Richard, > > This is my third attempt getting my reply onto the mailing list. I > suspect the first two attempts were filtered due to the link to the > v2 > patch I added. I removed the link this time. > > I already

[OE-core] [PATCH] oeqa/context: Only set buffer mode for non-concurrent tests

2018-08-21 Thread Richard Purdie
Periodically we'd see: NOTE: core-image-sato-1.0-r0 do_testsdk: == NOTE: core-image-sato-1.0-r0 do_testsdk: ERROR: broken-runner NOTE: core-image-sato-1.0-r0 do_testsdk:

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 1:29 PM, Richard Purdie wrote: > On Fri, 2018-08-17 at 10:18 +0200, Andrej Valek wrote: >> ping > > Fails to build on the autobuilder due to missing crypt headers. That is > probably a missing DEPENDS but I'm wondering what changed and if the > change was intentional. > >

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-21 Thread Richard Purdie
On Fri, 2018-08-17 at 10:18 +0200, Andrej Valek wrote: > ping Fails to build on the autobuilder due to missing crypt headers. That is probably a missing DEPENDS but I'm wondering what changed and if the change was intentional.

Re: [OE-core] [oe-core][PATCH] runtime selftest: hw breakpoint case correct syntax

2018-08-21 Thread Randy MacLeod
On 08/21/2018 03:02 PM, Andre McCurdy wrote: On Tue, Aug 21, 2018 at 8:30 AM, Randy MacLeod wrote: On 08/21/2018 02:23 AM, Hongzhi.Song wrote: 1. There is a wrong syntax. Usually the word syntax refers to code and grammar refers to English phrasing (but it's a weird language and the rules

Re: [OE-core] [oe-core][PATCH] runtime selftest: hw breakpoint case correct syntax

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 8:30 AM, Randy MacLeod wrote: > On 08/21/2018 02:23 AM, Hongzhi.Song wrote: >> >> 1. There is a wrong syntax. > > Usually the word syntax refers to code and grammar refers > to English phrasing (but it's a weird language and the > rules are sometimes ignored). > >> 2.

[OE-core] [PATCH] oeqa/concurrencytest: Ensure subunit streams are flushed at exit

2018-08-21 Thread Richard Purdie
Without this, error output such as that in the teardown can be lost and processes may recieve signals they're not expecting causing other strange errors. Signed-off-by: Richard Purdie --- meta/lib/oeqa/core/utils/concurrencytest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [oe-core][PATCH] runtime selftest: hw breakpoint case correct syntax

2018-08-21 Thread Randy MacLeod
On 08/21/2018 02:23 AM, Hongzhi.Song wrote: 1. There is a wrong syntax. Usually the word syntax refers to code and grammar refers to English phrasing (but it's a weird language and the rules are sometimes ignored). 2. Since last commit has exclude the arm64, so remove arm64. What last

[OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-21 Thread Wang, Yang (Young)
Hi All, I'm working on this ticket: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12372 As far as I know, the following are all true nowadays: - Ptest needs to be run on real hardware and it takes few hours to finish - Ptest can be run within OEQA, it can also be run independently - LAVA is

[OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-21 Thread Ricardo Ribalda Delgado
RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting on the following error: root@qt5122:~# ldd ./qtec_webcam not a dynamic executable Signed-off-by: Ricardo Ribalda Delgado --- .../glibc/glibc/0031-ldd-rewrite.patch| 22 +++

[OE-core] Yocto Project Status WW34’18

2018-08-21 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M3. - This is feature freeze for YP 2.6! Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 SWAT Team Rotation: · SWAT lead is currently: Chen · SWAT team rotation: Chen -> Paul on Aug. 24, 2018 · SWAT team rotation: Paul -> Ross on

[OE-core] ✗ patchtest: failure for ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-21 Thread Patchwork
== Series Details == Series: ltrace_git: Update SRC_URI due to inaccessible problem Revision: 1 URL : https://patchwork.openembedded.org/series/13629/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

Re: [OE-core] [meta-oe][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-21 Thread Martin Jansa
Wrong ML, meta-oe changes should go to openembedded-devel ML as the README file says. On Tue, Aug 21, 2018 at 1:10 PM Junil Kim wrote: > From: Junil Kim > > Existing URI service was closed and fetch error occurred. > Change existing repository to another mirrored SRC URI. > > Signed-off-by:

[OE-core] [meta-oe][PATCH] ltrace_git: Update SRC_URI due to inaccessible problem

2018-08-21 Thread Junil Kim
From: Junil Kim Existing URI service was closed and fetch error occurred. Change existing repository to another mirrored SRC URI. Signed-off-by: Junil Kim --- meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/2] lib/oe/package.py: use bb.utils.break_hardlinks helper

2018-08-21 Thread Rasmus Villemoes
This does the same thing, but is more efficient in case st_nlinks is (already) 1. Depends on bitbake commit 7ae93cf40ab91965147055100432961436bce46c . Signed-off-by: Rasmus Villemoes --- meta/lib/oe/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/2] package.bbclass: use bb.utils.break_hardlinks helper

2018-08-21 Thread Rasmus Villemoes
This does the same thing, but is more efficient in case st_nlinks is (already) 1. Depends on bitbake commit 7ae93cf40ab91965147055100432961436bce46c . Signed-off-by: Rasmus Villemoes --- meta/classes/package.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [meta-oe][PATCH] directfb: fix tslib version check in configure.in

2018-08-21 Thread Jonas Mark (BT-FIR/ENG1)
Hi Richard, This is my third attempt getting my reply onto the mailing list. I suspect the first two attempts were filtered due to the link to the v2 patch I added. I removed the link this time. I already sent an updated version of the patch to the

[OE-core] [PATCH] flac: patch for CVE-2017-6888

2018-08-21 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../flac/flac/CVE-2017-6888.patch | 36 ++ meta/recipes-multimedia/flac/flac_1.3.2.bb | 4 ++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH 1/1] assimp.py: fix AttributeError in tearDownClass

2018-08-21 Thread richard . purdie
On Tue, 2018-08-21 at 10:18 +0800, ChenQi wrote: > On 08/21/2018 12:53 AM, Richard Purdie wrote: > > On Fri, 2018-08-17 at 17:17 +0800, Chen Qi wrote: > > > When running this test case, we will see the following error. > > > > > > AttributeError: type object 'BuildAssimp' has no attribute > > >

[OE-core] [PATCH 3/3] sstate.bbclass: update SSTATE_DUPWHITELIST

2018-08-21 Thread kai.kang
From: Kai Kang Update SSTATE_DUPWHITELIST in sstate.bbclass. * remove ${DEPLOY_DIR_RPM}/noarch/ which is not overwritten any more * add directories for package target-sdk-provides-dummy Signed-off-by: Kai Kang --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1

[OE-core] [PATCH 2/3] allarch: disable allarch when multilib is used

2018-08-21 Thread kai.kang
From: Kai Kang Some allarch packages rdepends non-allarch packages. When multilib is used, it doesn't expand the dependency chain correctly, e.g. core-image-sato -> ca-certificates(allarch) -> openssl we expect dependency chain for lib32-core-image-sato: lib32-core-image-sato ->

[OE-core] [PATCH 1/3] cmake.bbclass: fix wrong toolchain flags of nativesdk package

2018-08-21 Thread kai.kang
From: Kai Kang When enable multilib in an existing build project, if already build a nativesdk package which inherits cmake, rebuild it will cause configure error when test compiler: | .../libexec/x86_64-pokysdk-linux/gcc/x86_64-pokysdk-linux/8.2.0/ld: | cannot find crt1.o: No such file or

[OE-core] [V2][PATCH 0/3] allarch: disable allarch when multilib is used

2018-08-21 Thread kai.kang
From: Kai Kang V2: * move content of allarch.bbclass to allarch-enabled.bbclass and only inherit allarch-enabled when multilib is not used * update SSTATE_DUPWHITELIST Build pass for following targets on qemux86-64 and qemuarm64 for rpm, ipk and deb. * core-image-sato * core-image-sato -c

Re: [OE-core] [PATCH] nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain

2018-08-21 Thread Seokha Ko
currently nativesdk-wayland-dev package copies bin directory which includes wayland-scanner only. And, IMHO, if there are other tools for dev package, we need them for nativesdk target also. Thank you. On 08/21/2018 09:50 AM, Khem Raj wrote: On Mon, Aug 20, 2018 at 4:26 PM Seokha Ko

Re: [OE-core] [PATCH V2] nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10016 & CVE-2018-10316

2018-08-21 Thread Hongxu Jia
On 2018年08月21日 14:15, Hongxu Jia wrote: Sorry for the error, It seems the fix of CVE-2018-10016 is incorrect, I will remove it. I report the status of CVE-2018-10016 to upstream https://bugzilla.nasm.us/show_bug.cgi?id=3392473 //Hongxu V3 incoming //Hongxu On 2018年08月21日 11:48, ChenQi

[OE-core] [PATCH V3] nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10316

2018-08-21 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...t-we-are-not-reading-past-end-of-a-buffer.patch | 65 ++ .../0001-assemble-Check-global-line-limit.patch| 50 + .../nasm/nasm/0001-fix-CVE-2018-8882.patch | 30 ++ meta/recipes-devtools/nasm/nasm_2.13.03.bb

[OE-core] [oe-core][PATCH] runtime selftest: hw breakpoint case correct syntax

2018-08-21 Thread Hongzhi.Song
1. There is a wrong syntax. 2. Since last commit has exclude the arm64, so remove arm64. Signed-off-by: Hongzhi.Song --- meta/lib/oeqa/runtime/cases/ksample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ksample.py

Re: [OE-core] [PATCH V2] nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10016 & CVE-2018-10316

2018-08-21 Thread Hongxu Jia
Sorry for the error, It seems the fix of CVE-2018-10016 is incorrect, I will remove it. V3 incoming //Hongxu On 2018年08月21日 11:48, ChenQi wrote: Caused ovmf do_compile failure. https://autobuilder.yocto.io/builders/nightly-musl/builds/1254/steps/BuildImages/logs/stdio Best Regards, Chen