[OE-core] [PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-14 Thread Heiko
If the kernel folder does not exist, find will result in an error. This can occur if the kernel has no modules but, for example, custom modules are created. Add check before deleting. Signed-off-by: Heiko Thole --- meta/classes-recipe/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-12 Thread Heiko
I used " git send- email". I don`t know, why the tabs were replaced. I have attached the patch with tabs. (Or do I have to create a new post?) Best regards, Heiko kirkstone-kernel.bbclass-check-if-directory-exists-before-removing-empty-module-directory.diff Description: B

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-11 Thread Heiko
Hi Steve, I created the patch as described here: https://docs.yoctoproject.org/4.0.17/contributor-guide/submit-changes.html#contributing-through-mailing-lists-why-not-using-web-based-workflows Only one line has been changed. Is it possible for you to change it? Best regards, Heiko

Re: [OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-11 Thread Heiko
r > remove empty directories > > Cheers, > Quentin rm --dir --force does not work if the directory exists: rm: cannot remove '/yocto/source/build-cm4/tmp/work/raspberrypi4_64-poky-linux/linux-yocto/6.6.25+git-r0/image/lib/modules/6.6.25-hcu/kernel': Directory not empty Best regards H

[OE-core] [PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-11 Thread Heiko
If the kernel folder does not exist, find will result in an error. This can occur if the kernel has no modules but, for example, custom modules are created. Add check before deleting. Signed-off-by: Heiko Thole --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] [kirkstone][PATCH] kernel.bbclass: check, if directory exists before removing empty module directory

2024-04-11 Thread Heiko
If the kernel folder does not exist, find will result in an error. This can occur if the kernel has no modules but, for example, custom modules are created. Add check before deleting. Signed-off-by: Heiko Thole --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[OE-core] archiver: Some packages are not included in tmp/deploy/sources

2024-02-16 Thread Heiko
Hi, I use the archiver-class. In local.conf I added the following: INHERIT += "archiver" ARCHIVER_MODE[src] = "original" But in the tmp/deploy/sources folder, some packages are not included. E.g. openssl. But openssl is part of my image and it is included in the license.manifest file. Does

Re: [OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-17 Thread Heiko
Hello Alexandre, I know. The patch is based on it. I asked to cherrypick it. But Steve told me ( https://lists.openembedded.org/g/openembedded-core/message/184140 ) , that I should create a new patch. Bye, Heiko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

[OE-core] [PATCH] wic: Add dependencies for erofs-utils

2023-07-16 Thread Heiko
In order to build erofs filesystems, wic must have the erofs-utils package installed into its sysroot. Signed-off-by: Heiko Thole --- meta/classes/image_types_wic.bbclass | 2 +- meta/recipes-core/meta/wic-tools.bb | 2 +- scripts/lib/wic/misc.py | 1 + 3 files changed, 3

[OE-core] [kirkstone][PATCH] wic: Add dependencies for erofs-utils

2023-07-13 Thread Heiko
>From 2d8164ac97277c344bc7c9e11f0ed78235726bda Mon Sep 17 00:00:00 2001 From: Heiko Thole Date: Wed, 12 Jul 2023 07:41:59 +0200 Subject: [kirkstone][PATCH] wic: Add dependencies for erofs-utils In order to build erofs filesystems, wic must have the erofs-utils package installed into its sysr

Re: [OE-core] WIC: erofs-utils-native: Cherrypick commit from master to #kirkstone

2023-07-12 Thread Heiko
>From 2d8164ac97277c344bc7c9e11f0ed78235726bda Mon Sep 17 00:00:00 2001 From: Heiko Thole Date: Wed, 12 Jul 2023 07:41:59 +0200 Subject: [kirkstone][PATCH] wic: Add dependencies for erofs-utils In order to build erofs filesystems, wic must have the erofs-utils package installed into its sysr

[OE-core] WIC: erofs-utils-native: Cherrypick commit from master to #kirkstone

2023-07-11 Thread Heiko
to the kirkstone branch? Thanks and best regards, Heiko -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#184129): https://lists.openembedded.org/g/openembedded-core/message/184129 Mute This Topic: https://lists.openembedded.org/mt/100076346/21656 Mute

[OE-core] WIC: erofs-utils-native: Cherrypick commit from master to #kirkstone

2023-07-11 Thread Heiko
the master branch in commit 4e9102a (https://git.yoctoproject.org/poky/commit/?id=4e9102a83cd2ac42c39f1d3153a1d3945e4668d5 ). Is it possible, that you cherrypick the commit to the kirkstone branch? Thanks and best regards, Heiko eQ-3 Entwicklung GmbH, Maiburger Str. 36, 26789 Leer Gesch?ftsf?

Re: [OE-core] [PATCH v2] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-11-18 Thread Heiko Schocher
Hello all, Am 07.10.2019 um 15:42 schrieb Heiko Schocher: Hello all, Am 20.09.2019 um 06:21 schrieb Heiko Schocher: set in the ramdisk node the compression property always to "none", as U-Boot nowadays since commit: b1307f884a91 ("fit: Support compression for non-kernel compo

Re: [OE-core] [PATCH v2] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-10-07 Thread Heiko Schocher
Hello all, Am 20.09.2019 um 06:21 schrieb Heiko Schocher: set in the ramdisk node the compression property always to "none", as U-Boot nowadays since commit: b1307f884a91 ("fit: Support compression for non-kernel components (e.g. FDT)") decompress non kernel components.

[OE-core] [PATCH v2] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-09-19 Thread Heiko Schocher
end in fail of your kernel boot with the ramdisk. This issue is fixed since commit: bddd98573465 ("fit: Do not automatically decompress ramdisk images") which now prints a warning in U-Boot, instead of decompressing the ramdisk, but we should setup compression property correct.