summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-18 13:37:26 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-18 15:54:27 +0200
commit2cacd7619b149ce752a0633471d320e23130861d (patch)
tree250da8d3d5d260f9bf7af46c2775f01b546114c6
parent4b726e28d2c9d14eda41c324f7a8c997b3ee71cb (diff)
downloadmeta-el-common-2cacd7619b149ce752a0633471d320e23130861d.tar.gz
Rename layer to meta-el-common
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--README16
-rw-r--r--conf/layer.conf6
2 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 5e44395..e7735b7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1meta-enea-base 1meta-el-common
2=================================================================== 2===================================================================
3 3
4This layer is intended to be a central point for defining distros, 4This layer is intended to be a central point for defining distros,
@@ -17,13 +17,13 @@ This layer depends on:
17Source code 17Source code
18=========== 18===========
19 19
20git://git.enea.com/linux/meta-enea-base.git 20git://git.enea.com/linux/meta-el-common.git
21 21
22 22
23Patches 23Patches
24======= 24=======
25 25
26Please submit any patches against the enea-base layer to the 26Please submit any patches against the el-common layer to the
27linux-maintainers mailing list: linux-maintainers@enea.com 27linux-maintainers mailing list: linux-maintainers@enea.com
28 28
29Maintainers: Enea Linux Team <linux-maintainers@enea.com> 29Maintainers: Enea Linux Team <linux-maintainers@enea.com>
@@ -32,26 +32,26 @@ Maintainers: Enea Linux Team <linux-maintainers@enea.com>
32Table 32Table
33================= 33=================
34 34
35 I. Adding the enea-base layer to your build 35 I. Adding the el-common layer to your build
36 II. Misc 36 II. Misc
37 37
38 38
39I. Adding the enea-base layer to your build 39I. Adding the el-common layer to your build
40================================================= 40=================================================
41 41
42In order to use this layer, you need to make the build system aware of 42In order to use this layer, you need to make the build system aware of
43it. 43it.
44 44
45Assuming the enea-base layer exists at the top-level of your 45Assuming the el-common layer exists at the top-level of your
46yocto build tree, you can add it to the build system by adding the 46yocto build tree, you can add it to the build system by adding the
47location of the enea-base layer to bblayers.conf, along with any 47location of the el-common layer to bblayers.conf, along with any
48other layers needed. e.g.: 48other layers needed. e.g.:
49 49
50 50
51 BBLAYERS ?= " \ 51 BBLAYERS ?= " \
52 /path/to/yocto/meta \ 52 /path/to/yocto/meta \
53 /path/to/yocto/meta-poky \ 53 /path/to/yocto/meta-poky \
54 /path/to/yocto/meta-enea-base \ 54 /path/to/yocto/meta-el-common \
55 " 55 "
56 56
57II. Misc 57II. Misc
diff --git a/conf/layer.conf b/conf/layer.conf
index 48ee535..601bd1b 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-base" 10BBFILE_COLLECTIONS += "el-common"
11BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" 11BBFILE_PATTERN_el-common = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-base = "5" 12BBFILE_PRIORITY_el-common = "5"