mirror of
https://github.com/Dasharo/meta-dts.git
synced 2026-06-13 10:16:12 -07:00
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:
@@ -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
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user