Commit d5aae47
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- meta-lxatac-software/recipes-core/images
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments