Re: [OE-core] [PATCH] stress-ng: create a symlink for /usr/bin/stress

2020-07-23 Thread Dan Callaghan
Excerpts from Khem Raj's message of 2020-07-22 23:09:23 -07:00: > there is stress recipe in some layers which could provide stress > utility as well, therefore it should be using update-alternatives > mechanism so it fills in when stress is not provided by say stress > recipe. Hmm... The stress

Re: [OE-core] [PATCH] stress-ng: create a symlink for /usr/bin/stress

2020-07-23 Thread Khem Raj
On Thu, Jul 23, 2020 at 1:06 AM Dan Callaghan wrote: > > Excerpts from Khem Raj's message of 2020-07-22 23:09:23 -07:00: > > there is stress recipe in some layers which could provide stress > > utility as well, therefore it should be using update-alternatives > > mechanism so it fills in when stre

Re: [OE-core] [PATCH] layer.conf: fix adwaita-icon-theme signature change problem

2020-07-23 Thread Khem Raj
infact the error is not limited to just one theme recipe but all which inherit this class see http://jenkins.nas-admin.org/view/OE/job/oe_world_workspace-compare-signatures/980/console so are we forcing same kind of fix everywhere ? seems a bit of kludge to me On Wed, Jul 22, 2020 at 11:55 PM Ch

[OE-core] [PATCH v2] stress-ng: create a symlink for /usr/bin/stress

2020-07-23 Thread Dan Callaghan
In commit 72641004, stress-ng was made to provide the stress package, because it's backwards compatible with the old stress command. But it doesn't actually provide /usr/bin/stress which is what other recipes depending on stress will expect. Symlink /usr/bin/stress to stress-ng so that it actually

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Ryan Harkin
Hi Bruce, Steve, Thanks for your replies and the help. On Thu, 23 Jul 2020 at 04:33, Steve Sakoman wrote: > On Wed, Jul 22, 2020 at 3:58 PM Bruce Ashfield > wrote: > > > > On Wed, Jul 22, 2020 at 5:27 PM Ryan Harkin > wrote: > > > > > > Just an FYI, but when this was submitted, my imx7s-warp

[OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-07-23 Thread Khasim Mohammed
List of files defined using IMAGE_BOOT_FILES are installed into the boot partition when preparing an image using the wic tool with the bootimg-efi source plugin. The code snippet introduced is taken as is from bootimg-partition.py Change-Id: I8dbb6b4e7c24870f587a6f31e6ae4a87d7033782 Issue-Id: PLA

Re: [OE-core] [PATCH v5] Add package managers as a plugin

2020-07-23 Thread Richard Purdie
On Wed, 2020-07-22 at 15:31 +0200, Fredrik Gustafsson wrote: > OE-core today has three different package managers, the well-known > formats deb > and rpm is supported as well as ipkg that is good for embedded > devices. > > When building and having a good cache hit, a significant amount of > time

[OE-core] [meta-oe][PATCH] image.bbclass: fix rootfs size computation

2020-07-23 Thread Sumit Garg
Currently we rely on disk usage to compute rootfs size that may vary depending on build machine filesystem type. Consider following case: Build machine 1: ext4 filesystem: $ du -ks tmp-rpb-glibc/work/qemuarm64-linaro-linux/rpb-console-image/1.0-r0/rootfs/ 403024 tmp-rpb-glibc/work/qemuarm64-l

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Bruce Ashfield
On Thu, Jul 23, 2020 at 5:34 AM Ryan Harkin wrote: > > Hi Bruce, Steve, > > Thanks for your replies and the help. > > On Thu, 23 Jul 2020 at 04:33, Steve Sakoman wrote: >> >> On Wed, Jul 22, 2020 at 3:58 PM Bruce Ashfield >> wrote: >> > >> > On Wed, Jul 22, 2020 at 5:27 PM Ryan Harkin wrote: >

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Ryan Harkin
Hi Bruce, On Thu, 23 Jul 2020 at 13:27, Bruce Ashfield wrote: > On Thu, Jul 23, 2020 at 5:34 AM Ryan Harkin > wrote: > > > > Hi Bruce, Steve, > > > > Thanks for your replies and the help. > > > > On Thu, 23 Jul 2020 at 04:33, Steve Sakoman wrote: > >> > >> On Wed, Jul 22, 2020 at 3:58 PM Bruce

Re: [oe-core][PATCH 1/1] libdnf: allow reproducible binary builds

2020-07-23 Thread Joe Slater
We never enable the tests, however the "directory" is processed, perhaps by code that is never executed, but the code is built into the library. Since it is already dealing with a directory that will not exist on the target, I felt it safer just to feed it a "safe" name and let upstream deal wi

[OE-core][dunfell 0/1] Pull request (cover letter only)

2020-07-23 Thread Steve Sakoman
One final change prior to the dunfell 3.1.2 release build The following changes since commit e8de5271aeebd151b3fbe47d47a1c5f6969320e7: glibc: whitelist CVE-2010-10029 (2020-07-21 06:52:40 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib sta

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Bruce Ashfield
On Thu, Jul 23, 2020 at 9:38 AM Ryan Harkin wrote: > > Hi Bruce, > > On Thu, 23 Jul 2020 at 13:27, Bruce Ashfield wrote: >> >> On Thu, Jul 23, 2020 at 5:34 AM Ryan Harkin wrote: >> > >> > Hi Bruce, Steve, >> > >> > Thanks for your replies and the help. >> > >> > On Thu, 23 Jul 2020 at 04:33, Ste

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Ryan Harkin
On Thu, 23 Jul 2020 at 16:05, Bruce Ashfield wrote: > On Thu, Jul 23, 2020 at 9:38 AM Ryan Harkin > wrote: > > > > Hi Bruce, > > > > On Thu, 23 Jul 2020 at 13:27, Bruce Ashfield > wrote: > >> > >> On Thu, Jul 23, 2020 at 5:34 AM Ryan Harkin > wrote: > >> > > >> > Hi Bruce, Steve, > >> > > >> >

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Andrey Zhizhikin
Hey guys, Sorry for jumping into this thread a bit later - I saw that it has been sorted out already. On Thu, Jul 23, 2020 at 6:06 PM Ryan Harkin wrote: > > > > On Thu, 23 Jul 2020 at 16:05, Bruce Ashfield wrote: >> >> On Thu, Jul 23, 2020 at 9:38 AM Ryan Harkin wrote: >> > >> > Hi Bruce, >> >

Re: [OE-core] [PATCH v5] Add package managers as a plugin

2020-07-23 Thread Richard Purdie
On Thu, 2020-07-23 at 10:57 +0100, Richard Purdie via lists.openembedded.org wrote: > On Wed, 2020-07-22 at 15:31 +0200, Fredrik Gustafsson wrote: > > OE-core today has three different package managers, the well-known > > formats deb > > and rpm is supported as well as ipkg that is good for embedde

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Bruce Ashfield
On Thu, Jul 23, 2020 at 2:34 PM Andrey Zhizhikin wrote: > > Hey guys, > > Sorry for jumping into this thread a bit later - I saw that it has > been sorted out already. > > On Thu, Jul 23, 2020 at 6:06 PM Ryan Harkin wrote: > > > > > > > > On Thu, 23 Jul 2020 at 16:05, Bruce Ashfield > > wrote:

Re: [OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-07-23 Thread Lee Chee Yang
Hi, I think currently IMAGE_BOOT_FILES test run on bootimg-partition only. Could you add test cases for bootimg-efi too? -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Khasim Mohammed Sent: Thursday, 23 July, 2020 5:52 PM To: openembedded-core@lists.opene

[OE-core] [PATCH] libevdev:upgrade 1.9.0 -> 1.9.1

2020-07-23 Thread zangrc
Signed-off-by: Zang Ruochen --- .../libevdev/{libevdev_1.9.0.bb => libevdev_1.9.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libevdev/{libevdev_1.9.0.bb => libevdev_1.9.1.bb} (78%) diff --git a/meta/recipes-support/libevdev/libevdev_1.9.0.

[OE-core] [PATCH] mpg123:upgrade 1.26.2 -> 1.26.3

2020-07-23 Thread zangrc
Signed-off-by: Zang Ruochen --- .../mpg123/{mpg123_1.26.2.bb => mpg123_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.26.2.bb => mpg123_1.26.3.bb} (96%) diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.26.2.bb

Re: [OE-core] [PATCH] layer.conf: fix adwaita-icon-theme signature change problem

2020-07-23 Thread Changqing Li
On 7/23/20 4:35 PM, Khem Raj wrote: infact the error is not limited to just one theme recipe but all which inherit this class see http://jenkins.nas-admin.org/view/OE/job/oe_world_workspace-compare-signatures/980/console so are we forcing same kind of fix everywhere ? seems a bit of kludge to m

[OE-core] [PATCH] checklayer: check layer in BBLAYERS before test

2020-07-23 Thread Lee Chee Yang
From: Lee Chee Yang layer under test should absent from BBLAYERS when running yocto-check-layer. This allow to get signatures before layer under test. There are existing steps to add the layer under test to BBLAYERS after getting initial signatures. add steps to check for layer under test in BBL

[OE-core][PATCH v2 1/2] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-23 Thread Jens Rehsack
Instead of recognizing only environment-setup scripts in ${STAGING_DIR_TARGET} or ${STAGING_DIR_NATIVE}, respectively - lurk also into ${SDKPATH}/buildtools/sysroots/${SDK_SYS} where nativesdk-openssl installs setup files. Signed-off-by: Jens Rehsack --- meta/classes/toolchain-scripts.bbclass |

[OE-core][PATCH v2 2/2] buildtools-tarball: eliminate overwtiting OPENSSL_CONF

2020-07-23 Thread Jens Rehsack
Remove overwriting of OPENSSL_CONF from buildtools-tarball.bb to clarify whether nativesdk-openssl installs wrong content or buildtools-tarball: (nativesdk-openssl) tmp/sysroots/x86_64/usr/lib/ssl-1.1/openssl.cnf (buildtools-tarball) buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/openssl

[OE-core] [PATCH] selftest: wic: IMAGE_BOOT_FILES test to run on bootimg-efi

2020-07-23 Thread Khasim Mohammed
bootimg-efi is updated to install files listed in IMAGE_BOOT_FILES into the boot partition. The test_mkefidisk in oeqa selftest is updated to run IMAGE_BOOT_FILES test for bootimg-efi. Change-Id: Id577e853fecc5fe58531c7afa33db3b1c00c8319 Signed-off-by: Khasim Syed Mohammed --- meta/lib/oeqa/self

Re: Fw: [OE-core] [PATCH] wic/bootimg-efi: Add support for IMAGE_BOOT_FILES

2020-07-23 Thread Khasim Mohammed
Hi Lee, On Fri, 2020-07-24 at 12:12 +0530, Khasim Mohammed wrote: > > > From: openembedded-core@lists.openembedded.org < > openembedded-core@lists.openembedded.org> on behalf of Lee Chee Yang > via lists.openembedded.org < > chee.yang.lee=intel@lists.op