Fix pre-commit

Fix after updatee in Dasharo/meta-dts#292.

I have modified the .oelint.constants.json manually beacause of
https://github.com/priv-kweihmann/oelint-data/issues/285 .

Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
This commit is contained in:
Danil Klimuk
2026-03-31 09:06:10 +02:00
parent 9fc3c52c19
commit 3f1051935b
2 changed files with 11 additions and 3 deletions
+9 -1
View File
@@ -2,8 +2,16 @@
"variables": {
"known": [
"IMAGE_EFI_BOOT_FILES",
"INITRD_ARCHIVE"
"INITRD_ARCHIVE",
"hostname",
"insane_skip",
"GRUB_BUILDIN"
],
"renamed": {}
},
"functions": {
"known": [
"do_image_wic"
]
}
}
+2 -2
View File
@@ -151,8 +151,8 @@ Wrong values in DTS variables in `dts-scripts` or `dts-configs`
* set version in format unsupported by `compare_version`
- Variables related to binary preparation i.e. `*_MIGRATION`. Those
variables decide whether we need to run workflow related to this migration. If
they have wrong value then final workflow result might be different from
variables decide whether we need to run workflow related to this migration.
If they have wrong value then final workflow result might be different from
expected e.g. in case of `NEED_SMMSTORE_MIGRATION` we might end up without
migrated config (so we lose all BIOS configuration after update)