diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2015-10-28 13:30:10 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2015-10-28 13:30:10 +0100 |
| commit | 38929ed6a4630d2b8f3efa00616800b4012ea0d7 (patch) | |
| tree | 22bd8dca4994cd3d73f7f959f57f0bc7137d04cf /README | |
| download | meta-el-common-38929ed6a4630d2b8f3efa00616800b4012ea0d7.tar.gz | |
Initial commit
result of splitting up meta-enea
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 64 |
1 files changed, 64 insertions, 0 deletions
| @@ -0,0 +1,64 @@ | |||
| 1 | meta-enea-base | ||
| 2 | =================================================================== | ||
| 3 | |||
| 4 | This layer is intended to be a central point for defining distros, | ||
| 5 | images, recipes, appends or other userspace customizations common | ||
| 6 | to all Enea Linux releases. | ||
| 7 | |||
| 8 | |||
| 9 | Dependencies | ||
| 10 | ============ | ||
| 11 | |||
| 12 | This layer depends on: | ||
| 13 | |||
| 14 | URI: git://git.openembedded.org/bitbake | ||
| 15 | branch: dizzy | ||
| 16 | revision: HEAD | ||
| 17 | |||
| 18 | URI: git://git.yoctoproject.org/poky | ||
| 19 | branch: dizzy | ||
| 20 | revision: HEAD | ||
| 21 | |||
| 22 | |||
| 23 | Source code | ||
| 24 | =========== | ||
| 25 | |||
| 26 | git://git.enea.com/linux/meta-enea-base.git | ||
| 27 | |||
| 28 | |||
| 29 | Patches | ||
| 30 | ======= | ||
| 31 | |||
| 32 | Please submit any patches against the enea-base layer to the | ||
| 33 | linux-maintainers mailing list: linux-maintainers@enea.com | ||
| 34 | |||
| 35 | Maintainers: Enea Linux Team <linux-maintainers@enea.com> | ||
| 36 | |||
| 37 | |||
| 38 | Table | ||
| 39 | ================= | ||
| 40 | |||
| 41 | I. Adding the enea-base layer to your build | ||
| 42 | II. Misc | ||
| 43 | |||
| 44 | |||
| 45 | I. Adding the enea-base layer to your build | ||
| 46 | ================================================= | ||
| 47 | |||
| 48 | In order to use this layer, you need to make the build system aware of | ||
| 49 | it. | ||
| 50 | |||
| 51 | Assuming the enea-base layer exists at the top-level of your | ||
| 52 | yocto build tree, you can add it to the build system by adding the | ||
| 53 | location of the enea-base layer to bblayers.conf, along with any | ||
| 54 | other layers needed. e.g.: | ||
| 55 | |||
| 56 | |||
| 57 | BBLAYERS ?= " \ | ||
| 58 | /path/to/yocto/meta \ | ||
| 59 | /path/to/yocto/meta-yocto \ | ||
| 60 | /path/to/yocto/meta-enea-base \ | ||
| 61 | " | ||
| 62 | |||
| 63 | II. Misc | ||
| 64 | ======== | ||
