diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 23:15:13 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 23:15:13 -0500 |
commit | cac9367c1a1f2cfc8b7cf78cd0faa9ab021da2e4 (patch) | |
tree | b21d889a2999233e6aea5617eaa2d2a50ff15b07 /README | |
parent | 7657df6284cd503d973518a291c72cbd7cf6e4c0 (diff) | |
download | meta-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-- | README | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -4,18 +4,29 @@ URI: git://git.openembedded.org/openembedded-core | |||
4 | branch: master | 4 | branch: master |
5 | revision: HEAD | 5 | revision: HEAD |
6 | 6 | ||
7 | URI: git://git.angstrom-distribution.org/meta-angstrom | 7 | URI: git://git.openembedded.org/meta-openembedded |
8 | branch: master | 8 | branch: master |
9 | revision: HEAD | 9 | revision: HEAD |
10 | 10 | ||
11 | URI: git://git.openembedded.org/meta-openembedded | 11 | URI: git://git.angstrom-distribution.org/meta-angstrom |
12 | branch: master | 12 | branch: master |
13 | revision: HEAD | 13 | revision: HEAD |
14 | 14 | ||
15 | It is recommended to follow the instructions at http://www.angstrom-distribution.org/building-angstrom | 15 | Currently meta-ti only works with the Angstrom distribution and hence |
16 | requires the meta-angstrom layer. There are known issues when using | ||
17 | gcc-4.6 based toolchain from OpenEmbedded-Core, thus gcc-4.5 toolchain, | ||
18 | provided by meta-openembedded, is needed. It is planned to fix these | ||
19 | shortcomings in the near future and allow building the base BSP part | ||
20 | of meta-ti with different distributions and layer stacks, such as: | ||
21 | distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or | ||
22 | Arago. | ||
23 | |||
24 | Due to the above, it is now recommended to follow the instructions at | ||
25 | http://www.angstrom-distribution.org/building-angstrom | ||
16 | 26 | ||
17 | This will set it up for the OpenEmbedded-core layout instead of the old | 27 | This will set it up for the OpenEmbedded-core layout instead of the |
18 | OpenEmbedded-dev layout. You can optionally tweak sources/layers.txt and conf/bblayers.conf to (de)select BSP layers. | 28 | old "Classic" OpenEmbedded-dev layout. You can optionally tweak |
29 | sources/layers.txt and conf/bblayers.conf to (de)select BSP layers. | ||
19 | 30 | ||
20 | Send pull requests to meta-ti@yoctoproject.org | 31 | Send pull requests to meta-ti@yoctoproject.org |
21 | 32 | ||