From ec8aa800e07ba78f0fb2f19976f871d9f8c87569 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 18 Apr 2016 12:39:58 +0200 Subject: Rename layer to meta-enea-bsp-common Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 109c17a..28e4ba3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -meta-enea-bsp-base +meta-enea-bsp-common =================================================================== This layer is contains Enea BSP customizations common to all architecures @@ -17,8 +17,7 @@ This layer depends on: Source code =========== -git://git.enea.com/linux/meta-enea-bsp-base.git - +git://git.enea.com/linux/meta-enea-bsp-common.git Patches ======= @@ -32,24 +31,25 @@ Maintainers: Enea Linux Team Table ================= - I. Adding the enea-bsp-base layer to your build + I. Adding the enea-bsp-common layer to your build II. Misc -I. Adding the enea-bsp-base layer to your build +I. Adding the enea-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-base layer exists at the top-level of your +Assuming the enea-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-base layer to bblayers.conf, along with any +location of the enea-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 \ " II. Misc -- cgit v1.2.3-54-g00ecf