From: Jackie Huang <[email protected]> According to README, it depends on oe-core layer
Signed-off-by: Jackie Huang <[email protected]> --- toolchain-layer/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf index ca81eb1..b377f12 100644 --- a/toolchain-layer/conf/layer.conf +++ b/toolchain-layer/conf/layer.conf @@ -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" -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
