From 3c25756675e79d06c0dd1a4e2e9c7fbc2a6ae7a0 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 26 Nov 2014 00:42:03 -0500 Subject: meta-python: Add LAYERVERSION and LAYERDEPENDS According to README, it depends on oe-core and openembedded-layer (From meta-openembedded commit: f9fe64fbb4874c6e3443fda5e60312a832cd7748) Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf index 494d267..f17da43 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "meta-python2" BBFILE_PATTERN_meta-python2 := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-python2 = "7" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_meta-python2 = "1" + +LAYERDEPENDS_meta-python2 = "core openembedded-layer" -- cgit 1.2.3-korg