diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-11-26 00:42:05 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-28 08:59:25 +0100 |
| commit | 516c5150fcb90907906c96a8c92396806b64e6ae (patch) | |
| tree | 426a2e1968940a769454ea7bf2ebd8c6ebc8306a | |
| parent | ad5ab7a9bf671b86e9e18e89cc9439b7b7c4b17b (diff) | |
| download | meta-openembedded-516c5150fcb90907906c96a8c92396806b64e6ae.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 ca81eb148a..b377f12360 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" | ||
