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>
This commit is contained in:
Jackie Huang 2014-11-26 00:42:05 -05:00 committed by Martin Jansa
parent ad5ab7a9bf
commit 516c5150fc

View File

@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_toolchain-layer = "6"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_toolchain-layer = "1"
LAYERDEPENDS_toolchain-layer = "core"