summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README14
-rw-r--r--conf/layer.conf6
2 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 109c17a..28e4ba3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1meta-enea-bsp-base 1meta-enea-bsp-common
2=================================================================== 2===================================================================
3 3
4This layer is contains Enea BSP customizations common to all architecures 4This layer is contains Enea BSP customizations common to all architecures
@@ -17,8 +17,7 @@ This layer depends on:
17Source code 17Source code
18=========== 18===========
19 19
20git://git.enea.com/linux/meta-enea-bsp-base.git 20git://git.enea.com/linux/meta-enea-bsp-common.git
21
22 21
23Patches 22Patches
24======= 23=======
@@ -32,24 +31,25 @@ Maintainers: Enea Linux Team <linux-maintainers@enea.com>
32Table 31Table
33================= 32=================
34 33
35 I. Adding the enea-bsp-base layer to your build 34 I. Adding the enea-bsp-common layer to your build
36 II. Misc 35 II. Misc
37 36
38 37
39I. Adding the enea-bsp-base layer to your build 38I. Adding the enea-bsp-common layer to your build
40================================================= 39=================================================
41 40
42In order to use this layer, you need to make the build system aware of 41In order to use this layer, you need to make the build system aware of
43it. 42it.
44 43
45Assuming the enea-bsp-base layer exists at the top-level of your 44Assuming the enea-bsp-common layer exists at the top-level of your
46yocto build tree, you can add it to the build system by adding the 45yocto build tree, you can add it to the build system by adding the
47location of the enea-bsp-base layer to bblayers.conf, along with any 46location of the enea-bsp-common layer to bblayers.conf, along with any
48other layers needed. e.g.: 47other layers needed. e.g.:
49 48
50 49
51 BBLAYERS ?= " \ 50 BBLAYERS ?= " \
52 /path/to/yocto/meta \ 51 /path/to/yocto/meta \
52 /path/to/yocto/meta-enea-bsp-common \
53 " 53 "
54 54
55II. Misc 55II. Misc
diff --git a/conf/layer.conf b/conf/layer.conf
index 58c8466..f169951 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
7 ${LAYERDIR}/packagegroups/* \ 7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend" 8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9 9
10BBFILE_COLLECTIONS += "enea-bsp-base" 10BBFILE_COLLECTIONS += "enea-bsp-common"
11BBFILE_PATTERN_enea-bsp-base = "^${LAYERDIR}/" 11BBFILE_PATTERN_enea-bsp-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-base = "5" 12BBFILE_PRIORITY_enea-bsp-common = "5"