From e3a3100926a2bcfefcfdedc2715236e5ece588bc 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 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf