From 75d4427fb58c76df8f18b1386930707f0ea35929 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 27 May 2020 14:24:16 +0200 Subject: Update layer dependencies to account for new layer names Change-Id: Ie8f8946971855b4270a090d8419775a61b72a16d Signed-off-by: Adrian Dudau --- README | 20 ++++++++++---------- conf/layer.conf | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README b/README index e6b9270..8b4df97 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ -meta-el-common +meta-nfv-access-common =================================================================== This layer is intended to be a central point for defining distros, images, recipes, appends or other userspace customizations common -to all Enea Linux releases. +to all Enea NFV Access releases. Dependencies @@ -17,13 +17,13 @@ This layer depends on: Source code =========== -git://git.enea.com/linux/meta-el-common.git +git://git.enea.com/linux/meta-nfv-access-common.git Patches ======= -Please submit any patches against the el-common layer to the following +Please submit any patches against the nfv-access-common layer to the following mailing list: linux@lists.enea.com Maintainers: @@ -34,26 +34,26 @@ Martin Borg Table ================= - I. Adding the el-common layer to your build + I. Adding the nfv-access-common layer to your build II. Misc -I. Adding the el-common layer to your build +I. Adding the nfv-access-common layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. -Assuming the el-common layer exists at the top-level of your +Assuming the nfv-access-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 el-common layer to bblayers.conf, along with any -other layers needed. e.g.: +location of the nfv-access-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-el-common \ + /path/to/yocto/meta-nfv-access-common \ " II. Misc diff --git a/conf/layer.conf b/conf/layer.conf index 601bd1b..56cd735 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/packagegroups/* \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "el-common" -BBFILE_PATTERN_el-common = "^${LAYERDIR}/" -BBFILE_PRIORITY_el-common = "5" +BBFILE_COLLECTIONS += "nfv-access-common" +BBFILE_PATTERN_nfv-access-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_nfv-access-common = "5" -- cgit v1.2.3-54-g00ecf