1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00
Denys Dmytriyenko a0dc3b8afc multi-kernel: fix get_kernelversion returns None for do_compileconfigs
The function get_kernelversion uses generated header files to extract the
version number. But those files are not available until do_compile, and
do_compileconfigs is injected before that, hence the version becomes None
and breaks in several places.

Introduce a new task do_preparekernel that calls "make prepare" in the
kernel tree to generate all the necessary files. It's also safer to call
do_configure early on.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-03-29 00:25:14 -04:00
2012-03-22 23:33:31 -04:00
2011-03-31 16:05:45 +02:00
2012-03-22 16:52:48 -04:00

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>
S
Description
No description provided
Readme 19 MiB
Languages
BitBake 93.3%
Shell 3.5%
Pascal 1.4%
C++ 0.9%
Pawn 0.5%
Other 0.3%