From 8d868a9b64b460aa38462115bbb17634544c71cc 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 Signed-off-by: Wenzong Fan Signed-off-by: Saul Wold --- meta-skeleton/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-skeleton') 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 1.2.3-korg