diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-05-17 23:36:52 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-17 23:36:52 -0400 |
commit | 297460c124fbe5542272720202a538e3fb286ced (patch) | |
tree | 167beac7bf238dbef004bbd9895043744a470f82 /README | |
parent | 0fbf85083fe97d75f81eaa3218856133feb104f8 (diff) | |
download | meta-ti-297460c124fbe5542272720202a538e3fb286ced.tar.gz |
README: no longer depend on toolchain-layer, remove references to older gcc/binutils
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -1,30 +1,22 @@ | |||
1 | The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. | 1 | The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. |
2 | 2 | ||
3 | It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the | ||
4 | source repository at git://git.yoctoproject.org/meta-ti | ||
5 | |||
6 | |||
3 | This layer depends on: | 7 | This layer depends on: |
4 | 8 | ||
5 | URI: git://git.openembedded.org/openembedded-core | 9 | URI: git://git.openembedded.org/openembedded-core |
6 | layers: meta | 10 | layers: meta |
7 | branch: master | 11 | branch: master |
8 | revision: HEAD | ||
9 | |||
10 | URI: git://git.openembedded.org/meta-openembedded | ||
11 | layers: toolchain-layer | ||
12 | branch: master | ||
13 | revision: HEAD | ||
14 | 12 | ||
15 | There are known issues when using a toolchain with gcc-4.6 and binutils-2.22 | ||
16 | from OpenEmbedded-Core, thus it is recommended to use toolchain-layer from | ||
17 | meta-openembedded with gcc-4.5 + Linaro patches and binutils-2.20.1. | ||
18 | 13 | ||
19 | The base BSP part of meta-ti should work with different OpenEmbedded/Yocto | 14 | The base BSP part of meta-ti should work with different OpenEmbedded/Yocto |
20 | distributions and layer stacks, such as: | 15 | distributions and layer stacks, such as: |
21 | distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. | 16 | distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. |
22 | 17 | ||
23 | Please follow the recommended setup procedures of your OE distribution. When | 18 | Please follow the recommended setup procedures of your OE distribution. |
24 | using in a distro-less configuration, please add to your local.conf: | ||
25 | 19 | ||
26 | GCCVERSION = "4.5%" | ||
27 | BINUVERSION = "2.20.1" | ||
28 | 20 | ||
29 | Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org | 21 | Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org |
30 | 22 | ||