diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-25 16:28:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-25 23:15:49 +0100 |
commit | f6cf0b7aad515d4fb032d504394f227662c079fe (patch) | |
tree | 1736064e261efa777242ad312a432df899b67203 | |
parent | c6edf2f8bc5778b267e3a7f4e8875d22f359fb8d (diff) | |
download | poky-f6cf0b7aad515d4fb032d504394f227662c079fe.tar.gz |
meta-skeleton/meta-selftest: Update to thud
(From OE-Core rev: 4c48e59c58e62d70b900c4356953f5b66fba2353)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-selftest/conf/layer.conf | 2 | ||||
-rw-r--r-- | meta-skeleton/conf/layer.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf index f574a505d6..0626b2a3ea 100644 --- a/meta-selftest/conf/layer.conf +++ b/meta-selftest/conf/layer.conf | |||
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest" | |||
9 | BBFILE_PATTERN_selftest = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_selftest = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_selftest = "5" | 10 | BBFILE_PRIORITY_selftest = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_selftest = "sumo" | 12 | LAYERSERIES_COMPAT_selftest = "thud" |
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index 4e8692e3e2..13bda7b570 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf | |||
@@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_skeleton = "core" | 15 | LAYERDEPENDS_skeleton = "core" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_skeleton = "sumo" | 17 | LAYERSERIES_COMPAT_skeleton = "thud" |