[OE-core] [PATCH] busybox: Provide /bin/ash when usrmerge is enabled

2018-11-14 Thread Wes Lindauer
provide it along with /bin/sh. Signed-off-by: Wes Lindauer --- meta/recipes-core/busybox/busybox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 10582a7534..c07162f6b4 100644 --- a/meta/recipes

[OE-core] [PATCH] module.bbclass: Add INSTALL_FW_PATH for out-of-tree modules

2018-11-14 Thread Wes Lindauer
This same variable was added to the make line in kernel.bbclass in 0decf1cc1c35dd70f3b822e3b4291a810a319ba0. With the addition of the usrmerge feature, out-of-tree modules could use this same variable. Signed-off-by: Wes Lindauer --- meta/classes/module.bbclass | 1 + 1 file changed, 1

[OE-core] [PATCH 1/6] iw: Fix license field to BSD-2-Clause

2019-08-16 Thread Wes Lindauer
Using just "BSD" license implies BSD-3-Clause and this recipe appears to be closer to a BSD-2-Clause. --- meta/recipes-connectivity/iw/iw_5.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb

[OE-core] [PATCH 3/6] shadow: Fix BSD license file checksum

2019-08-16 Thread Wes Lindauer
BSD license files must include the copyright notice. --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 7f82d20826..6d9e300739 100644 ---

[OE-core] [PATCH 5/6] libunwind: Fix MIT license file checksum

2019-08-16 Thread Wes Lindauer
MIT license files must include the copyright notice. --- meta/recipes-support/libunwind/libunwind.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 36851d07ed..5726589661

[OE-core] [PATCH 4/6] sudo: Fix BSD license file checksum

2019-08-16 Thread Wes Lindauer
BSD license files must include the copyright notice. --- meta/recipes-extended/sudo/sudo.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 90f2039bb8..15075bcefd 100644 ---

[OE-core] [PATCH 2/6] openssh: Update LICENSE field with missing values

2019-08-16 Thread Wes Lindauer
The LICENSE file states that some code is licensed under BSD, some under ISC, and some under MIT. The LICENSE field should reflect all of these. --- meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 6/6] xz: Remove GPLv3 license checksum

2019-08-16 Thread Wes Lindauer
Although xz has some files that are GPLv3 licensed, none of them get packaged up, and therefore none of it ends up in the final rootfs. Since there is no GPLv3 code in the final image, we don't want to include it when we collect licenses, as that would give the incorrect impression that the image

Re: [OE-core] [PATCH 6/6] xz: Remove GPLv3 license checksum

2019-09-03 Thread Wes Lindauer
v3 license be removed from this recipe? Wes L On Tue, Aug 27, 2019 at 2:28 PM Mark Hatle wrote: > On 8/27/19 1:04 PM, Adrian Bunk wrote: > > On Fri, Aug 16, 2019 at 01:50:14PM -0700, Khem Raj wrote: > >> On Fri, Aug 16, 2019 at 12:46 PM Wes Lindauer < > wesley.linda...@gmail.c

[OE-core] [PATCH] bitbake: cooker: Ensure bbappends are found in stable order

2019-08-28 Thread Wes Lindauer
-deterministic order between workspaces (based on inode number and/or time of creation), we'll need to sort its result in order to have any consistency. Signed-off-by: Wes Lindauer --- bitbake/lib/bb/cooker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib

Re: [OE-core] [PATCH 6/6] xz: Remove GPLv3 license checksum

2019-08-27 Thread Wes Lindauer
n my image? Thanks for your help, Wes L On Fri, Aug 16, 2019 at 4:50 PM Khem Raj wrote: > On Fri, Aug 16, 2019 at 12:46 PM Wes Lindauer > wrote: > > > > Although xz has some files that are GPLv3 licensed, none of them get > > packaged up, and therefore none of it

[OE-core] [PATCH] oeqa/runtime/cases: Only disable/enable for current boot

2021-04-11 Thread Wes Lindauer
From: Wes Lindauer Previously doing a stop/start worked, but using a disable/enable does not work on a read-only rootfs. Add a --runtime flag to systemctl so that systemd only modifies the current boot and does not attempt to write to the filesystem. This also keeps the test from making

[OE-core] [PATCH] df.py: Add feature check for read-only-rootfs

2021-02-17 Thread Wes Lindauer
From: Wes Lindauer If the target is using a read-only rootfs, the available space on '/' will be zero. This will cause the test to incorrectly fail and skipping seems appropriate in this case. Signed-off-by: Wes Lindauer --- meta/lib/oeqa/runtime/cases/df.py | 2 ++ 1 file changed, 2

[OE-core][PATCH] bitbake.conf: Add resource vars to hash ignore list

2022-08-21 Thread Wes Lindauer
It should not matter what xz/zstd parallelism and resource usage is set to when determining hash signatures. This allows sharing more sstate across host machines with different CPU configurations. Signed-off-by: Wes Lindauer --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core][PATCH] bitbake.conf: Add resource vars to hash ignore list

2022-08-30 Thread Wes Lindauer
Aug 22, 2022 at 9:17 AM Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Richard Purdie > > Sent: den 22 augusti 2022 13:19 > > T