aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 9e91f8dea193e3ca06d901286a74e14d30d824ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.openembedded.org/meta-openembedded
layers: meta-oe
branch: master
revision: HEAD

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 meta-openembedded layer
with gcc-4.5 + Linaro patches and binutils-2.20.1.

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.

Please follow the recommended setup procedures of your OE distribution. When
using in a distro-less configuration, please add to your local.conf:

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>