[oe] [meta-virtualization] [PATCH 2/2] conf/layer.conf: add LAYERVERSION and LAYERDEPENDS

Robert Yang liezhi.yang at windriver.com
Fri Oct 18 08:22:59 UTC 2013


Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and
meta-networking layer.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 15ed1df..3d21667 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,3 +10,9 @@ BBFILE_PRIORITY_virtualization-layer = "7"
 
 # Custom licenses used by some packages in this layer
 LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_virtualization-layer = "1"
+
+LAYERDEPENDS_virtualization-layer = "core networking-layer"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list