diff options
-rw-r--r-- | README | 16 | ||||
-rw-r--r-- | conf/layer.conf | 6 |
2 files changed, 11 insertions, 11 deletions
@@ -1,4 +1,4 @@ | |||
1 | meta-enea-base | 1 | meta-el-common |
2 | =================================================================== | 2 | =================================================================== |
3 | 3 | ||
4 | This layer is intended to be a central point for defining distros, | 4 | This layer is intended to be a central point for defining distros, |
@@ -17,13 +17,13 @@ This layer depends on: | |||
17 | Source code | 17 | Source code |
18 | =========== | 18 | =========== |
19 | 19 | ||
20 | git://git.enea.com/linux/meta-enea-base.git | 20 | git://git.enea.com/linux/meta-el-common.git |
21 | 21 | ||
22 | 22 | ||
23 | Patches | 23 | Patches |
24 | ======= | 24 | ======= |
25 | 25 | ||
26 | Please submit any patches against the enea-base layer to the | 26 | Please submit any patches against the el-common layer to the |
27 | linux-maintainers mailing list: linux-maintainers@enea.com | 27 | linux-maintainers mailing list: linux-maintainers@enea.com |
28 | 28 | ||
29 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> | 29 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> |
@@ -32,26 +32,26 @@ Maintainers: Enea Linux Team <linux-maintainers@enea.com> | |||
32 | Table | 32 | Table |
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 | ||
39 | I. Adding the enea-base layer to your build | 39 | I. Adding the el-common layer to your build |
40 | ================================================= | 40 | ================================================= |
41 | 41 | ||
42 | In order to use this layer, you need to make the build system aware of | 42 | In order to use this layer, you need to make the build system aware of |
43 | it. | 43 | it. |
44 | 44 | ||
45 | Assuming the enea-base layer exists at the top-level of your | 45 | Assuming the el-common layer exists at the top-level of your |
46 | yocto build tree, you can add it to the build system by adding the | 46 | yocto build tree, you can add it to the build system by adding the |
47 | location of the enea-base layer to bblayers.conf, along with any | 47 | location of the el-common layer to bblayers.conf, along with any |
48 | other layers needed. e.g.: | 48 | other 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 | ||
57 | II. Misc | 57 | II. 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 | ||
10 | BBFILE_COLLECTIONS += "enea-base" | 10 | BBFILE_COLLECTIONS += "el-common" |
11 | BBFILE_PATTERN_enea-base = "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_el-common = "^${LAYERDIR}/" |
12 | BBFILE_PRIORITY_enea-base = "5" | 12 | BBFILE_PRIORITY_el-common = "5" |