diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2016-04-18 13:37:26 +0200 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2016-04-18 15:54:27 +0200 |
| commit | 2cacd7619b149ce752a0633471d320e23130861d (patch) | |
| tree | 250da8d3d5d260f9bf7af46c2775f01b546114c6 | |
| parent | 4b726e28d2c9d14eda41c324f7a8c997b3ee71cb (diff) | |
| download | meta-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-- | 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" |
