summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-24 12:31:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-24 12:31:21 +0100
commit5694f06b6eff6c36a4c7a3fd03a32b87998d379c (patch)
tree694b5513500c0b098377050bd8986472a868410d /meta-poky
parent9925dc55decbb0e7beab8213d33c92d41c0b9e1c (diff)
downloadpoky-5694f06b6eff6c36a4c7a3fd03a32b87998d379c.tar.gz
layer.conf: Update sumo->thud in preparation for release
(From meta-yocto rev: 2404cddc02b428fb510574b02707f7e0b68e31e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/layer.conf b/meta-poky/conf/layer.conf
index 3761f87c68..b9b263716a 100644
--- a/meta-poky/conf/layer.conf
+++ b/meta-poky/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "yocto"
9BBFILE_PATTERN_yocto = "^${LAYERDIR}/" 9BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
10BBFILE_PRIORITY_yocto = "5" 10BBFILE_PRIORITY_yocto = "5"
11 11
12LAYERSERIES_COMPAT_yocto = "sumo" 12LAYERSERIES_COMPAT_yocto = "thud"
13 13
14# This should only be incremented on significant changes that will 14# This should only be incremented on significant changes that will
15# cause compatibility issues with other layers 15# cause compatibility issues with other layers