summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-05-21 10:34:55 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-05 21:36:31 +0100
commitb72565b65f5af0a8627916c750db2aeb8573f345 (patch)
treecf4ef3f0f4d41bb009dcfce96bb025610a69c553 /meta
parenta05f552e21f52d95e5fa3f270485354c0adfcb08 (diff)
downloadpoky-b72565b65f5af0a8627916c750db2aeb8573f345.tar.gz
layer.conf: Bump OE-Core layer version
The commits 910ffaf5be ("pyelftools: Import from meta-python") and a96f815c53 ("pycryptodome: Import from meta-python") moved recipes from meta-python to oe-core. In order for this to be communicated with users, bump the LAYERVERSION so that meta-python can key of it in its LAYERDEPENDS. (From OE-Core rev: 4d4e69bc056bec4625b1cde0e1fc9d5e527c6a98) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2d503b27e7c88cee9a37c79c4605c77b11f230b6) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index f03eb485a3..43917d4c3c 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -11,7 +11,7 @@ LAYERSERIES_CORENAMES = "dunfell"
11 11
12# This should only be incremented on significant changes that will 12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_core = "11" 14LAYERVERSION_core = "12"
15LAYERSERIES_COMPAT_core = "dunfell" 15LAYERSERIES_COMPAT_core = "dunfell"
16 16
17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" 17BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"