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:45:21 +0000 |
commit | b7f1cca517bbd4191828c6bae32e0c5041f1ff19 (patch) | |
tree | 89992ac0230a5eb1518f1d3eb2136746165ba8e1 /meta/conf/layer.conf | |
parent | d14090ab7309936b0b84f7056094a1df40064d9e (diff) | |
download | 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.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" | |||
9 | 9 | ||
10 | # This should only be incremented on significant changes that will | 10 | # This should only be incremented on significant changes that will |
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "3" | 12 | LAYERVERSION_core = "4" |
13 | 13 | ||
14 | # Set a variable to get to the top of the metadata location | 14 | # Set a variable to get to the top of the metadata location |
15 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' | 15 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' |