]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - README
bonescript: update to latest git
[glsdk/meta-ti-glsdk.git] / README
diff --git a/README b/README
index 809faa4fc88f34d637c4948b2c876c78498c36c3..352cb2e49e4d3e9a01154064fbefa9ed5c3fe8ea 100644 (file)
--- a/README
+++ b/README
@@ -1,27 +1,32 @@
+The official OpenEmbedded/Yocto BSP layer for Texas Instruments platforms.
+
 This layer depends on:
 
 URI: git://git.openembedded.org/openembedded-core
+layers: meta
 branch: master
 revision: HEAD
 
-URI: git://git.angstrom-distribution.org/meta-angstrom
-branch: master
-revision: HEAD
-
-URI: git://git.openembedded.net/meta-openembedded
+URI: git://git.openembedded.org/meta-openembedded
+layers: toolchain-layer
 branch: master
 revision: HEAD
 
-It is recommended to follow the instruction at http://www.angstrom-distribution.org/building-angstrom with one important difference:
-
-After "Step 1" go into the newl created 'setup-scripts' directory and do
-
-       git checkout origin/oe-core -b oe-core
+There are known issues when using a toolchain with gcc-4.6 and binutils-2.22
+from OpenEmbedded-Core, thus it is recommended to use toolchain-layer from
+meta-openembedded with gcc-4.5 + Linaro patches and binutils-2.20.1.
 
-This will set it up for the OpenEmbedded-core layout instead of the old OpenEmbedded-dev layout.
+The base BSP part of meta-ti should work with different OpenEmbedded/Yocto
+distributions and layer stacks, such as:
+distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago.
 
-Send pull requests to angstrom-distro-devel@linuxtogo.org
+Please follow the recommended setup procedures of your OE distribution. When
+using in a distro-less configuration, please add to your local.conf:
 
-Main layer maintainer: Koen Kooi <koen@dominion.thruhere.net>
+GCCVERSION = "4.5%"
+BINUVERSION = "2.20.1"
 
+Send pull requests, patches, comments or questions to meta-ti@yoctoproject.org
 
+Maintainers: Denys Dmytriyenko <denys@ti.com>
+             Koen Kooi <koen@dominion.thruhere.net>