]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Bump OE-Core layer version
authorJoshua Watt <JPEWhacker@gmail.com>
Thu, 21 May 2020 15:34:55 +0000 (10:34 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Jun 2020 14:24:42 +0000 (15:24 +0100)
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.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf

index da93d64e0ab723edc656de9f967365ff95d31716..098ef12ac6eb9b178da2af3c401f72b3f9bb59d5 100644 (file)
@@ -11,7 +11,7 @@ LAYERSERIES_CORENAMES = "dunfell gatesgarth"
 
 # This should only be incremented on significant changes that will
 # cause compatibility issues with other layers
-LAYERVERSION_core = "11"
+LAYERVERSION_core = "12"
 LAYERSERIES_COMPAT_core = "gatesgarth"
 
 BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"