From bac00405500c48c2f7eb50ec057bcd1bc22c5023 Mon Sep 17 00:00:00 2001 From: "wenzong.fan@windriver.com" Date: Mon, 11 Mar 2013 16:06:02 +0800 Subject: layer.conf: Add LAYERVERSION and LAYERDEPENDS Add LAYERVERSION and LAYERDEPENDS to following oe-core layers: meta-hob, meta-skeleton (From OE-Core rev: 8d868a9b64b460aa38462115bbb17634544c71cc) Signed-off-by: Wenzong Fan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-skeleton/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-skeleton/conf') diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index edb31dd89a..4cf476711d 100644 --- a/meta-skeleton/conf/layer.conf +++ b/meta-skeleton/conf/layer.conf @@ -8,3 +8,8 @@ BBFILE_COLLECTIONS += "skeleton" BBFILE_PATTERN_skeleton := "^${LAYERDIR}/" BBFILE_PRIORITY_skeleton = "1" +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_skeleton = "1" + +LAYERDEPENDS_skeleton = "core" -- cgit v1.2.3-54-g00ecf