diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 11:34:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 20:45:41 +0100 |
commit | ea984415f6ae5f6ad3f5b0900ace683027818a32 (patch) | |
tree | 5fb909530723d3e7afcc242a6a69d20a26fad5e6 /scripts | |
parent | 866d0756d0cfec78d88037ba6c71ec58af9b215f (diff) | |
download | poky-ea984415f6ae5f6ad3f5b0900ace683027818a32.tar.gz |
meta: Convert IMAGE_TYPEDEP to use override syntax
The IMAGE_TYPEDEP variable would make more sense to match the form of the
other image override variables, convert it to use the overrides format.
(From OE-Core rev: 8573f6b2a7af9867da0b21936ffd2cd2a417de1d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/convert-overrides.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/convert-overrides.py b/scripts/contrib/convert-overrides.py index e3e271d32b..f7f1b79ca0 100755 --- a/scripts/contrib/convert-overrides.py +++ b/scripts/contrib/convert-overrides.py | |||
@@ -64,7 +64,7 @@ skips = skips + ["get_appends_for_files", "test_doubleref_remove", "test_bitbake | |||
64 | skips = skips + ["test_rpm_remove", "test_bitbakelayers_add_remove", "recipe_append_file", "log_data_removed", "recipe_append", "systemd_machine_unit_append"] | 64 | skips = skips + ["test_rpm_remove", "test_bitbakelayers_add_remove", "recipe_append_file", "log_data_removed", "recipe_append", "systemd_machine_unit_append"] |
65 | skips = skips + ["recipetool_append", "changetype_remove", "try_appendfile_wc", "test_qemux86_directdisk", "test_layer_appends", "tgz_removed"] | 65 | skips = skips + ["recipetool_append", "changetype_remove", "try_appendfile_wc", "test_qemux86_directdisk", "test_layer_appends", "tgz_removed"] |
66 | 66 | ||
67 | imagevars = ["IMAGE_CMD", "EXTRA_IMAGECMD"] | 67 | imagevars = ["IMAGE_CMD", "EXTRA_IMAGECMD", "IMAGE_TYPEDEP"] |
68 | packagevars = packagevars + imagevars | 68 | packagevars = packagevars + imagevars |
69 | 69 | ||
70 | vars_re = {} | 70 | vars_re = {} |