Skip to content

Commit 5312754

Browse files
nashifAndrew Boie
authored andcommitted
sanitycheck: remove kernel keywords
Change-Id: I076491f58147ffc70d84b62e1d78b4ae419add7b Signed-off-by: Anas Nashif <[email protected]>
1 parent 7297f5d commit 5312754

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scripts/sanity_chk/arches/x86.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ qemu_support = true
1010
qemu_support = true
1111

1212
[quark_d2000_crb]
13-
microkernel_support = false
1413
supported_toolchains = issm zephyr
1514

1615
[arduino_101]

scripts/sanitycheck

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -886,9 +886,6 @@ arch_valid_keys = {"name" : {"type" : "str", "required" : True},
886886
"supported_toolchains" : {"type" : "list", "required" : True}}
887887

888888
platform_valid_keys = {"qemu_support" : {"type" : "bool", "default" : False},
889-
# FIXME remove
890-
"microkernel_support" : {"type" : "bool",
891-
"default" : True},
892889
"supported_toolchains" : {"type" : "list", "default" : []}}
893890

894891
testcase_valid_keys = {"tags" : {"type" : "set", "required" : True},
@@ -898,8 +895,6 @@ testcase_valid_keys = {"tags" : {"type" : "set", "required" : True},
898895
"skip" : {"type" : "bool", "default" : False},
899896
"slow" : {"type" : "bool", "default" : False},
900897
"timeout" : {"type" : "int", "default" : 60},
901-
# FIXME remove once all testcase.ini are updated
902-
"kernel" : {"type": "str", "required" : False},
903898
"arch_whitelist" : {"type" : "set"},
904899
"arch_exclude" : {"type" : "set"},
905900
"extra_sections" : {"type" : "list", "default" : []},

0 commit comments

Comments
 (0)