diff options
-rw-r--r-- | README | 40 |
1 files changed, 18 insertions, 22 deletions
@@ -1,36 +1,32 @@ | |||
1 | This layer hard depends on: | 1 | The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. |
2 | |||
3 | This layer depends on: | ||
2 | 4 | ||
3 | URI: git://git.openembedded.org/openembedded-core | 5 | URI: git://git.openembedded.org/openembedded-core |
6 | layers: meta | ||
4 | branch: master | 7 | branch: master |
5 | revision: HEAD | 8 | revision: HEAD |
6 | 9 | ||
7 | URI: git://git.openembedded.org/meta-openembedded | 10 | URI: git://git.openembedded.org/meta-openembedded |
11 | layers: meta-oe | ||
8 | branch: master | 12 | branch: master |
9 | revision: HEAD | 13 | revision: HEAD |
10 | 14 | ||
11 | And optionally depends on: | 15 | There are known issues when using a toolchain with gcc-4.6 and binutils-2.22 |
12 | 16 | from OpenEmbedded-Core, thus it is recommended to use meta-openembedded layer | |
13 | URI: git://git.angstrom-distribution.org/meta-angstrom | 17 | with gcc-4.5 + Linaro patches and binutils-2.20.1. |
14 | branch: master | ||
15 | revision: HEAD | ||
16 | 18 | ||
17 | Currently meta-ti only works with the Angstrom distribution and hence | 19 | The base BSP part of meta-ti should work with different OpenEmbedded/Yocto |
18 | requires the meta-angstrom layer. There are known issues when using | 20 | distributions and layer stacks, such as: |
19 | gcc-4.6 based toolchain from OpenEmbedded-Core, thus gcc-4.5 toolchain, | 21 | distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. |
20 | provided by meta-openembedded, is needed. It is planned to fix these | ||
21 | shortcomings in the near future and allow building the base BSP part | ||
22 | of meta-ti with different distributions and layer stacks, such as: | ||
23 | distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or | ||
24 | Arago. | ||
25 | 22 | ||
26 | Due to the above, it is now recommended to follow the instructions at | 23 | Please follow the recommended setup procedures of your OE distribution. When |
27 | http://www.angstrom-distribution.org/building-angstrom | 24 | using in a distro-less configuration, please add to your local.conf: |
28 | 25 | ||
29 | This will set it up for the OpenEmbedded-core ('yocto') layout instead | 26 | GCCVERSION = "4.5%" |
30 | of the old "Classic" OpenEmbedded-dev layout. You can optionally tweak | 27 | BINUVERSION = "2.20.1" |
31 | sources/layers.txt and conf/bblayers.conf to (de)select BSP layers. | ||
32 | 28 | ||
33 | Send pull requests to meta-ti@yoctoproject.org | 29 | Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org |
34 | 30 | ||
35 | Main layer maintainers: Denys Dmytriyenko <denys@ti.com> | 31 | Maintainers: Denys Dmytriyenko <denys@ti.com> |
36 | Koen Kooi <k-kooi@ti.com> | 32 | Koen Kooi <koen@dominion.thruhere.net> |