diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-24 12:31:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-24 12:31:21 +0100 |
commit | 5694f06b6eff6c36a4c7a3fd03a32b87998d379c (patch) | |
tree | 694b5513500c0b098377050bd8986472a868410d /meta-poky/conf | |
parent | 9925dc55decbb0e7beab8213d33c92d41c0b9e1c (diff) | |
download | poky-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/conf')
-rw-r--r-- | meta-poky/conf/layer.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto = "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_yocto = "5" | 10 | BBFILE_PRIORITY_yocto = "5" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_yocto = "sumo" | 12 | LAYERSERIES_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 |