summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-03-07 10:23:44 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-07 14:45:21 +0000
commitb7f1cca517bbd4191828c6bae32e0c5041f1ff19 (patch)
tree89992ac0230a5eb1518f1d3eb2136746165ba8e1 /meta/conf/layer.conf
parentd14090ab7309936b0b84f7056094a1df40064d9e (diff)
downloadast2050-yocto-poky-b7f1cca517bbd4191828c6bae32e0c5041f1ff19.zip
ast2050-yocto-poky-b7f1cca517bbd4191828c6bae32e0c5041f1ff19.tar.gz
layer.conf: update LAYERVERSION_core for core-image-full-cmdline
LAYERVERSION_core change to 4 means rename of core-image-basic to core-image-full-cmdline. (From OE-Core rev: d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-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 758a92b..18609dd 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
-LAYERVERSION_core = "3"
+LAYERVERSION_core = "4"
# Set a variable to get to the top of the metadata location
COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
OpenPOWER on IntegriCloud