All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make the yocto layer dependent on oe-core
@ 2013-07-23 11:02 Laszlo Papp
  2013-07-23 14:30 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Laszlo Papp @ 2013-07-23 11:02 UTC (permalink / raw)
  To: yocto

Signed-off-by: Laszlo Papp <lpapp@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



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

end of thread, other threads:[~2013-07-23 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 11:02 [PATCH] Make the yocto layer dependent on oe-core Laszlo Papp
2013-07-23 14:30 ` Saul Wold

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.