From b385a892a26394ee3bf7aee2b83e023c646dfd3f Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 11 Mar 2013 17:39:42 +0800 Subject: [PATCH] meta-selinux: Add LAYERVERSION and LAYERDEPENDS Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan --- conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index ca0aefa..ca1bb46 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "selinux" BBFILE_PATTERN_selinux := "^${LAYERDIR}/" BBFILE_PRIORITY_selinux = "5" +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_selinux = "1" + +LAYERDEPENDS_selinux = "core"