summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 14:55:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-15 14:57:03 +0000
commit4ae1fce6265507bd7e6c390ab5374be2a271e5e9 (patch)
treef13f919d2d10935d6c3c3eba5ba0cf4a1f220604 /meta-poky
parent15cb12188ee876624dbda7ed5cc289cd2b84ad32 (diff)
downloadpoky-4ae1fce6265507bd7e6c390ab5374be2a271e5e9.tar.gz
layer.conf: Update for hardknott release series
(From meta-yocto rev: f07f28224c9d3d1af5e7a63151da8ad4731fd1c5) 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 7241af02e4..22f7fe27c3 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 = "gatesgarth" 12LAYERSERIES_COMPAT_yocto = "hardknott"
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