From 2cacd7619b149ce752a0633471d320e23130861d Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 18 Apr 2016 13:37:26 +0200 Subject: Rename layer to meta-el-common Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- README | 16 ++++++++-------- conf/layer.conf | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README b/README index 5e44395..e7735b7 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -meta-enea-base +meta-el-common =================================================================== This layer is intended to be a central point for defining distros, @@ -17,13 +17,13 @@ This layer depends on: Source code =========== -git://git.enea.com/linux/meta-enea-base.git +git://git.enea.com/linux/meta-el-common.git Patches ======= -Please submit any patches against the enea-base layer to the +Please submit any patches against the el-common layer to the linux-maintainers mailing list: linux-maintainers@enea.com Maintainers: Enea Linux Team @@ -32,26 +32,26 @@ Maintainers: Enea Linux Team Table ================= - I. Adding the enea-base layer to your build + I. Adding the el-common layer to your build II. Misc -I. Adding the enea-base layer to your build +I. Adding the el-common layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. -Assuming the enea-base layer exists at the top-level of your +Assuming the el-common layer exists at the top-level of your yocto build tree, you can add it to the build system by adding the -location of the enea-base layer to bblayers.conf, along with any +location of the el-common layer to bblayers.conf, along with any other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ /path/to/yocto/meta-poky \ - /path/to/yocto/meta-enea-base \ + /path/to/yocto/meta-el-common \ " II. Misc 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 \ ${LAYERDIR}/packagegroups/* \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "enea-base" -BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" -BBFILE_PRIORITY_enea-base = "5" +BBFILE_COLLECTIONS += "el-common" +BBFILE_PATTERN_el-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_el-common = "5" -- cgit v1.2.3-54-g00ecf