summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-05-17 23:36:52 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-05-17 23:36:52 -0400
commit297460c124fbe5542272720202a538e3fb286ced (patch)
tree167beac7bf238dbef004bbd9895043744a470f82
parent0fbf85083fe97d75f81eaa3218856133feb104f8 (diff)
downloadmeta-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>
-rw-r--r--README18
1 files changed, 5 insertions, 13 deletions
diff --git a/README b/README
index 352cb2e4..b376695f 100644
--- a/README
+++ b/README
@@ -1,30 +1,22 @@
1The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms. 1The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms.
2 2
3It is hosted on http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/ with the
4source repository at git://git.yoctoproject.org/meta-ti
5
6
3This layer depends on: 7This layer depends on:
4 8
5URI: git://git.openembedded.org/openembedded-core 9URI: git://git.openembedded.org/openembedded-core
6layers: meta 10layers: meta
7branch: master 11branch: master
8revision: HEAD
9
10URI: git://git.openembedded.org/meta-openembedded
11layers: toolchain-layer
12branch: master
13revision: HEAD
14 12
15There are known issues when using a toolchain with gcc-4.6 and binutils-2.22
16from OpenEmbedded-Core, thus it is recommended to use toolchain-layer from
17meta-openembedded with gcc-4.5 + Linaro patches and binutils-2.20.1.
18 13
19The base BSP part of meta-ti should work with different OpenEmbedded/Yocto 14The base BSP part of meta-ti should work with different OpenEmbedded/Yocto
20distributions and layer stacks, such as: 15distributions and layer stacks, such as:
21distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago. 16distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago.
22 17
23Please follow the recommended setup procedures of your OE distribution. When 18Please follow the recommended setup procedures of your OE distribution.
24using in a distro-less configuration, please add to your local.conf:
25 19
26GCCVERSION = "4.5%"
27BINUVERSION = "2.20.1"
28 20
29Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org 21Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org
30 22