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
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,
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
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
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,
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
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:
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
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
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
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
11 matches
Mail list logo