[oe] [PATCH 07/13] meta-filesystems: Add LAYERVERSION and LAYERDEPENDS

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Nov 26 05:42:07 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

According to README, it depends on oe-core and openembedded-layer

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-filesystems/conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
index c0bbd78..9ed6d1b 100644
--- a/meta-filesystems/conf/layer.conf
+++ b/meta-filesystems/conf/layer.conf
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
 BBFILE_COLLECTIONS += "filesystems-layer"
 BBFILE_PATTERN_filesystems-layer = "^${LAYERDIR}/"
 BBFILE_PRIORITY_filesystems-layer = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_filesystems-layer = "1"
+
+LAYERDEPENDS_filesystems-layer = "core openembedded-layer"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list