diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2016-04-18 13:37:26 +0200 |
---|---|---|
committer | Martin Borg <martin.borg@enea.com> | 2016-04-18 15:54:27 +0200 |
commit | 2cacd7619b149ce752a0633471d320e23130861d (patch) | |
tree | 250da8d3d5d260f9bf7af46c2775f01b546114c6 /conf/layer.conf | |
parent | 4b726e28d2c9d14eda41c324f7a8c997b3ee71cb (diff) | |
download | meta-nfv-access-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/layer.conf')
-rw-r--r-- | conf/layer.conf | 6 |
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 | ||
10 | BBFILE_COLLECTIONS += "enea-base" | 10 | BBFILE_COLLECTIONS += "el-common" |
11 | BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_el-common = "^${LAYERDIR}/" |
12 | BBFILE_PRIORITY_enea-base = "5" | 12 | BBFILE_PRIORITY_el-common = "5" |