summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-15 15:31:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-18 06:33:36 +0100
commitf1fdd5812e345232f551a85a2dd28693e58e7351 (patch)
tree1c30096c8716137466b6efbe606833403f993c51 /meta-selftest
parentb0db81f23805b061ef4c3ea2635cee061ef36f1d (diff)
downloadpoky-f1fdd5812e345232f551a85a2dd28693e58e7351.tar.gz
layer.conf: Move to gatesgarth naming
We're still compatible with dunfell from the core perspective so that is left for compatibility (probably for the next week or two). (From OE-Core rev: 1e79324f8290b820fee034b0d4a8c353027879da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/conf/layer.conf b/meta-selftest/conf/layer.conf
index a4bd461c3e..37570aa833 100644
--- a/meta-selftest/conf/layer.conf
+++ b/meta-selftest/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
9BBFILE_PATTERN_selftest = "^${LAYERDIR}/" 9BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
10BBFILE_PRIORITY_selftest = "5" 10BBFILE_PRIORITY_selftest = "5"
11 11
12LAYERSERIES_COMPAT_selftest = "dunfell" 12LAYERSERIES_COMPAT_selftest = "gatesgarth"