summaryrefslogtreecommitdiffstats
path: root/meta-oe/conf
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2014-11-26 00:42:01 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-28 13:41:21 +0100
commit5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff (patch)
treec45984874026d0b244397d948fe81bf20883dee3 /meta-oe/conf
parenta4a0e0b09bd1900905a7d68b64c0a8bc1330d121 (diff)
downloadmeta-openembedded-5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff.tar.gz
meta-oe: Add LAYERVERSION and LAYERDEPENDS
According to README, it depends on oe-core layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r--meta-oe/conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 2a5a4286a..e2a89cdae 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -23,6 +23,12 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
23 23
24BBFILE_PRIORITY_openembedded-layer = "6" 24BBFILE_PRIORITY_openembedded-layer = "6"
25 25
26# This should only be incremented on significant changes that will
27# cause compatibility issues with other layers
28LAYERVERSION_openembedded-layer = "1"
29
30LAYERDEPENDS_openembedded-layer = "core"
31
26LICENSE_PATH += "${LAYERDIR}/licenses" 32LICENSE_PATH += "${LAYERDIR}/licenses"
27 33
28SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 34SIGGEN_EXCLUDERECIPES_ABISAFE += " \