diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:05 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-28 13:41:38 +0100 |
commit | 92c8abf037b7fb637ad90447862999b73ede1b0f (patch) | |
tree | 8c3f0e6cf105028b9e0f1b032775fca416027b09 /toolchain-layer | |
parent | 1796dda1943c3bc183070fd16fe0497be3523954 (diff) | |
download | meta-openembedded-92c8abf037b7fb637ad90447862999b73ede1b0f.tar.gz |
toolchain-layer: 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 'toolchain-layer')
-rw-r--r-- | toolchain-layer/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf index ca81eb148..b377f1236 100644 --- a/toolchain-layer/conf/layer.conf +++ b/toolchain-layer/conf/layer.conf | |||
@@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/" | |||
23 | 23 | ||
24 | BBFILE_PRIORITY_toolchain-layer = "6" | 24 | BBFILE_PRIORITY_toolchain-layer = "6" |
25 | 25 | ||
26 | # This should only be incremented on significant changes that will | ||
27 | # cause compatibility issues with other layers | ||
28 | LAYERVERSION_toolchain-layer = "1" | ||
29 | |||
30 | LAYERDEPENDS_toolchain-layer = "core" | ||