Skip to content

Commit d5aae47

Browse files
committed
meta-lxatac-software: lxatac-core-image-base: add oelint exception
This disables the following oelint error message: $ oelint-adv --mode=all --quiet .../images/lxatac-core-image-base.bb .../images/lxatac-core-image-base.bb:14:error:oelint.vars.specific: 'EXTRA_IMAGECMD' is set specific to ['ext4'], but isn't known from PACKAGES, MACHINE, DISTRO or resources [branch:false] The EXTRA_IMAGECMD:ext4 variable is however also used in meta-oe and other filesystem-specific variants are also used elsewhere. It should thus be okay to use it and disable the error message. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 2c0eef5 commit d5aae47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-lxatac-software/recipes-core/images/lxatac-core-image-base.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ IMAGE_FEATURES = "ssh-server-openssh empty-root-password tools-debug lic-pkgs"
55
IMAGE_FSTYPES += "ext4"
66

77
# use a fixed directory hash seed to reduce the image delta size
8+
# nooelint: oelint.vars.specific
89
EXTRA_IMAGECMD:ext4 = "-i 4096 -E hash_seed=4267a9cf-754d-4506-9156-d3f4a18842e5"
910

1011
# Disable the orphan_file feature which is not supported by langdale's
1112
# resize2fs and which would otherwise break installation of new RAUC bundles on
1213
# langdale-based TACs.
1314
# The override can be removed when updates from langedale are no longer needed.
15+
# nooelint: oelint.vars.specific
1416
EXTRA_IMAGECMD:ext4 += "-O ^orphan_file"
1517

1618
IMAGE_LINGUAS = "en-us"

0 commit comments

Comments
 (0)