Add task-configure and few more supported values of TARGET_OS override.
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
scripts/contrib/convert-overrides.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/contrib/convert-overrides.py
b/scripts/contrib/convert-overrides.py
index 6505b18..23f63a2 100755
--- a/scripts/contrib/convert-overrides.py
+++ b/scripts/contrib/convert-overrides.py
@@ -36,9 +36,10 @@ vars = vars + ["mipsarch", "x86-x32", "mips16e",
"microblaze", "e5500-64b", "mip
vars = vars + ["class-native", "class-target", "class-cross-canadian",
"class-cross", "class-devupstream"]
vars = vars + ["tune-", "pn-", "forcevariable"]
vars = vars + ["libc-musl", "libc-glibc", "libc-newlib","libc-baremetal"]
-vars = vars + ["task-compile", "task-install", "task-clean", "task-image-qa",
"task-rm_work", "task-image-complete", "task-populate-sdk"]
+vars = vars + ["task-configure", "task-compile", "task-install", "task-clean",
"task-image-qa", "task-rm_work", "task-image-complete", "task-populate-sdk"]
vars = vars + ["toolchain-clang", "mydistro", "nios2", "sdkmingw32",
"overrideone", "overridetwo"]
vars = vars + ["linux-gnux32", "linux-muslx32", "linux-gnun32", "mingw32",
"poky", "darwin", "linuxstdbase"]
+vars = vars + ["linux", "linux-gnueabi", "elf", "eabi"]
vars = vars + ["virtclass-multilib", "virtclass-mcextend"]
# List of strings to treat as overrides but only with whitespace following or
another override (more restricted matching).
@@ -121,7 +122,7 @@ def processfile(fn):
pass
ourname = os.path.basename(sys.argv[0])
-ourversion = "0.9.1"
+ourversion = "0.9.2"
if os.path.isfile(sys.argv[1]):
processfile(sys.argv[1])
--
2.7.4
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#154402):
https://lists.openembedded.org/g/openembedded-core/message/154402
Mute This Topic: https://lists.openembedded.org/mt/84653465/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-