From 83d9bf78e5616436aff75412d6d4785e834cfc81 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 27 May 2020 14:16:21 +0200 Subject: Update layer dependencies to account for new layer names Change-Id: I29eb89692fe6400d0cb2a75371f436a7bd755980 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 6a89e66..9f11f61 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ -meta-enea-bsp-common +meta-nfv-access-bsp-common =================================================================== This layer is contains Enea BSP customizations common to all architecures -supported by Enea Linux. +supported by Enea NFV Access. Dependencies ============ @@ -16,12 +16,12 @@ This layer depends on: Source code =========== -git://git.enea.com/linux/meta-enea-bsp-common.git +git://git.enea.com/linux/meta-nfv-access-bsp-common.git Patches ======= -Please submit any patches against the enea-bsp-ppc layer to the +Please submit any patches against the nfv-access-bsp-common layer to the following mailing list: linux@lists.enea.com Maintainers: @@ -32,25 +32,25 @@ Martin Borg Table ================= - I. Adding the enea-bsp-common layer to your build + I. Adding the nfv-access-bsp-common layer to your build II. Misc -I. Adding the enea-bsp-common layer to your build +I. Adding the nfv-access-bsp-common layer to your build ================================================= In order to use this layer, you need to make the build system aware of it. -Assuming the enea-bsp-common layer exists at the top-level of your +Assuming the nfv-access-bsp-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-bsp-common layer to bblayers.conf, along with any -other layers needed. e.g.: +location of the nfv-access-bsp-common layer to bblayers.conf, along with +any other layers needed. e.g.: BBLAYERS ?= " \ /path/to/yocto/meta \ - /path/to/yocto/meta-enea-bsp-common \ + /path/to/yocto/meta-nfv-access-bsp-common \ " II. Misc diff --git a/conf/layer.conf b/conf/layer.conf index f169951..3d4823f 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-bsp-common" -BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/" -BBFILE_PRIORITY_enea-bsp-common = "5" +BBFILE_COLLECTIONS += "nfv-access-bsp-common" +BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/" +BBFILE_PRIORITY_nfv-access-bsp-common = "5" -- cgit v1.2.3-54-g00ecf