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