[OE-core] [PATCH 1/2] bitbake.conf: Add weak default value for IMAGE_ROOTFS_MAXSIZE

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
This would help the recipe linter oelint-adv from meta-sca layer to add the variable IMAGE_ROOTFS_MAXSIZE to the list of known variables. See https://github.com/priv-kweihmann/oelint-adv/issues/695By for details. Setting the weak default value to the empty string actually imposes no limit on the

[OE-core] [PATCH 2/2] documentation.conf: Add description for IMAGE_ROOTFS_MAXSIZE variable

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
Signed-off-by: Weisser, Pascal --- meta/conf/documentation.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 295fefb80e..2dcf85f767 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -222,6 +222,

[OE-core] [PATCH 0/2] This patch series has two goals.

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
First, it sets a weak default value for IMAGE_ROOTFS_MAXSIZE. This helps the recipe linter oelint-adv from meta-sca to be aware of the existence of this variable. See https://github.com/priv-kweihmann/oelint-adv/issues/695 for details. Note: The chosen weak default value actually imposes no limit

[OE-core] [PATCH 1/2] bitbake.conf: Add weak default value for IMAGE_ROOTFS_MAXSIZE

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
This would help the recipe linter oelint-adv from meta-sca layer to add the variable IMAGE_ROOTFS_MAXSIZE to the list of known variables. See https://github.com/priv-kweihmann/oelint-adv/issues/695By for details. Setting the weak default value to the empty string actually imposes no limit on the

[OE-core] [PATCH 2/2] documentation.conf: Add description for IMAGE_ROOTFS_MAXSIZE variable

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
Signed-off-by: Weisser, Pascal --- meta/conf/documentation.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 295fefb80e..2dcf85f767 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -222,6 +222,

[OE-core] [PATCH 0/2] This patch series has two goals.

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
First, it sets a weak default value for IMAGE_ROOTFS_MAXSIZE. This helps the recipe linter oelint-adv from meta-sca to be aware of the existence of this variable. See https://github.com/priv-kweihmann/oelint-adv/issues/695 for details. Note: The chosen weak default value actually imposes no limit

[OE-core] [PATCH 1/2] kernel-fitImage: Take possible multiconfig into account.

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
When specifying the dependencies of do_assemble_fitimage_initramfs the initramfs image might be built with another multiconfig. This needs to be taken into account. The path of the initramfs image also needs to be adapted to handle the case when it's built with another multiconfig. Signed-off-by:

[OE-core] [PATCH 0/2] This patch series improves the kernel-fitimage.bbclass.

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
First, it takes into account that the initramfs might be built with another multiconfig. Second, an unnecessary dependency is dropped in case the initramfs is already bundled into the kernel. Weisser, Pascal (2): kernel-fitImage: Take possible multiconfig into account. kernel-fitImage: Remove

[OE-core] [PATCH 2/2] kernel-fitImage: Remove dependeny on initramfs image when bundled.

2025-02-06 Thread Weisser, Pascal.ext via lists.openembedded.org
In case the initramfs image is bundled into the kernel there's no need to specify a dependeny on the do_image_complete task of the initramfs image from the do_assemble_fitimage_initramfs task since the task won't access the image. Signed-off-by: Weisser, Pascal --- meta/classes-recipe/kernel-fit

[OE-core] [PATCH] qemuboot: Trigger write_qemuboot_conf on changes of kernel image realpath.

2024-07-03 Thread Weisser, Pascal.ext via lists.openembedded.org
The qemuboot.conf file contains the realpath of the kernel image referenced by QB_DEFAULT_KERNEL. So, it must be recreated in case the realpath of the referenced kernel image changes. The variables KERNEL_IMAGE_NAME and KERNEL_IMAGE_BIN_EXT determine the realpath of the kernel image relative to DE

[OE-core] [PATCH] Trigger write_qemuboot_conf task on changes of kernel image realpath.

2024-07-03 Thread Weisser, Pascal.ext via lists.openembedded.org
The qemuboot.conf file contains the realpath of the kernel image referenced by QB_DEFAULT_KERNEL. So, it must be recreated in case the realpath of the referenced kernel image changes. The variables KERNEL_IMAGE_NAME and KERNEL_IMAGE_BIN_EXT determine the realpath of the kernel image relative to DE