Comments
Patch
@@ -7,3 +7,9 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
BBFILE_COLLECTIONS += "hob"
BBFILE_PATTERN_hob := "^${LAYERDIR}/"
BBFILE_PRIORITY_hob = "1"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_hob = "1"
+
+LAYERDEPENDS_hob = "core"
@@ -8,3 +8,8 @@ BBFILE_COLLECTIONS += "skeleton"
BBFILE_PATTERN_skeleton := "^${LAYERDIR}/"
BBFILE_PRIORITY_skeleton = "1"
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_skeleton = "1"
+
+LAYERDEPENDS_skeleton = "core"
Add LAYERVERSION and LAYERDEPENDS to following oe-core layers: meta-hob, meta-skeleton Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> --- meta-hob/conf/layer.conf | 6 ++++++ meta-skeleton/conf/layer.conf | 5 +++++ 2 files changed, 11 insertions(+)