All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meta-networking: Add LAYERVERSION and LAYERDEPENDS
@ 2013-03-11  9:38 wenzong.fan
  2013-03-11 15:38 ` Paul Eggleton
  2013-03-18 19:22 ` Joe MacDonald
  0 siblings, 2 replies; 4+ messages in thread
From: wenzong.fan @ 2013-03-11  9:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: wfan

From: Wenzong Fan <wenzong.fan@windriver.com>

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 meta-networking/conf/layer.conf |    5 +++++
 1 file changed, 5 insertions(+)

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"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-18 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11  9:38 [PATCH] meta-networking: Add LAYERVERSION and LAYERDEPENDS wenzong.fan
2013-03-11 15:38 ` Paul Eggleton
2013-03-18 15:18   ` Joe MacDonald
2013-03-18 19:22 ` Joe MacDonald

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.