Re: [OE-core] Busybox post install

2018-05-02 Thread ChenQi
On 05/03/2018 09:20 AM, Michael Gloff wrote: I am seeing with the latest in Sumo/Master that the busybox post install is failing to create all of the applet symlinks if there is already a package installed from another provider during do_rootfs. This can be seen, for example, when enabling

[OE-core] Busybox post install

2018-05-02 Thread Michael Gloff
I am seeing with the latest in Sumo/Master that the busybox post install is failing to create all of the applet symlinks if there is already a package installed from another provider during do_rootfs. This can be seen, for example, when enabling lsattr applet and having e2fsprogs installed into an

[OE-core] [PATCH] subversion: misc recipe cleanup

2018-05-02 Thread Andre McCurdy
- Add default value for PACKAGECONFIG - Combine "inherit autotools" with "inherit pkgconfig gettext" - Drop historical addition of -L${STAGING_LIBDIR} to LDFLAGS - Re-order variables according to OE styleguide Signed-off-by: Andre McCurdy ---

[OE-core] python recipes with extensions fail to find/link with proper libraries

2018-05-02 Thread Francesco Giancane
Hi Everyone, I found a problem working with python(3) and C extensions. The use-case is the recipe for python(3)-numpy, which can be linked against a BLAS/LAPACK library to use accelerated matricial and vectorial operations. As it is currently shipped, the recipe fails to find any proper library

[OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

2018-05-02 Thread Alistair Francis
If the user has set numa in their MACHINE_FEATURES we should enable NUMA support in the kernel config. Signed-off-by: Alistair Francis --- meta/recipes-kernel/linux/files/numa.cfg | 4 meta/recipes-kernel/linux/linux-yocto.inc | 3 +++ 2 files changed, 7

Re: [OE-core] [PATCH 3/3] qemu: refresh patches with devtool

2018-05-02 Thread Alistair Francis
On Wed, May 2, 2018 at 7:38 AM Martin Jansa wrote: > Signed-off-by: Martin Jansa Acked-by: Alistair Francis Alistair > --- > .../qemu/qemu/add-ptest-in-makefile-v10.patch | 13 --- >

Re: [OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-02 Thread Alistair Francis
On Wed, May 2, 2018 at 7:37 AM Martin Jansa wrote: > Signed-off-by: Martin Jansa Looks good Reviewed-by: Alistair Francis Alistair > --- > meta/conf/distro/include/tcmode-default.inc | 2 +- >

[OE-core] [PATCH] alsa-lib: move contents of alsa-fpu.inc into alsa-lib recipe

2018-05-02 Thread Andre McCurdy
Merge historical .inc file into the only recipe which uses it. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/alsa/alsa-fpu.inc | 4 meta/recipes-multimedia/alsa/alsa-lib_1.1.5.bb | 13 +++-- 2 files changed, 7 insertions(+), 10 deletions(-)

[OE-core] ✗ patchtest: failure for matchbox-session-sato: Make the battery applet depend on machine features (rev2)

2018-05-02 Thread Patchwork
== Series Details == Series: matchbox-session-sato: Make the battery applet depend on machine features (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/8026/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Ricardo Ribalda Delgado
cc: ed Is it a very bad idea to revert your patch? Thanks! On Wed, May 2, 2018 at 8:17 PM, Ricardo Ribalda Delgado wrote: > Hi > > I do not know how many people is actively using wic. We have started > using it from last week, it is hard to replace old scripts that

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Ricardo Ribalda Delgado
Hi I do not know how many people is actively using wic. We have started using it from last week, it is hard to replace old scripts that work :) Try sending it as a proper patch, I can help you if you need it. Regards On Wed, May 2, 2018 at 6:31 PM, Volker Vogelhuber

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Scott Rifenbark
Thanks Ricardo... that helps me. Scott On Wed, May 2, 2018 at 11:18 AM, Ricardo Ribalda Delgado < ricardo.riba...@gmail.com> wrote: > Hi Scott > > In this case I believe that it is a bug in wic, for no reason the user > id of bitbake should be leaked into the rootfs. > > Regards > > On Wed, May

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Ricardo Ribalda Delgado
Hi Scott In this case I believe that it is a bug in wic, for no reason the user id of bitbake should be leaked into the rootfs. Regards On Wed, May 2, 2018 at 6:44 PM, Scott Rifenbark wrote: > Hi, > > I have a couple Wic-related areas in the Yocto documentation.

[OE-core] [PATCH] matchbox-session-sato: Make the battery applet depend on machine features

2018-05-02 Thread Jaewon Lee
From: Eran Matityahu matchbox-panel enables the battery plugin only if the acpi/apm machine features are enabled, so enable the battery applet in the session script under the same conditions. This avoids the 'Failed to load applet "battery"' warning at runtime, in case

[OE-core] [PATCH V2 01/27] libssp-nonshared: Add recipe

2018-05-02 Thread Khem Raj
libssp-nonshared is a minimal gcc runtime piece which is needed on non-glibc systems which do implement libssp APIs in libc Use PIC for libssp_nonshared.a Signed-off-by: Khem Raj --- Changes since v1: - Compile as PIC meta/recipes-core/musl/libssp-nonshared.bb| 39

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Scott Rifenbark
Hi, I have a couple Wic-related areas in the Yocto documentation. Wondering if this affects documentation. I don't particularly have sections dedicated to using specific canned wic files such as the "directdisk-multi-rootfs" file. However, if there is some mentioning or changing of the docs to

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Volker Vogelhuber
Hi, I never got any response to my message (until now). So AFAIK I solved the problem with the following patch: diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 84fe85d62b..66ab757aec 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py @@

[OE-core] [PATCH] kernel: Permit overriding of KERNEL_IMAGETYPE_FOR_MAKE

2018-05-02 Thread Mike Crowe
Commit a1690131691507bbf5853540229b3ad775b836bf removed the ability of recipes to set KERNEL_IMAGETYPE_FOR_MAKE. Fix that by letting recipes continue to set their own KERNEL_IMAGETYPE_FOR_MAKE if they so wish. They may have been doing so for a while, and don't want to have their carefully-selected

Re: [OE-core] Question about multi rootfs UIDs when using wic

2018-05-02 Thread Ricardo Ribalda Delgado
Hi I just got hit by this one. It is specially nasty because nfsroot fails to boot if the uids are wrong. What is the status on this? On Mon, Jan 22, 2018 at 11:39 AM, Volker Vogelhuber wrote: > I finally found out, what's the reason why the included recovery

Re: [OE-core] [PATCH V2 10/25] ruby: Upgrade to 2.5.1

2018-05-02 Thread Randy MacLeod
On 2018-04-30 10:14 AM, Khem Raj wrote: License Update: https://github.com/ruby/ruby/commit/322d0d93adfe42fc89c574f67bcb9acb9b82f251#diff-c53151ffd180a17416e8f09b1ca4bfc3 Could you summarize the license changes in the long log: License changes due to: * Update redirected and upstream url.

Re: [OE-core] [PATCHv2] alsa-utils: Fix error when removing unwanted udev rules

2018-05-02 Thread Peter Kjellerstedt
> -Original Message- > From: Mike Crowe [mailto:m...@mcrowe.com] > Sent: den 2 maj 2018 15:38 > To: openembedded-core@lists.openembedded.org > Cc: Mike Crowe ; Phil Blundell ; Peter > Kjellerstedt > Subject: [PATCHv2]

[OE-core] [PATCH 2/3] qemu: upgrade to 2.12.0

2018-05-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...4-treat-DISAS_UPDATE-as-variant-of-D.patch | 67 --- ...-connect-socket-to-a-spawned-command.patch | 52 +++--- .../qemu/qemu/disable-grabs.patch

[OE-core] [PATCH 3/3] qemu: refresh patches with devtool

2018-05-02 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../qemu/qemu/add-ptest-in-makefile-v10.patch | 13 --- .../qemu/apic-fixup-fallthrough-to-PIC.patch | 15 ...pus.c-qemu_cpu_kick_thread_debugging.patch | 12 +++ ...x-libcap-header-issue-on-some-distro.patch | 16

[OE-core] [PATCH 1/3] json-c: upgrade to 0.13.1

2018-05-02 Thread Martin Jansa
* from https://github.com/json-c/json-c/commit/861c1a82868831bf8f974f05c2af5a975d12 * Bump the major version of the .so library generated up to 4.0 to avoid conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release. *

Re: [OE-core] [PATCH] alsa-utils: Fix error when removing unwanted udev rules

2018-05-02 Thread Mike Crowe
On Wednesday 02 May 2018 at 08:39:27 +, Peter Kjellerstedt wrote: > > if ${@bb.utils.contains('PACKAGECONFIG', 'udev', 'false', 'true', d)}; > > then > > I suggest that you remove the if-statement since the /unwanted directory > shall always be removed if it exists so there is no need

[OE-core] [PATCHv2] alsa-utils: Fix error when removing unwanted udev rules

2018-05-02 Thread Mike Crowe
If alsa-utils configure is not passed a --with-udev-rules-dir option then it defaults to using /lib/udev/rules.d. This meant that the hard-coded use of ${D}/lib in do_install in 262e69c9c7acf0beb7bb6b96299e3c993c906434 worked correctly to remove the unwanted rules. Subsequently,

[OE-core] [PATCH 2/2] go: Update 1.9.4 -> 1.9.6

2018-05-02 Thread Otavio Salvador
The 1.9.6 fixes a number of issues since 1.9.4 release, mainly: go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and net/http/pprof package. go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command. Signed-off-by: Otavio Salvador

[OE-core] [PATCH 1/2] go: Upgrade 1.10.1 -> 1.10.2

2018-05-02 Thread Otavio Salvador
This is a minor release that fixes many important issues found since 1.10.1 release. Signed-off-by: Otavio Salvador --- meta/recipes-devtools/go/go-1.10.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.10.inc

[OE-core] [PATCH] mesa: Upgrade 17.3.8 -> 18.0.2

2018-05-02 Thread Otavio Salvador
This includes changes from Mesa 18.0.0 and 18.0.2 releases. Mesa 18.0.0 is a new development release and 18.0.1 and 18.0.2 are bug-fix releases. You can find release notes here: - https://mesa3d.org/relnotes/18.0.0.html - https://mesa3d.org/relnotes/18.0.1.html -

Re: [OE-core] [PATCH v2 5/8] gstreamer1.0-plugins-good: 1.12.4 -> 1.14.0

2018-05-02 Thread Burton, Ross
Anuj, it sounds like your series is a more comprehensive upgrade, can you submit your patches now? We'll be reopening master shortly. Thanks, Ross On 2 May 2018 at 04:17, Anuj Mittal wrote: > On 04/25/2018 03:23 PM, kai.k...@windriver.com wrote: >> From: Kai Kang

Re: [OE-core] [PATCH] alsa-utils: Fix error when removing unwanted udev rules

2018-05-02 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Mike Crowe > Sent: den 1 maj 2018 13:37 > To: openembedded-core@lists.openembedded.org > Cc: Mike Crowe ; Peter