diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-03-07 10:23:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-07 14:44:25 +0000 |
commit | d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782 (patch) | |
tree | d3ec9575e60ca853bf2e5d6d24b2aa7f46dfcb76 /meta/conf | |
parent | d703e07ea5056624101e1bc48f10d25b602635e9 (diff) | |
download | openembedded-core-d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782.tar.gz openembedded-core-d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782.tar.bz2 openembedded-core-d87585385bfe00dd5e7448ae7d5bc5dc7f9ac782.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 758a92be40..18609ddc5c 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}/../")}' |