Re: [OE-core] [PATCH v4] initramfs-framework: Change recipe to be allarch

2017-08-31 Thread Patrick Ohly
On Wed, 2017-08-30 at 11:39 +0200, Patrick Ohly wrote: > As I said before ("Re: [OE-core] [PATCH v6 1/1] initramfs-framework: > module to support boot live image" from July 31st), I consider it a > mistake that support for live boot with all its dependencies was > added directly to initramfs-framew

Re: [OE-core] [PATCH 2/2] rootfs-postcommands: add test for unsatisfied RRECOMMENDS

2017-08-31 Thread Jose Alarcon
On 26.08.2017 14:26, Jose Alarcon wrote: > The do_rootfs log contains a number of unsatisfied package > recommendations. At the moment those are only visible when > reviewing the rootfs log. > > This patch adds an extra check to surface any unsatisfied > recommendation as WARNINGS to the build o

Re: [OE-core] [PATCH v3] devtool/standard: set a preferred provider when adding a new recipe with devtool

2017-08-31 Thread Paul Eggleton
Hi Juan, On Thursday, 24 August 2017 12:51:09 PM NZST juan.m.cruz.alca...@linux.intel.com wrote: > From: Juan M Cruz Alcaraz > > A recipe added with "devtool add" requires to be able to take precedence on > recipes > previously defined with PREFERRED_PROVIDER. > > By adding the parameter "--p

[OE-core] [PATCH] pulseaudio: Backport a patch to replace use of VLAIS

2017-08-31 Thread Khem Raj
Fix build with clang Signed-off-by: Khem Raj --- ...-don-t-use-variable-length-array-in-union.patch | 59 ++ .../pulseaudio/pulseaudio_10.0.bb | 1 + 2 files changed, 60 insertions(+) create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/pulseau

Re: [OE-core] [PATCH 1/7] linux-yocto/4.10: fix aufs build

2017-08-31 Thread Bruce Ashfield
On 2017-08-31 9:27 PM, Kevin Hao wrote: On Thu, Aug 31, 2017 at 03:30:58PM -0400, Bruce Ashfield wrote: diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb index 4107891f6e8a..10b56cda77e7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_

Re: [OE-core] [PATCH 1/7] linux-yocto/4.10: fix aufs build

2017-08-31 Thread Kevin Hao
On Thu, Aug 31, 2017 at 03:30:58PM -0400, Bruce Ashfield wrote: > diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb > b/meta/recipes-kernel/linux/linux-yocto_4.10.bb > index 4107891f6e8a..10b56cda77e7 100644 > --- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb > +++ b/meta/recipes-kernel

[OE-core] ✗ patchtest: failure for insane.bbclass: Warn if ${COREBASE}/LICENSE is used (rev2)

2017-08-31 Thread Patchwork
== Series Details == Series: insane.bbclass: Warn if ${COREBASE}/LICENSE is used (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/8319/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

[OE-core] [PATCH] mkelfimage: Add update convert.bin.c file

2017-08-31 Thread Saul Wold
This is a compile code fragment that has an elf signature, it needs to be updated for the newer tools. After 2.4 we will be removing the elf Image type as it has been expunged from the coreboot repo since 2014. [YOCTO #11967] Signed-off-by: Saul Wold --- .../mkelfimage/mkelfimage/convert.bin.c

[OE-core] [PATCH][resend] insane.bbclass: Warn if ${COREBASE}/LICENSE is used

2017-08-31 Thread Saul Wold
The top level LICENSE file is not actually a license, it refers other licenses that are used by Bitbake and Meta-data. Relying on this file could cause problems for recipes when this file changes, which it is about to. Signed-off-by: Saul Wold ---  meta/classes/insane.bbclass | 6 +-  1 file c

[OE-core] [PATCH] kernel: Stop using update-alternatives

2017-08-31 Thread Otavio Salvador
The update-alternatives where using relative links so not being really in use since December 2016 (see OE-Core:c7bc46b9 "kernel: Fix symlinks") so instead we now generate the relative symlinks during the do_install task and drop the update-alternatives use at all. Signed-off-by: Otavio Salvador -

[OE-core] [PATCH] qemu: upgrade to version 2.10.0

2017-08-31 Thread Juro Bystricky
Remove recipes for older versions. Remove patches no longer needed. Modify the patch "add-ptest-in-makefile.patch" for version 2.10.0 Signed-off-by: Juro Bystricky --- ...0001-osdep-Add-runtime-OFD-lock-detection.patch | 141 ...e-posix-Do-runtime-check-for-ofd-lock-API.patch | 71 -- ...s

Re: [OE-core] [PATCH 03/13] devtool: upgrade: check that user has configured git properly

2017-08-31 Thread Paul Eggleton
On Friday, 1 September 2017 1:29:38 AM NZST Burton, Ross wrote: > On 31 August 2017 at 00:54, Paul Eggleton > wrote: > > > From: paul > > > > If user.name or user.email haven't been set then git rebase can't really > > work properly. Check that the user has set these and error out if not. > > (E

Re: [OE-core] [PATCH] Revert "kernel: Fix symlinks"

2017-08-31 Thread Otavio Salvador
Hello guys, On Wed, Aug 30, 2017 at 6:16 PM, Otavio Salvador wrote: > On Tue, Aug 22, 2017 at 12:40 PM, David Vincent wrote: >> On vendredi 18 août 2017 14:44:30 CEST Otavio Salvador wrote: >>> On Wed, Aug 16, 2017 at 3:15 PM, Otavio Salvador >>> >>> wrote: >>> > This reverts commit c7bc46b9bc2

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-08-31 Thread Andre McCurdy
On Wed, Aug 30, 2017 at 11:32 PM, Peter Kjellerstedt wrote: >> >> Just for reference, I think you could achieve something quite similar >> with: >> >> bitbake --runall clean ( or rm -rf tmp ) >> bitbake --runall patch > > Yes, but the drawback with this is that to find the source code for t

Re: [OE-core] [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build

2017-08-31 Thread Bruce Ashfield
typo in the short log has been fixed and the branch re-pushed to zedd/kernel. Bruce On Thu, Aug 31, 2017 at 3:30 PM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > Yaffs2 needs some tweaks to build against the 4.12 kernel, we > import the following two commits: > > 084d8ae2f349 fs: ya

[OE-core] [PATCH 7/7] linux-yocto/4.4: update to v4.4.85

2017-08-31 Thread Bruce Ashfield
Integrating the korg releases with the following commit summary: 717bd21f81a3 Linux 4.4.85 12b25d2a52f0 ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal b526de00a9b0 ACPI: ioapic: Clear on-stack resource before using it 4e5f2c204150 ntb_transport: fix bug calculating nu

[OE-core] [PATCH 6/7] linux-yocto/4.9: update to v4.9.46

2017-08-31 Thread Bruce Ashfield
Integrating the korg -stable releases with the following commit summary: 0eed54bdbd1b Linux 4.9.46 5aa523a994d1 powerpc/mm: Ensure cpumask update is ordered 5906715b93da ACPI: EC: Fix regression related to wrong ECDT initialization order 3bc8e4f96fe9 ACPI / APEI: Add missing synchroni

[OE-core] [PATCH 5/7] linux-yocto/4.12: update to v4.12.10

2017-08-31 Thread Bruce Ashfield
Updating to the korg -stable release with the following commit summary: 6371f030c4dc Linux 4.12.10 849e96758ab2 powerpc/mm: Ensure cpumask update is ordered 53220a20cec0 ACPI: EC: Fix regression related to wrong ECDT initialization order 6e80b88a7f7d ACPI: APD: Fix HID for Hisilicon H

[OE-core] [PATCH 4/7] linux-yocto/4.12: silence qeumarma9 config warnings

2017-08-31 Thread Bruce Ashfield
When building the qemuarma9 BSP, we get the following warnings: -- CONFIG_VGA_CONSOLE - Config: CONFIG_VGA_CONSOLE From: tmp/work-shared/qemuarma9/kernel-source/.kernel-meta/configs/standard/arm-versatile-926ejs/bsp/qemuarma9/qemuarma9.cfg Requested value: # CONFIG_

[OE-core] [PATCH 3/7] linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning

2017-08-31 Thread Bruce Ashfield
The 4.10 and 4.9 kernels need a fix applied to 4.12 to deal with a configuration warning: Author: Bruce Ashfield Date: Fri Aug 18 17:03:27 2017 -0400 wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1

[OE-core] [PATCH 2/7] linux-yoct/4.12: fix yaffs2 build

2017-08-31 Thread Bruce Ashfield
Yaffs2 needs some tweaks to build against the 4.12 kernel, we import the following two commits: 084d8ae2f349 fs: yaffs2: includes the missing header file 595f7d1759d9 fs: yaffs2: replace CURRENT_TIME by other appropriate apis Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux

[OE-core] [PATCH 0/7] kernel-yocto: conslidated pull request

2017-08-31 Thread Bruce Ashfield
Hi all, Now that 4.12 + headers are in the tree, this is the next (and possibly final) around of -stable updates for the active kernels. I've built and booted them on all four architectures. But as usual, this is a lot of combinations to confirm. The 4.12 update doesn't specifically address the

[OE-core] [PATCH 1/7] linux-yocto/4.10: fix aufs build

2017-08-31 Thread Bruce Ashfield
The aufs patches were out of sync with the latest upstream and hence didn't build against 4.10. With this update, we are once again building and up to date with the upstream repo. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.10.bb | 4 ++-- meta/recipes-kernel

[OE-core] [PATCH] package_manager.py: Add PACKAGE_ENABLE_FILELIST option to OpkgIndexer

2017-08-31 Thread Haris Okanovic
Setting PACKAGE_ENABLE_FILELIST option generates Packages.filelist on `bitbake package-index`, which is index of files provided by each IPK package in the feed. It's useful for figuring out which package provides a particular file/program/library/etc. Disabled by default since generating a filelis

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Carlos Alberto Lopez Perez
On 31/08/17 19:26, Otavio Salvador wrote: > On Thu, Aug 31, 2017 at 9:23 AM, Carlos Alberto Lopez Perez > wrote: >> When systemd is used, it will invoke a service on first boot that triggers >> a rebuild of ldconfig caches (rebuild dynamic linker cache). >> >> This is fine on the first boot of a s

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Otavio Salvador
On Thu, Aug 31, 2017 at 9:23 AM, Carlos Alberto Lopez Perez wrote: > When systemd is used, it will invoke a service on first boot that triggers > a rebuild of ldconfig caches (rebuild dynamic linker cache). > > This is fine on the first boot of a system that has been installed, but it > makes no s

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Burton, Ross
On 31 August 2017 at 17:57, Carlos Alberto Lopez Perez wrote: > Better done than promised! :) > https://github.com/systemd/systemd/issues/6716 And staged :) Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://l

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Carlos Alberto Lopez Perez
On 31/08/17 17:48, Burton, Ross wrote: > On 31 August 2017 at 16:38, Carlos Alberto Lopez Perez > wrote: > >> On 31/08/17 15:46, Burton, Ross wrote: >>> Presumably/hopefully systemd isn't hardcoding /etc and /var but >> respecting >>> sysconfdir and localstatedir, so the touch should also use tho

[OE-core] [PATCH] libsoup: upgrade to 2.58.2

2017-08-31 Thread Ross Burton
This fixes CVE-2017-2885 (stack overflow with HTTP chunked encoding), no other relevant changes. Signed-off-by: Ross Burton --- .../libsoup/{libsoup-2.4_2.58.1.bb => libsoup-2.4_2.58.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{li

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Burton, Ross
On 31 August 2017 at 16:38, Carlos Alberto Lopez Perez wrote: > On 31/08/17 15:46, Burton, Ross wrote: > > Presumably/hopefully systemd isn't hardcoding /etc and /var but > respecting > > sysconfdir and localstatedir, so the touch should also use those > variables > > (by sedding the script). > >

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Carlos Alberto Lopez Perez
On 31/08/17 15:46, Burton, Ross wrote: > Presumably/hopefully systemd isn't hardcoding /etc and /var but respecting > sysconfdir and localstatedir, so the touch should also use those variables > (by sedding the script). https://github.com/systemd/systemd/blob/master/units/systemd-update-done.servi

[OE-core] [PATCH] waffle: fix REQUIRED_DISTRO_FEATURES and PACKAGECONFIG virtual/libgl dependencies

2017-08-31 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Waffle's REQUIRED_DISTRO_FEATURES statement looks into DEPENDS and if virtual/libgl is present, it includes opengl as distro feature. However, in a multilib environment, recipes provides virtual/${MLPREFIX}libgl, thus waffle recipe needs to include the prefix. Also PACKAGE

Re: [OE-core] [pyro][PATCH 19/25] texinfo: Avoid a problem with a dependency on perl(Locale::gettext_xs)

2017-08-31 Thread Peter Kjellerstedt
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: den 30 augusti 2017 23:37 > To: Peter Kjellerstedt ; Armin Kuster > ; openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [pyro][PATCH 19/25] texinfo: Avoid a problem > with a depen

Re: [OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Burton, Ross
On 31 August 2017 at 13:23, Carlos Alberto Lopez Perez wrote: > +# Don't run systemd-update-done on systemd-based live systems > +# because it triggers a slow rebuild of ldconfig caches. > +touch ${ROOT_MOUNT}/etc/.updated ${ROOT_MOUNT}/var/.updated > Good catch, there's a bug somewh

[OE-core] State of bitbake world, Failed tasks 2017-08-31

2017-08-31 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks !!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64

Re: [OE-core] [PATCH 03/13] devtool: upgrade: check that user has configured git properly

2017-08-31 Thread Burton, Ross
On 31 August 2017 at 00:54, Paul Eggleton wrote: > From: paul > > If user.name or user.email haven't been set then git rebase can't really > work properly. Check that the user has set these and error out if not. > (Elsewhere we are relying on OE's git patch functionality which forces > a dummy O

[OE-core] [PATCH] initramfs-live-boot: disable systemd-update-done.service on live images

2017-08-31 Thread Carlos Alberto Lopez Perez
When systemd is used, it will invoke a service on first boot that triggers a rebuild of ldconfig caches (rebuild dynamic linker cache). This is fine on the first boot of a system that has been installed, but it makes no sense on a live system. The worst part is that rebuilding this caches is slow

[OE-core] [PATCH] openssl10: set right target for ilp32 build

2017-08-31 Thread Vishal Bhoj
Signed-off-by: Vishal Bhoj --- meta/recipes-connectivity/openssl/openssl10.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl10.inc b/meta/recipes-connectivity/openssl/openssl10.inc index 5782990850..a710e9e25a 100644 --- a/meta/reci

[OE-core] State of bitbake world, Failed tasks 2017-08-30

2017-08-31 Thread Martin Jansa
3 unblacklisted recipes are still causing issues, so unblacklist will be dropped now from master-next (the recipes will stay with PNBLACKLIST for a bit longer) and removal of other blacklisted recipes will be merged later today. http://www.openembedded.org/wiki/Bitbake_World_Status == Number of

Re: [OE-core] Running wic on target?

2017-08-31 Thread Ed Bartosh
On Thu, Aug 31, 2017 at 09:17:03AM +0200, Mike Looijmans wrote: > I noticed that the "wic" recipes appear to focus on the host only. > > Would it be possible to run "wic" on target? > > For example, it would be really convenient to be able to program the eMMC > using wic and auto-expanding the r

[OE-core] Running wic on target?

2017-08-31 Thread Mike Looijmans
I noticed that the "wic" recipes appear to focus on the host only. Would it be possible to run "wic" on target? For example, it would be really convenient to be able to program the eMMC using wic and auto-expanding the root or data partition to cover the whole device. Kind regards, Mike Lo