summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-02-27 23:15:13 -0500
committerDenys Dmytriyenko <denys@ti.com>2012-02-27 23:15:13 -0500
commitcac9367c1a1f2cfc8b7cf78cd0faa9ab021da2e4 (patch)
treeb21d889a2999233e6aea5617eaa2d2a50ff15b07 /README
parent7657df6284cd503d973518a291c72cbd7cf6e4c0 (diff)
downloadmeta-ti-cac9367c1a1f2cfc8b7cf78cd0faa9ab021da2e4.tar.gz
README: describe the current dependency on Angstrom and future plans
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 16 insertions, 5 deletions
diff --git a/README b/README
index c4c88ec5..9bf6154b 100644
--- a/README
+++ b/README
@@ -4,18 +4,29 @@ URI: git://git.openembedded.org/openembedded-core
4branch: master 4branch: master
5revision: HEAD 5revision: HEAD
6 6
7URI: git://git.angstrom-distribution.org/meta-angstrom 7URI: git://git.openembedded.org/meta-openembedded
8branch: master 8branch: master
9revision: HEAD 9revision: HEAD
10 10
11URI: git://git.openembedded.org/meta-openembedded 11URI: git://git.angstrom-distribution.org/meta-angstrom
12branch: master 12branch: master
13revision: HEAD 13revision: HEAD
14 14
15It is recommended to follow the instructions at http://www.angstrom-distribution.org/building-angstrom 15Currently meta-ti only works with the Angstrom distribution and hence
16requires the meta-angstrom layer. There are known issues when using
17gcc-4.6 based toolchain from OpenEmbedded-Core, thus gcc-4.5 toolchain,
18provided by meta-openembedded, is needed. It is planned to fix these
19shortcomings in the near future and allow building the base BSP part
20of meta-ti with different distributions and layer stacks, such as:
21distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or
22Arago.
23
24Due to the above, it is now recommended to follow the instructions at
25http://www.angstrom-distribution.org/building-angstrom
16 26
17This will set it up for the OpenEmbedded-core layout instead of the old 27This will set it up for the OpenEmbedded-core layout instead of the
18OpenEmbedded-dev layout. You can optionally tweak sources/layers.txt and conf/bblayers.conf to (de)select BSP layers. 28old "Classic" OpenEmbedded-dev layout. You can optionally tweak
29sources/layers.txt and conf/bblayers.conf to (de)select BSP layers.
19 30
20Send pull requests to meta-ti@yoctoproject.org 31Send pull requests to meta-ti@yoctoproject.org
21 32