summaryrefslogtreecommitdiff
path: root/meta-intel/conf
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2019-12-10 21:36:54 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-12-12 03:30:47 +0300
commit1f25c977abf3ec6a6aa790db438d148472e39882 (patch)
tree4e24cb5d81969bdfdcfef9e27dbe990b34571e25 /meta-intel/conf
parente966fa3888f2ebddbe17fe6b117cc05384a22645 (diff)
downloadopenbmc-1f25c977abf3ec6a6aa790db438d148472e39882.tar.xz
meta-intel: Fix layer priority
After adding the rsyslog bbappend some changes were not applied because the meta-phosphor layer also has an rsyslog bbappend at a higher priority. This change makes meta-intel depend on meta-phosphor so that recipes here are treated with a higher priority. Tested: rsyslog.conf override from meta-intel is applied. (From meta-intel rev: 89efcbb081b11050f8532addd4521e17afede3d6) Change-Id: I6e40e12129118743ad019ff126bcb6c40960cb7c Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-intel/conf')
-rw-r--r--meta-intel/conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-intel/conf/layer.conf b/meta-intel/conf/layer.conf
index b43594da5..c753477a8 100644
--- a/meta-intel/conf/layer.conf
+++ b/meta-intel/conf/layer.conf
@@ -6,6 +6,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "intel"
-BBFILE_PATTERN_intel = ""
+BBFILE_PATTERN_intel = "^${LAYERDIR}/"
LAYERVERSION_intel = "1"
LAYERSERIES_COMPAT_intel = "warrior zeus"
+LAYERDEPENDS_intel = "phosphor-layer"