mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d14090ab73
commit
b7f1cca517
@@ -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}/../")}'
|
||||
|
||||
Reference in New Issue
Block a user