From 5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 26 Nov 2014 00:42:01 -0500 Subject: meta-oe: Add LAYERVERSION and LAYERDEPENDS According to README, it depends on oe-core layer Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-oe/conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-oe/conf/layer.conf') diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 2a5a4286a2..e2a89cdae9 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf @@ -23,6 +23,12 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openembedded-layer = "6" +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_openembedded-layer = "1" + +LAYERDEPENDS_openembedded-layer = "core" + LICENSE_PATH += "${LAYERDIR}/licenses" SIGGEN_EXCLUDERECIPES_ABISAFE += " \ -- cgit 1.2.3-korg