[poky] [PATCH] layer.conf: make the yocto layer dependent on oe-core
Laszlo Papp
lpapp at kde.org
Tue Jul 23 07:56:43 PDT 2013
Signed-off-by: Laszlo Papp <lpapp at kde.org>
---
meta-yocto/conf/layer.conf | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index e012f24..e326aad 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "yocto"
BBFILE_PATTERN_yocto = "^${LAYERDIR}/"
BBFILE_PRIORITY_yocto = "5"
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_yocto = "1"
+
+LAYERDEPENDS_yocto = "core"
--
1.8.3.3
More information about the poky
mailing list