[oe-commits] Paul Eggleton : layer.conf: update LAYERVERSION_core for core-image-full-cmdline

git at git.openembedded.org git at git.openembedded.org
Fri Mar 7 13:32:33 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 192f411d1f189b2b543160badcb4c110ab6e4f51
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=192f411d1f189b2b543160badcb4c110ab6e4f51

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Mar  7 10:23:44 2014 +0000

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}/../")}'



More information about the Openembedded-commits mailing list