Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Khem Raj
On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador wrote: > > > > On Tue, Sep 4, 2018 at 8:43 PM Khem Raj wrote: >> >> Here is one failiure that is seen in meta-oe with updates cmake >> >> http://errors.yoctoproject.org/Errors/Details/190510/ > > > I am looking at it... > > Seems not related. I

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 1:47 AM, wrote: > On Tue, 2018-09-04 at 19:04 -0700, Andre McCurdy wrote: >> On Tue, Sep 4, 2018 at 3:36 PM, Richard Purdie >> wrote: >> > On Tue, 2018-09-04 at 13:19 -0700, Andre McCurdy wrote: >> > > On Tue, Sep 4, 2018 at 8:50 AM, Ross Burton > > > m> >> > > wrote: >>

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 8:15 AM, Khem Raj wrote: > On Wed, Sep 5, 2018 at 7:45 AM Richard Purdie > wrote: >> >> On Wed, 2018-09-05 at 10:53 +0200, Martin Jansa wrote: >> > But patching the components to use libssl10 might actually work >> > (unlike >> > just changing DEPENDS to openssl10). >> >

[OE-core] bitbake gstreamer1.0 : "Nothing PROVIDES 'gobject-introspection'"

2018-09-05 Thread Tarun Tej K
Hi, I am trying to build the latest gstreamer version 1.14.2 using the yocto recipes from https://github.com/openembedded/openembedded-core/tree/master/meta/recipes-multimedia/gstreamer I have added new version recipes to my custom yocto layer; added the required .bbclass files to 'classes'

Re: [OE-core] bitbake gstreamer1.0 : "Nothing PROVIDES 'gobject-introspection'"

2018-09-05 Thread Tarun Tej K
Thanks for the response. The issue I have is, although I have added the gobject-introspection.bbclass within the classes directory, I get an error saying 'Nothing PROVIDES 'gobject-introspection'. The other class I use (upstream-version-is-even.bbclass) is also present in the same directory but

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Richard Purdie
On Wed, 2018-09-05 at 10:53 +0200, Martin Jansa wrote: > But patching the components to use libssl10 might actually work > (unlike > just changing DEPENDS to openssl10). > > It's not only conflicting in build-time in RSS, but it will conflict > on target as well. You either need to migrate all

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Martin Jansa
https://wiki.debian.org/OpenSSL-1.1 says it will cause runtime bugs like segmentation faults or just misbehaving applications. On Wed, Sep 5, 2018 at 5:45 PM Andre McCurdy wrote: > On Wed, Sep 5, 2018 at 8:15 AM, Khem Raj wrote: > > On Wed, Sep 5, 2018 at 7:45 AM Richard Purdie > > wrote: >

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
On Tue, Sep 4, 2018 at 8:43 PM Khem Raj wrote: > Here is one failiure that is seen in meta-oe with updates cmake > > http://errors.yoctoproject.org/Errors/Details/190510/ I am looking at it... Seems not related. I built poco using cmake bump and OE master. Seems related to the musl update on

Re: [OE-core] Dependency loops when enabling ptest with Ångström

2018-09-05 Thread richard . purdie
On Wed, 2018-09-05 at 15:32 +0200, Steffen Sledz wrote: > On 05.09.2018 14:43, richard.pur...@linuxfoundation.org wrote: > > Those are all OE-Core components and build fine with ptest enabled > > in > > poky. That suggests one of the layers does something to the recipes > > in > > a bbappend which

Re: [OE-core] Dependency loops when enabling ptest with Ångström

2018-09-05 Thread Steffen Sledz
On 05.09.2018 15:46, richard.pur...@linuxfoundation.org wrote: > I suspect the Ångström maintainers may appreciate some help in > narrowing it down and fixing it since I doubt they have any more > copious free time to solve all the bugs coming than I do. Of course your right! ;-) Here's a first

Re: [OE-core] bitbake gstreamer1.0 : "Nothing PROVIDES 'gobject-introspection'"

2018-09-05 Thread Alexander Kanavin
What is the issue though? You need to be clear about it: paste the exact, specific error message you are getting. Generally, I would recommend that you update to the latest YP release first. Backporting recipes in this fashion is a complicated task. Alex 2018-09-05 15:36 GMT+02:00 Tarun Tej K

Re: [OE-core] [RFC PATCH 2/6] cryptodev-tests: port to openssl 1.1

2018-09-05 Thread Alexander Kanavin
Note that the upstream accepted the patch as it is (frankly I don't remember how the line appeared there), so you should probably send a fix directly to them :) Alex 2018-09-04 22:38 GMT+02:00 Andre McCurdy : > On Tue, Aug 28, 2018 at 3:23 AM, Alexander Kanavin > wrote: >> From: Alexander

Re: [OE-core] Dependency loops when enabling ptest with Ångström

2018-09-05 Thread Steffen Sledz
On 05.09.2018 14:43, richard.pur...@linuxfoundation.org wrote: > Those are all OE-Core components and build fine with ptest enabled in > poky. That suggests one of the layers does something to the recipes in > a bbappend which breaks things. I'd try bisecting your layers, remove > some and see

Re: [OE-core] [PATCH 6/7] wic:bootimg-efi:try other place for efi

2018-09-05 Thread Tom Rini
On Wed, Sep 05, 2018 at 10:32:32AM +0800, Lu.Jiang wrote: > 在 2018年09月05日 08:33, Tom Rini 写道: > >On Tue, Sep 04, 2018 at 10:33:43AM +0800, Lu.Jiang wrote: > >>在 2018年09月04日 10:26, Tom Rini 写道: > >>>On Tue, Sep 04, 2018 at 10:15:44AM +0800, Lu.Jiang wrote: > 在 2018年09月03日 10:01, Lu.Jiang 写道: >

Re: [OE-core] bitbake gstreamer1.0 : "Nothing PROVIDES 'gobject-introspection'"

2018-09-05 Thread Alexander Kanavin
'Nothing PROVIDES 'gobject-introspection' means you do not have the gobject-introspection recipe, which is added as a dependency by the g-i class. I do not recommend you try to backport it though: just remove the class inherit from gstreamer recipes. Alex 2018-09-05 16:25 GMT+02:00 Tarun Tej K :

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Khem Raj
On Wed, Sep 5, 2018 at 7:45 AM Richard Purdie wrote: > > On Wed, 2018-09-05 at 10:53 +0200, Martin Jansa wrote: > > But patching the components to use libssl10 might actually work > > (unlike > > just changing DEPENDS to openssl10). > > > > It's not only conflicting in build-time in RSS, but it

Re: [OE-core] [PATCH 2/8] os-release: fix to install in the expected location

2018-09-05 Thread Andre McCurdy
On Wed, Sep 5, 2018 at 9:52 AM, Richard Purdie wrote: > From: Joshua Lock > > os-release (5) recommends that the os-release file be installed in > /usr/lib/os-release and that /etc/os-release be a relative symlink to it. > > Signed-off-by: Joshua Lock > Signed-off-by: Ross Burton >

[OE-core] ✗ patchtest: failure for opkg: add strict package matching on removal patch

2018-09-05 Thread Patchwork
== Series Details == Series: opkg: add strict package matching on removal patch Revision: 1 URL : https://patchwork.openembedded.org/series/13905/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH 6/8] maintainers: Add entry for fribidi

2018-09-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index de4f9af47f6..4ec3c20b3bc 100644 --- a/meta/conf/distro/include/maintainers.inc

[OE-core] [PATCH 5/8] populate_base_sdk: Stop running gcc --version all the time

2018-09-05 Thread Richard Purdie
Running 'gcc --version' for every image recipe is slow and increases parsing time/resource usage for no good reason. Only compute the value in when we're really running the task/function. Signed-off-by: Richard Purdie --- meta/classes/populate_sdk_base.bbclass | 2 +- meta/lib/oe/utils.py

[OE-core] [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

2018-09-05 Thread Richard Purdie
Currently these are in ${PN} and ${PN}-syslog may get replaced by other packages but update-alternatives would error in the postinst if other files were installed first. Avoid the problems by putting the links in the correct package. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 3/8] gcc: Merge two related patches together

2018-09-05 Thread Richard Purdie
These patches may as well be merged together as they affect the same code and things are clearer this way. Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-8.2.inc | 1 - .../0003-gcc-poison-system-directories.patch | 6 ++- .../gcc-8.2/0004-gcc-poison-dir-extend.patch

[OE-core] [PATCH 8/8] busybox: Sync arch and link locations with coreutils

2018-09-05 Thread Richard Purdie
coreutils installs these into bindir, folllow its lead to avoid postinst failures when installing coreutils and busybox together. Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/busybox/busybox.inc

[OE-core] [PATCH 1/8] python: Run pybench once for optimisation task in pgo

2018-09-05 Thread Richard Purdie
From: Ross Burton There is no good reason to loop 10 times on the test since the profile optimisation won't change between runs, we don't need/want a statistical average. This is just burning cpu cycles, just make 1 run. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 4/8] binutils: Fix variable conflict

2018-09-05 Thread Richard Purdie
A recent binutils patch added the LDGOLD variable but its already used for controlling EXTRA_OECONF options for gold. Separate the two variables to different names to avoid build warnings and confusion. Signed-off-by: Richard Purdie --- meta/recipes-devtools/binutils/binutils.inc | 6 +++--- 1

[OE-core] [PATCH 2/8] os-release: fix to install in the expected location

2018-09-05 Thread Richard Purdie
From: Joshua Lock os-release (5) recommends that the os-release file be installed in /usr/lib/os-release and that /etc/os-release be a relative symlink to it. Signed-off-by: Joshua Lock Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/os-release/os-release.bb |

[OE-core] [PATCH] python3: fix indentation on create_manifest3

2018-09-05 Thread Alejandro Enedino Hernandez Samaniego
Signed-off-by: Alejandro Enedino Hernandez Samaniego --- .../python/python3/create_manifest3.py | 108 ++--- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/meta/recipes-devtools/python/python3/create_manifest3.py

[OE-core] [PATCH v2] opkg: add strict package matching on removal patch

2018-09-05 Thread Alejandro del Castillo
During removal, opkg is using globs to select which metadata files to remove. The glob is too broad and sometimes can result in a package removing the metadata from a package with a close name. Make the matching more strict. Fixes bugzilla 12905 Signed-off-by: Alejandro del Castillo ---

[OE-core] [PATCH 0/1] Update prelink, merge existing fix

2018-09-05 Thread Mark Hatle
Existing fix for the e_shstrndx usage has been merged into the upstream prelink. Additional, existing patches that have been pending (for too long) are finally out of the staging and into the core set. All of the incorporated items have been tested using the built-in test suite. Some of the

[OE-core] [PATCH 1/1] prelink: Update to the latest version of prelink

2018-09-05 Thread Mark Hatle
The new version of prelink includes the fix for a segmentation fault due to using e_shnum vs e_shstrndx. In addition the following changes are incorporated: 2018-08-29 Khem Raj * src/elf.h: Add RISC-V defines * src/rtld/dl-tls.c: Add RISC-V support *

Re: [OE-core] [PATCH 3/3] prelink: do not use 'exit 0' to incorrectly postpone to first boot

2018-09-05 Thread Richard Purdie
On Wed, 2018-09-05 at 08:36 -0400, Hongxu Jia wrote: > After postinst was executed at do_rootfs successfully, > there will be no first boot to redo. > > Since `229f4e9 package.bbclass: add support for > pkg_postinst_ontarget()' applied in oe-core, use > pkg_postinst_ontarget to instead. > >

[OE-core] [PATCH] opkg: add strict package matching on removal patch

2018-09-05 Thread Alejandro del Castillo
During removal, opkg is using globs to select which metadata files to remove. The glob is too broad and sometimes can result in a package removing the metadata from a package with a close name. Make the matching more strict. Fixes bugzilla 12905 Signed-off-by: Alejandro del Castillo ---

Re: [OE-core] [PATCH 2/8] os-release: fix to install in the expected location

2018-09-05 Thread richard . purdie
On Wed, 2018-09-05 at 10:16 -0700, Andre McCurdy wrote: > On Wed, Sep 5, 2018 at 9:52 AM, Richard Purdie > wrote: > > From: Joshua Lock > > > > os-release (5) recommends that the os-release file be installed in > > /usr/lib/os-release and that /etc/os-release be a relative symlink > > to it. >

[OE-core] ✗ patchtest: failure for python3: fix indentation on create_manifest3

2018-09-05 Thread Patchwork
== Series Details == Series: python3: fix indentation on create_manifest3 Revision: 1 URL : https://patchwork.openembedded.org/series/13907/ 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] wic: squashfs does support partition uuid

2018-09-05 Thread Tom Rini
On Wed, Sep 05, 2018 at 09:53:25PM +0200, Emmanuel Roullit wrote: > wic allows the user to create disk image and reference each created > partitions via its partition UUID. > > squashfs does not support filesystem UUID but it does offer support for > partition UUID. > > $ lsblk -o

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Peter Kjellerstedt
> -Original Message- > From: Robert Yang > Sent: den 5 september 2018 10:12 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue() > > Hi Peter, > > On 09/05/2018 03:33 PM, Peter Kjellerstedt wrote: > >>

Re: [OE-core] systemd/busybox fsck fail to run

2018-09-05 Thread Khem Raj
On 9/5/18 5:46 AM, Andrej Valek wrote: > Hi Alex, > > There could be multiple options, how to handle this. > > My 2cents about this problem: > 1. Use update-alternatives to handle this > 2. Rework busybox itself to handle this option > 3. Just create a patch to ignore this option > I am

Re: [OE-core] [PATCH 1/6] allarch: disable allarch when multilib is used

2018-09-05 Thread richard . purdie
On Wed, 2018-09-05 at 10:52 +0800, Kang Kai wrote: > I searched oe-core for which inherits allarch and bbextend nativesdk > by: > > $ rgrep 'inherit.*allarch' -l meta | xargs grep -l > 'BBCLASSEXTEND.*nativesdk' > meta/recipes-devtools/autoconf-archive/autoconf-archive_2018.03.13.bb >

[OE-core] [PATCH] testimage.bbclass: fix qemu_use_kvm handling

2018-09-05 Thread Emmanuel Roullit
QEMU_USE_KVM can either be a boolean or a whitespace separated list of kvm supported machines. For the 'intel-corei7-64' machine, defined in meta-intel, kvm could not be used as the 'x86' substring is not part of its machine name. By changing the order of this 'or' statement and setting the

Re: [OE-core] [PATCH 4/8] binutils: Fix variable conflict

2018-09-05 Thread Khem Raj
On 9/5/18 9:52 AM, Richard Purdie wrote: > A recent binutils patch added the LDGOLD variable but its already used > for controlling EXTRA_OECONF options for gold. Separate the two variables > to different names to avoid build warnings and confusion. > > Signed-off-by: Richard Purdie > --- >

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Richard Purdie
On Wed, 2018-09-05 at 16:11 +0800, Robert Yang wrote: > On 09/05/2018 03:33 PM, Peter Kjellerstedt wrote: > > > > > Put it together with ifelse() and conditional() instead, where it > > better > > belongs. > > > > You can also implement it as: > > > > def vartrue(var, iftrue, iffalse, d): > >

[OE-core] [PATCH] wic: squashfs does support partition uuid

2018-09-05 Thread Emmanuel Roullit
wic allows the user to create disk image and reference each created partitions via its partition UUID. squashfs does not support filesystem UUID but it does offer support for partition UUID. $ lsblk -o NAME,FSTYPE,UUID,PARTUUID NAME FSTYPE UUID PARTUUID sda

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Robert Yang > Sent: den 5 september 2018 09:16 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue() > >

[OE-core] [PATCH 2/4] python3: Modify create_manifest to make it versionless

2018-09-05 Thread Alejandro Enedino Hernandez Samaniego
This patch improves the create_manifest script by making it use PYTHON_MAJMIN instead of hard coded paths containing the version number when looking at the necessary modules for every package, the script should now be independent of the python(3) version on which were working Signed-off-by:

[OE-core] [PATCH 4/4] python3-manifest: Avoid duplicate modules

2018-09-05 Thread Alejandro Enedino Hernandez Samaniego
There was a bug where modules were being added twice to the core package, this patches the manifest to reflect the fix on the create_manifest script. Signed-off-by: Alejandro Enedino Hernandez Samaniego --- meta/recipes-devtools/python/python3/python3-manifest.json | 5 + 1 file changed, 1

[OE-core] [PATCH 2/2 V2] bitbake.conf: Make BUILD_OPTIMIZATION respect to DEBUG_BUILD

2018-09-05 Thread Robert Yang
We may also need debug native tools, so make BUILD_OPTIMIZATION respect to DEBUG_BUILD, otherwise, we need set CFLAGS in the recipe which isn't convenient. Signed-off-by: Robert Yang --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 0/2 V2] Add oe.utils.vartrue() and update BUILD_OPTIMIZATION

2018-09-05 Thread Robert Yang
* V2: - Improve readability as RP and Peter suggested. * V1: Initial version // Robert The following changes since commit bd92ff5759809df2542ce1bcba2c45bbd11d1e10: openssl: Handle -conf package file conflicts (2018-09-04 11:03:31 +0100) are available in the git repository at:

[OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Robert Yang
It can be used to simplify code like: "${@['iffalse', 'iftrue'][var]}" Signed-off-by: Robert Yang --- meta/conf/bitbake.conf | 2 +- meta/lib/oe/utils.py | 7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Robert Yang
Hi Peter, On 09/05/2018 03:33 PM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Robert Yang Sent: den 5 september 2018 09:16 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/2 V2] oe/utils.py:

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Martin Jansa
On Wed, Sep 05, 2018 at 09:14:21AM +0200, Alexander Kanavin wrote: > I am also disappointed to see that openssl10 does not help much, > however, I do not believe we should wait another year, and hope the > problem would take care of itself - this clearly did not happen over > the past year. Let's

[OE-core] systemd/busybox fsck fail to run

2018-09-05 Thread Alex Kiernan
I've just come across a box with a corrupt filesystem which wasn't being cleaned (using systemd and busybox): Aug 29 16:03:22 localhost systemd-fsck[143]: read_bad_blocks_file: No such file or directory while trying to open -M Aug 29 16:03:22 localhost systemd-fsck[143]: Warning: fsck.ext4

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-05 Thread richard . purdie
On Tue, 2018-09-04 at 19:04 -0700, Andre McCurdy wrote: > On Tue, Sep 4, 2018 at 3:36 PM, Richard Purdie > wrote: > > On Tue, 2018-09-04 at 13:19 -0700, Andre McCurdy wrote: > > > On Tue, Sep 4, 2018 at 8:50 AM, Ross Burton > > m> > > > wrote: > > > This probably needs an "rm -f

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Khem Raj
On Wed, Sep 5, 2018 at 6:01 PM Otavio Salvador wrote: > > On Wed, Sep 5, 2018 at 8:19 PM Khem Raj wrote: > > > > On Wed, Sep 5, 2018 at 3:38 PM Otavio Salvador > > wrote: > > > > > > On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > > > > > > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador

[OE-core] [oe-core][sumo][PATCH] mkefidisk: fix installation of kernel image

2018-09-05 Thread chong . yi . chai
From: Chong Yi Chai Kernel image can be 'vmlinuz' for 'bzImage' but the script is written to support 'vmlinuz' only. When building with meta-intel on sumo branch, the kernel image is now bzImage and the installation will fail. Add option to install bzImage as well. Signed-off-by: Chong Yi Chai

Re: [OE-core] [PATCH] libice: patch for CVE-2017-2626

2018-09-05 Thread Changqing Li
Ping On 08/27/2018 10:17 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../xorg-lib/libice/CVE-2017-2626.patch| 149 + meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | 2 + 2 files changed, 151

Re: [OE-core] [PATCH] libice: patch for CVE-2017-2626

2018-09-05 Thread Changqing Li
Ping On 08/27/2018 10:17 AM, changqing...@windriver.com wrote: From: Changqing Li Signed-off-by: Changqing Li --- .../xorg-lib/libice/CVE-2017-2626.patch| 149 + meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | 2 + 2 files changed, 151

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador > wrote: > > > > > > > > On Tue, Sep 4, 2018 at 8:43 PM Khem Raj wrote: > >> > >> Here is one failiure that is seen in meta-oe with updates cmake > >> > >>

[OE-core] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE) - Update

2018-09-05 Thread akuster808
Hello, If you have not signed up for OEDeM, please do so ASAP. We have 41 signed up so far. Sign-ups close Sept 15th regards, Armin OEDeM Bouncer -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH 3/3] prelink: do not use 'exit 0' to incorrectly postpone to first boot

2018-09-05 Thread Hongxu Jia
On 2018年09月06日 01:34, Richard Purdie wrote: - -if [ "x$D" != "x" ]; then - exit 0 -fi - +pkg_postinst_ontarget_prelink() { prelink -a } I'm not sure this is correct. The idea here is that no postinst runs, on target or at rootfs time (since we prelink the rootfs elsewhere at rootfs time).

Re: [OE-core] [PATCH] kexec-tools: fix for "Unhandled rela relocation: R_X86_64_PLT32" error

2018-09-05 Thread Yu, Mingli
Ping. Thanks, On 2018年09月03日 09:26, Yu, Mingli wrote: On 2018年08月31日 22:07, Andrea Adami wrote: On Fri, Aug 31, 2018 at 8:34 AM Yu, Mingli wrote: Ping. Hi, FYI it is in master upstream as of b9de21ef51a7 so you could just upgrade the recipe. Cheers Andrea Thanks Andrea! But the

Re: [OE-core] [PATCH 7/8] busybox: Put klogd/syslogd alternative links in syslog package

2018-09-05 Thread ChenQi
Hi Richard, I think my previous patch has covered this case. git://git.pokylinux.org/poky-contrib ChenQi/busybox-alternatives http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/busybox-alternatives Chen Qi (1): busybox: fix the alternatives logic Is there some problem with

Re: [OE-core] [PATCH] busybox: update to 1.29.2

2018-09-05 Thread Randy MacLeod
On 09/04/2018 03:31 PM, Randy MacLeod wrote: We really want to get this change merged this week so that it's part of the 2.6-M3 content that will be well tested. On 08/31/2018 03:42 AM, Andrej Valek wrote: I had some network problems. This patch could be ignored, because, it's same as

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Khem Raj
On Wed, Sep 5, 2018 at 3:38 PM Otavio Salvador wrote: > > On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador > > wrote: > > > > > > > > > > > > On Tue, Sep 4, 2018 at 8:43 PM Khem Raj wrote: > > >> > > >> Here is one failiure that is seen in

Re: [OE-core] [PATCH] cmake: Update 3.11.4 -> 3.12.1

2018-09-05 Thread Otavio Salvador
On Wed, Sep 5, 2018 at 8:19 PM Khem Raj wrote: > > On Wed, Sep 5, 2018 at 3:38 PM Otavio Salvador > wrote: > > > > On Wed, Sep 5, 2018 at 12:18 PM Khem Raj wrote: > > > > > > On Wed, Sep 5, 2018 at 6:42 AM Otavio Salvador > > > wrote: > > > > > > > > > > > > > > > > On Tue, Sep 4, 2018 at 8:43

[OE-core] [PATCH 0/1] gdb: Update to 8.2

2018-09-05 Thread Khem Raj
gdb being a leaf package, this update is not as risky The following changes since commit 5645d09328ddd5eedbce3ff7757337b5ef176ead: opkg: add strict package matching on removal patch (2018-09-05 20:29:33 +0100) are available in the Git repository at:

[OE-core] [PATCH 1/1] gdb: Update to 8.2

2018-09-05 Thread Khem Raj
* https://sourceware.org/ml/gdb-announce/2018/msg3.html * Support RISC-V Signed-off-by: Khem Raj --- .../gdb/{gdb-8.1.1.inc => gdb-8.2.inc}| 5 +- ...ian_8.1.1.bb => gdb-cross-canadian_8.2.bb} | 0 .../{gdb-cross_8.1.1.bb => gdb-cross_8.2.bb} | 0

[OE-core] [PATCH 1/3] sysstat: do not use 'exit 0' to incorrectly postpone to first boot

2018-09-05 Thread Hongxu Jia
In `6bf82c2 sysstat: don't run populate-volatile.sh update in do_rootfs, first boot or without populate-volatile.sh', it used 'exit 0' to incorrect postpone to first boot, after do_rootfs with `exit 0', there will be no first boot to rerun. Since `229f4e9 package.bbclass: add support for

[OE-core] [PATCH 2/3] opkg-keyrings: do not use 'exit 1' to postpone to first boot

2018-09-05 Thread Hongxu Jia
Since `229f4e9 package.bbclass: add support for pkg_postinst_ontarget()' applied in oe-core, use pkg_postinst_ontarget to run postinst at first boot. Signed-off-by: Hongxu Jia --- meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-)

[OE-core] [PATCH 3/3] prelink: do not use 'exit 0' to incorrectly postpone to first boot

2018-09-05 Thread Hongxu Jia
After postinst was executed at do_rootfs successfully, there will be no first boot to redo. Since `229f4e9 package.bbclass: add support for pkg_postinst_ontarget()' applied in oe-core, use pkg_postinst_ontarget to instead. Signed-off-by: Hongxu Jia ---

Re: [OE-core] [PATCH 1/1] bitbake.conf: Make BUILD_OPTIMIZATION respect to DEBUG_BUILD

2018-09-05 Thread Robert Yang
On 09/04/2018 07:19 PM, Richard Purdie wrote: On Tue, 2018-09-04 at 08:15 +, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Robert Yang Sent: den 4 september 2018 08:37 To: openembedded-core@lists.openembedded.org

Re: [OE-core] [RFC PATCH 1/6] openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version

2018-09-05 Thread Alexander Kanavin
I am also disappointed to see that openssl10 does not help much, however, I do not believe we should wait another year, and hope the problem would take care of itself - this clearly did not happen over the past year. Let's just look at failing recipes one by one and investigate what needs to be

[OE-core] [PATCH 1/4] python3-manifest: Use PYTHON_MAJMIN instead of hard coded version

2018-09-05 Thread Alejandro Enedino Hernandez Samaniego
Currently the manifest contains hard coded paths with the version number, e.g. python3.5, this patch changes the paths to use the variable PYTHON_MAJMIN instead, this should make the python upgrades easier Signed-off-by: Alejandro Enedino Hernandez Samaniego ---

[OE-core] Dependency loops when enabling ptest with Ångström

2018-09-05 Thread Steffen Sledz
[Sorry for the big addressee group, but I'm not sure where to address this issue correctly.] We're using meta-angstrom as base for our own software. At the moment we try to activate ptest for some of our components. Unfortunately the trys lead to dependency loops. :( To exclude our own stuff

Re: [OE-core] [PATCH] os-release: fix to install in the expected location

2018-09-05 Thread Martin Jansa
On Tue, Sep 04, 2018 at 01:19:28PM -0700, Andre McCurdy wrote: > On Tue, Sep 4, 2018 at 8:50 AM, Ross Burton wrote: > > From: Joshua Lock > > > > os-release (5) recommends that the os-release file be installed in > > /usr/lib/os-release and that /etc/os-release be a relative symlink to it. > > >

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Richard Purdie
On Wed, 2018-09-05 at 12:38 +0200, Martin Jansa wrote: > On Wed, Sep 05, 2018 at 03:16:17PM +0800, Robert Yang wrote: > > It can be used to simplify code like: > > "${@['iffalse', 'iftrue'][var]}" > > > > Signed-off-by: Robert Yang > > --- > > meta/conf/bitbake.conf | 2 +- > >

[OE-core] [PATCH 3/4] python3: Clean up create manifest script

2018-09-05 Thread Alejandro Enedino Hernandez Samaniego
This patch intends to clean up the whole create_manifest script/task for python3. This is an effort to make the code more human friendly and facilitate adoption, it not only cleans up the code but it also improves comments, it should also be easier to upgrade the manifest after each python3

Re: [OE-core] [PATCH 1/2 V2] oe/utils.py: Add vartrue()

2018-09-05 Thread Martin Jansa
On Wed, Sep 05, 2018 at 03:16:17PM +0800, Robert Yang wrote: > It can be used to simplify code like: > "${@['iffalse', 'iftrue'][var]}" > > Signed-off-by: Robert Yang > --- > meta/conf/bitbake.conf | 2 +- > meta/lib/oe/utils.py | 7 +++ > 2 files changed, 8 insertions(+), 1 deletion(-) >

Re: [OE-core] Dependency loops when enabling ptest with Ångström

2018-09-05 Thread richard . purdie
On Wed, 2018-09-05 at 13:51 +0200, Steffen Sledz wrote: > [Sorry for the big addressee group, but I'm not sure where to address > this issue correctly.] > > We're using meta-angstrom as base for our own software. At the moment > we try to activate ptest for some of our components. Unfortunately >

Re: [OE-core] systemd/busybox fsck fail to run

2018-09-05 Thread Andrej Valek
Hi Alex, There could be multiple options, how to handle this. My 2cents about this problem: 1. Use update-alternatives to handle this 2. Rework busybox itself to handle this option 3. Just create a patch to ignore this option Cheers, Andrej On 09/05/18 10:37, Alex Kiernan wrote: > I've just