[OE-core] [PATCH 0/1] utils.bbclass: fix KeyError exception

2018-08-23 Thread Chen Qi
*** BLURB HERE *** The following changes since commit bd374216048581bcb3ea54d69998342525cf2da5: util-linux: upgrade 2.32 -> 2.32.1 (2018-08-23 18:02:23 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/keyerror

[OE-core] [PATCH 1/1] utils.bbclass: fix KeyError exception

2018-08-23 Thread Chen Qi
The following statement was accidently removed. Add it back. values['ml'] = [''] This patch fixes the following error. Exception: KeyError: 'ml' Signed-off-by: Chen Qi --- meta/classes/utils.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/utils.bbclass

Re: [OE-core] [PATCH] mtools: fix race issue while mtools invoked frequently

2018-08-23 Thread Hongxu Jia
On 2018年08月24日 04:47, Randy MacLeod wrote: On 08/22/2018 05:16 AM, Hongxu Jia wrote: While invoking mtools frequently, the unblocking request s/unblocking/non-blocking/ I would read 'unblocking' as a request that results in the system becoming unblocked whereas non-blocking is more commonly

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Thu, Aug 23, 2018 at 1:15 AM, Ryan Harkin wrote: > > So now the ln issue is resolved, I'm not convinced my MACHINEOVERRIDES is > the correct approach. Does anyone have any feedback on how I can improve > that? If you want to make a configurable symlink then perhaps the more usual approach

[OE-core] [PATCH 2/2] cairo: merge cairo.inc into cairo recipe

2018-08-23 Thread Andre McCurdy
Remove SUMMARY_${PN} and DESCRIPTION_${PN}, which duplicate the default SUMMARY and DESCRIPTION. Signed-off-by: Andre McCurdy --- meta/recipes-graphics/cairo/cairo.inc| 48 -- meta/recipes-graphics/cairo/cairo_1.14.12.bb | 75 +--- 2 files

[OE-core] [PATCH 1/2] cairo: merge cairo-fpu.inc into cairo.inc

2018-08-23 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-graphics/cairo/cairo-fpu.inc | 6 -- meta/recipes-graphics/cairo/cairo.inc | 9 - 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-graphics/cairo/cairo-fpu.inc diff --git

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

2018-08-23 Thread Randy MacLeod
First, I have a few changes to make the log more clear. On 08/01/2018 10:50 PM, Hongzhi.Song wrote: Udev-extraconf works correctly with sysvinit in the aspect of automounting block devices. But it has a serious problem in case of systemd. Block devices s/. But it/ but it/ automounted by

Re: [OE-core] [rocko][PATCH] module-base.bbclass: fix out-of-tree module builds with custom EXTRA_OEMAKE

2018-08-23 Thread Denys Dmytriyenko
On Wed, Aug 15, 2018 at 07:27:50PM -0700, akuster808 wrote: > > > On 08/15/2018 06:22 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Commit d2aa88a6a92985f21414fceea2dc0facbf7f8779 was meant to backport build > > dependencies on bc-native and openssl-native, but it also

[OE-core] [PATCH] swig: Remove superfluous python dependency

2018-08-23 Thread Joshua Watt
The actual dependency on native Python and is handled by inheriting python3native Signed-off-by: Joshua Watt --- meta/recipes-devtools/swig/swig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-23 Thread Lukasz Majewski
Hi Bruce, > On 08/22/2018 10:47 AM, Lukasz Majewski wrote: > > On Wed, 22 Aug 2018 10:44:08 -0400 > > Bruce Ashfield wrote: > > > >> On 08/22/2018 10:20 AM, Lukasz Majewski wrote: > >>> On Wed, 22 Aug 2018 10:13:33 -0400 > >>> Bruce Ashfield wrote: > >>> > On 08/22/2018 10:05

Re: [OE-core] [PATCH] mtools: fix race issue while mtools invoked frequently

2018-08-23 Thread Randy MacLeod
On 08/22/2018 05:16 AM, Hongxu Jia wrote: While invoking mtools frequently, the unblocking request s/unblocking/non-blocking/ I would read 'unblocking' as a request that results in the system becoming unblocked whereas non-blocking is more commonly used and refers to function calls that will

[OE-core] [PATCH v2] scripts: Add autobuilder worker test script

2018-08-23 Thread Richard Purdie
Add a script which can be run on new autobuilder workers to check all needed configuration is present. Designed to be run in a repo where bitbake/oe-core are already present. This means when we add new autobuilder workers, we can quickly test whether all the needed funcationality to support

[OE-core] [PATCH] scripts: Add autobuilder worker test script

2018-08-23 Thread Richard Purdie
Add a script which can be run on new autobuilder workers to check all needed configuration is present. Designed to be run in a repo where bitbake/oe-core are already present. This means when we add new autobuilder workers, we can quickly test whether all the needed funcationality to support

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-23 Thread richard . purdie
On Thu, 2018-08-23 at 12:40 -0400, Derek Straka wrote: > +1 for this being opt in. It's a substantial hit to build time > > On Thu, Aug 23, 2018 at 12:21 PM Christopher Larson m> wrote: > > IMO PGO should really stay opt-in, not opt-out, given the > > performance impact. I'm not arguing

Re: [OE-core] [PATCH] kernel: yocto: Add dependency on do_prepare_recipe_sysroot

2018-08-23 Thread Bruce Ashfield
On 08/22/2018 10:47 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:44:08 -0400 Bruce Ashfield wrote: On 08/22/2018 10:20 AM, Lukasz Majewski wrote: On Wed, 22 Aug 2018 10:13:33 -0400 Bruce Ashfield wrote: On 08/22/2018 10:05 AM, Lukasz Majewski wrote: Hi Bruce, On

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-23 Thread Derek Straka
+1 for this being opt in. It's a substantial hit to build time On Thu, Aug 23, 2018 at 12:21 PM Christopher Larson wrote: > IMO PGO should really stay opt-in, not opt-out, given the performance > impact. > > On Thu, Aug 23, 2018 at 1:28 AM Richard Purdie < > richard.pur...@linuxfoundation.org>

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-23 Thread Christopher Larson
IMO PGO should really stay opt-in, not opt-out, given the performance impact. On Thu, Aug 23, 2018 at 1:28 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2018-08-22 at 18:44 -0700, Andre McCurdy wrote: > > On Thu, Aug 16, 2018 at 9:48 PM, Anuj Mittal > > wrote: > > >

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Khem Raj
On Wed, Aug 22, 2018 at 11:40 PM Martin Hundebøll wrote: > > May I suggest using the '-r, --relative' flag from 'ln': > > -r, --relative >create symbolic links relative to link location > > My life felt considerably better after discovering that feature :) > ln -r is not

[OE-core] [PATCH] git: create symlink rather than hardlink between bin/ and libexec/

2018-08-23 Thread Hongxu Jia
In package.bbclass, the split_and_strip_files processes debug splitting, if two hardlinks locate in different dirs, one of them could not find separated debug info file [snip] $ readelf --debug-dump /usr/libexec/git-core/git-add Contents of the .gnu_debuglink section: Separate debug info file:

Re: [OE-core] [PATCH 3/5] kernel-yocto.bbclass: Clean up getstatusoutput usage

2018-08-23 Thread Bruce Ashfield
ignore this patch. I already have a more complete version that was sent previously and is in my queue I'll send later today. Bruce On Thu, Aug 23, 2018 at 4:07 AM, Robert Yang wrote: > Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. > > Signed-off-by: Robert Yang >

[OE-core] [ROCKO][PATCH] toolchain-scripts: preserve host path in environment setup script

2018-08-23 Thread Jagadeesh Krishnanjanappa
From: Chin Huat Ang The environment setup script generated in the build directory sets the PATH variable by expanding ${PATH} which would have host paths filtered. Sourcing this script to run runqemu will not work as it complains host stty (/bin/stty) cannot be found. To resolve this, the

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

2018-08-23 Thread Peter Kjellerstedt
> -Original Message- > From: Andre McCurdy > Sent: den 22 augusti 2018 01:37 > To: Peter Kjellerstedt > Cc: Richard Purdie ; Andrej Valek > ; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH v2] busybox: update to 1.29.1 > > On Tue, Aug 21, 2018 at 3:48 PM, Peter

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

2018-08-23 Thread Patchwork
== Series Details == Series: ltrace_git: Update SRC_URI due to inaccessible problem (rev2) Revision: 2 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

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

2018-08-23 Thread Changqing Li
On 08/23/2018 04:15 PM, Richard Purdie wrote: On Wed, 2018-08-22 at 09:10 +0800, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../freetype/fix-potential-numeric-overflow.patch | 28 -- .../{freetype_2.9.bb =>

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

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

Re: [OE-core] [PATCH] python3: enable profile optimized builds

2018-08-23 Thread Richard Purdie
On Wed, 2018-08-22 at 18:44 -0700, Andre McCurdy wrote: > On Thu, Aug 16, 2018 at 9:48 PM, Anuj Mittal > wrote: > > On 08/17/2018 03:31 AM, Andre McCurdy wrote: > > > On Wed, Aug 15, 2018 at 11:26 PM, Anuj Mittal > > com> wrote: > > > Is it important to re-create the profile data during every

[OE-core] [PATCH 5/5] utils: Rely on get_multilib_datastore() to get the original datastore

2018-08-23 Thread Richard Purdie
get_multilib_datastore() should be able to handle the original datastore correctly now so rely upon this rather than custom coding. Signed-off-by: Richard Purdie --- meta/classes/utils.bbclass | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git

[OE-core] [PATCH 3/5] lib/oe/utils: Fix get_multilib_datastore to work for original tune

2018-08-23 Thread Richard Purdie
Currently the original datastore returned by this function doesn't always work as the tune isn't set back to the original. Fix it to work like all_multilib_tune_list() in utils.bbclass and correct the data returned. Signed-off-by: Richard Purdie --- meta/lib/oe/utils.py | 3 +++ 1 file changed,

[OE-core] [PATCH 4/5] glibc-ld: Simplify/cleanup multilib handling to use library functions

2018-08-23 Thread Richard Purdie
We have library functions to handle multilib variables/datastores, lets use them so we have good common functions. Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-ld.inc | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) diff --git

[OE-core] [PATCH 2/5] glibc: Improve ldd loader specification

2018-08-23 Thread Richard Purdie
Currently if a tune isn't specified in the table, the loader defaults for the architecture are used which may or may not match our path specification. This leads to general confusion. Change the code to use the linuxloader class which works of architecture, not tune. This still isn't perfect as

[OE-core] [PATCH 1/5] linuxloader: Convert to python function

2018-08-23 Thread Richard Purdie
We could do with one decent general purpose python function to query the path to the dynamic loader. Convert the shell code into python. Also correct baremetal to return "None", not musl loaders. Signed-off-by: Richard Purdie --- meta/classes/image-mklibs.bbclass | 2 +-

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

2018-08-23 Thread Richard Purdie
On Tue, 2018-08-21 at 16:10 +0900, Seokha Ko wrote: > 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. wayland-dev has all kinds of

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

2018-08-23 Thread Richard Purdie
On Wed, 2018-08-22 at 09:10 +0800, changqing...@windriver.com wrote: > 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

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Ryan Harkin
On 22 August 2018 at 17:41, Martin Jansa wrote: > > The "cd ${D}${nonarch_base_libdir}/firmware/brcm/" doesn't seem to be needed, just include the path in 2nd ln parameter. Thanks Martin, and sorry for being so dumb. I'll send another series at some point, but for now, the patch looks like this:

[OE-core] [PATCH 0/1] util-linux: upgrade 2.32 -> 2.32.1

2018-08-23 Thread Chen Qi
*** BLURB HERE *** The following changes since commit cbe2d3cb0af6c7a5cd368e7dc489960a13648bd0: bitbake: daemonize: Flush stdio on exit (2018-08-23 08:50:23 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/util-linux-2.32.1

[OE-core] [PATCH 1/1] util-linux: upgrade 2.32 -> 2.32.1

2018-08-23 Thread Chen Qi
Signed-off-by: Chen Qi --- .../util-linux/{util-linux_2.32.bb => util-linux_2.32.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.32.bb => util-linux_2.32.1.bb} (84%) diff --git

[OE-core] [PATCH 7/7] distcc: 3.3 -> 3.3.2

2018-08-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-devtools/distcc/{distcc_3.3.bb => distcc_3.3.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/distcc/{distcc_3.3.bb => distcc_3.3.2.bb} (97%) diff --git a/meta/recipes-devtools/distcc/distcc_3.3.bb

[OE-core] [PATCH 4/7] dbus: 1.12.8 -> 1.12.10

2018-08-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-core/dbus/{dbus_1.12.8.bb => dbus_1.12.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus_1.12.8.bb => dbus_1.12.10.bb} (97%) diff --git a/meta/recipes-core/dbus/dbus_1.12.8.bb

[OE-core] [PATCH 6/7] elfutils: 0.172 -> 0.173

2018-08-23 Thread Robert Yang
Signed-off-by: Robert Yang --- .../elfutils/{elfutils_0.172.bb => elfutils_0.173.bb}| 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/elfutils/{elfutils_0.172.bb => elfutils_0.173.bb} (95%) diff --git

[OE-core] [PATCH 5/7] dbus-test: 1.12.8 -> 1.12.10

2018-08-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-core/dbus/{dbus-test_1.12.8.bb => dbus-test_1.12.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.12.8.bb => dbus-test_1.12.10.bb} (95%) diff --git

[OE-core] [PATCH 1/7] strace: 4.23 -> 4.24

2018-08-23 Thread Robert Yang
Remove backported patch 0001-tests-fix-build-with-fresh-glibc.patch. Signed-off-by: Robert Yang --- .../0001-tests-fix-build-with-fresh-glibc.patch| 42 -- .../strace/{strace_4.23.bb => strace_4.24.bb} | 5 ++- 2 files changed, 2 insertions(+), 45 deletions(-)

[OE-core] [PATCH 3/7] pciutils: 3.6.1 -> 3.6.2

2018-08-23 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-bsp/pciutils/{pciutils_3.6.1.bb => pciutils_3.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/pciutils/{pciutils_3.6.1.bb => pciutils_3.6.2.bb} (92%) diff --git a/meta/recipes-bsp/pciutils/pciutils_3.6.1.bb

[OE-core] [PATCH 2/7] diffstat: 1.61 -> 1.62

2018-08-23 Thread Robert Yang
Refresh avoid-check-user-break-cc.patch to fix fuzz warning. Signed-off-by: Robert Yang --- .../diffstat/diffstat/avoid-check-user-break-cc.patch| 12 +--- .../diffstat/{diffstat_1.61.bb => diffstat_1.62.bb} | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-)

[OE-core] [PATCH 0/7] Recipes upgrade

2018-08-23 Thread Robert Yang
The following changes since commit 1314a6953aa647706107557faaba8574e307d2bd: patch: fix CVE-2018-6952 (2018-08-23 07:45:32 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/pu

[OE-core] [PATCH 5/5] compress_doc.bbclass: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. Signed-off-by: Robert Yang --- meta/classes/compress_doc.bbclass | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/classes/compress_doc.bbclass b/meta/classes/compress_doc.bbclass index

[OE-core] [PATCH 3/5] kernel-yocto.bbclass: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. Signed-off-by: Robert Yang --- meta/classes/kernel-yocto.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index

[OE-core] [PATCH 4/5] psplash: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. Signed-off-by: Robert Yang --- meta/recipes-core/psplash/psplash_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb

[OE-core] [PATCH 2/5] lib/oe/patch.py: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
We can't use subprocess.check_output() or subprocess.call() here since the one who invokes runcmd() needs handle CmdError() exception (error out or ignore it). Signed-off-by: Robert Yang --- meta/lib/oe/patch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/5] lib/oe/gpg_sign.py: Clean up getstatusoutput usage

2018-08-23 Thread Robert Yang
Replace usage of oe.utils.getstatusoutput() with direct subprocess calls. Signed-off-by: Robert Yang --- meta/lib/oe/gpg_sign.py | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/meta/lib/oe/gpg_sign.py b/meta/lib/oe/gpg_sign.py index b172729..ccd5aee 100644

[OE-core] [PATCH 0/5] meta: Cleanup getstatusoutput usage

2018-08-23 Thread Robert Yang
The following changes since commit 1314a6953aa647706107557faaba8574e307d2bd: patch: fix CVE-2018-6952 (2018-08-23 07:45:32 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/subprocess

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Ryan Harkin
On 23 August 2018 at 08:34, Andre McCurdy wrote: > On Thu, Aug 23, 2018 at 12:17 AM, Ryan Harkin > wrote: > > On 23 August 2018 at 08:06, Andre McCurdy wrote: > >> On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin > >> wrote: > >> > On 22 August 2018 at 23:55, Andre McCurdy > wrote: > >> >> On

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Thu, Aug 23, 2018 at 12:17 AM, Ryan Harkin wrote: > On 23 August 2018 at 08:06, Andre McCurdy wrote: >> On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin >> wrote: >> > On 22 August 2018 at 23:55, Andre McCurdy wrote: >> >> On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin >> >> wrote: >> >> > On

Re: [OE-core] [PATCH 1/2] mdadm: fix usrmerge install path

2018-08-23 Thread Yu, Mingli
Ping. Thanks, On 2018年08月17日 14:27, mingli...@windriver.com wrote: From: Mingli Yu Update /lib to $nonarch_base_libdir to fix the below error when usrmerge enabled in DISTRO_FEATURES. ERROR: mdadm-4.0-r0 do_package_qa: QA Issue: mdadm package is not obeying usrmerge distro feature. /lib

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Thu, Aug 23, 2018 at 12:08 AM, Ryan Harkin wrote: > On 23 August 2018 at 07:39, Martin Hundebøll wrote: >> >> May I suggest using the '-r, --relative' flag from 'ln': >> >>-r, --relative >> create symbolic links relative to link location >> >> My life felt considerably

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Ryan Harkin
On 23 August 2018 at 08:06, Andre McCurdy wrote: > > On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin wrote: > > On 22 August 2018 at 23:55, Andre McCurdy wrote: > >> On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin > >> wrote: > >> > On Wed, 22 Aug 2018, 21:42 Andre McCurdy, wrote: > >> >> On Wed,

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Ryan Harkin
On 23 August 2018 at 07:39, Martin Hundebøll wrote: > May I suggest using the '-r, --relative' flag from 'ln': > >-r, --relative > create symbolic links relative to link location > > My life felt considerably better after discovering that feature :) > Thanks Martin

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Andre McCurdy
On Wed, Aug 22, 2018 at 11:12 PM, Ryan Harkin wrote: > On 22 August 2018 at 23:55, Andre McCurdy wrote: >> On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin >> wrote: >> > On Wed, 22 Aug 2018, 21:42 Andre McCurdy, wrote: >> >> On Wed, Aug 22, 2018 at 1:10 PM, Ryan Harkin >> >> wrote: >> >> > On

[OE-core] ✗ patchtest: failure for "oeqa/runner: Use the proper lo..." and 1 more

2018-08-23 Thread Patchwork
== Series Details == Series: "oeqa/runner: Use the proper lo..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/13675/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

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

2018-08-23 Thread Ricardo Ribalda Delgado
Hi On Wed, Aug 22, 2018 at 4:57 PM wrote: > > On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:37 PM > > wrote: > > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > > /libx32/ld-linux-x32.so. > > > > > > I just looked at what the

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

2018-08-23 Thread Changqing Li
On 08/23/2018 02:47 PM, Richard Purdie wrote: On Tue, 2018-08-21 at 16:25 +0800, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../flac/flac/CVE-2017-6888.patch | 36 ++

Re: [OE-core] [oe-core][PATCH] cryptodev-linux: Fixes a kernel crash observed with cipher-gcm test

2018-08-23 Thread Richard Purdie
On Wed, 2018-08-22 at 01:37 -0700, Hongzhi.Song wrote: > +Upstream-Status: Backported The correct field value is "Backport", please use that in future. No need to resend as I've just tweaked the patches in -next as I don't want to have to go through another round of testing for it. Cheers,

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

2018-08-23 Thread Richard Purdie
On Tue, 2018-08-21 at 16:25 +0800, changqing...@windriver.com wrote: > 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,

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Martin Hundebøll
May I suggest using the '-r, --relative' flag from 'ln': -r, --relative create symbolic links relative to link location My life felt considerably better after discovering that feature :) // Martin On 23/08/2018 08.12, Ryan Harkin wrote: On 22 August 2018 at 23:55,

[OE-core] [PATCH 2/2] oeqa/runner: Print any errors/failures early

2018-08-23 Thread Richard Purdie
Its a pain to have to wait until oe-selftest finishes to see the failures for example. Signed-off-by: Richard Purdie --- meta/lib/oeqa/core/runner.py | 8 1 file changed, 8 insertions(+) diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py index

[OE-core] [PATCH 1/2] oeqa/runner: Use the proper logger functions instead of print()

2018-08-23 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/lib/oeqa/core/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py index 6650a63ce73..73f41d9f1cf 100644 --- a/meta/lib/oeqa/core/runner.py +++

Re: [OE-core] [RFC 3/3] linux-firmware: MACHINEOVERRIDES for BCM43430 NVRAM

2018-08-23 Thread Ryan Harkin
On 22 August 2018 at 23:55, Andre McCurdy wrote: > On Wed, Aug 22, 2018 at 2:56 PM, Ryan Harkin > wrote: > > On Wed, 22 Aug 2018, 21:42 Andre McCurdy, wrote: > >> On Wed, Aug 22, 2018 at 1:10 PM, Ryan Harkin > >> wrote: > >> > On Wed, 22 Aug 2018, 20:02 Martin Jansa, > wrote: > >> >> > >> >>