summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-18 13:37:26 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-18 15:54:27 +0200
commit2cacd7619b149ce752a0633471d320e23130861d (patch)
tree250da8d3d5d260f9bf7af46c2775f01b546114c6 /conf
parent4b726e28d2c9d14eda41c324f7a8c997b3ee71cb (diff)
downloadmeta-el-common-2cacd7619b149ce752a0633471d320e23130861d.tar.gz
Rename layer to meta-el-common
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 48ee535..601bd1b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7 ${LAYERDIR}/packagegroups/* \ 7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend" 8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9 9
10BBFILE_COLLECTIONS += "enea-base" 10BBFILE_COLLECTIONS += "el-common"
11BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" 11BBFILE_PATTERN_el-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-base = "5" 12BBFILE_PRIORITY_el-common = "5"