1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00

4 Commits

Author SHA1 Message Date
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
Koen Kooi 30d7de63ec linux-omap-psp 2.6.32: fix multiline comments
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01 09:45:55 +02:00
Koen Kooi 654b6c9a59 linux-omap-psp 2.6.32: fix am3517-evm build
the mistral craneboard patches actually removed am3517-evm support in some places

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-20 10:10:01 +02:00
Koen Kooi 07e8c30da9 move kernel recipes in to the proper dir
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-21 08:54:21 +02:00