[oe-commits] Wenzong Fan : meta-networking: Add LAYERVERSION and LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 19:16:25 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 68a37289727ed5fab880f606154946d7be749a93
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=68a37289727ed5fab880f606154946d7be749a93

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Mon Mar 11 17:38:39 2013 +0800

meta-networking: Add LAYERVERSION and LAYERDEPENDS

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 meta-networking/conf/layer.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 1ea2bc2..f75080a 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "networking"
 BBFILE_PATTERN_networking := "^${LAYERDIR}/"
 BBFILE_PRIORITY_networking = "5"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_networking = "1"
+
+LAYERDEPENDS_networking = "core"





More information about the Openembedded-commits mailing list