1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-09 21:11:16 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Christopher Larson 32d77d9fcf linux.inc: don't choke on missing defconfig in lzop dep
When a recipe is being parsed which will be skipped due to an incompatible
machine, no local defconfig will exist for the current machine. It seems that
the fetch localpath code doesn't error in that case, so we need to check for an
IOError on the attempted open. Without this, we can hit parse errors.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-30 19:52:53 +01:00
Christopher Larson 58ea76fd64 If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop'
utility to do the lzo compression, but we should not be relying on that utility
being installed on the build machine.

This currently affects the linux-omap4 build for omap4430-panda.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-17 16:36:07 +01:00
Koen Kooi c62d16735d linux.inc: enable parallel make for modules as well
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 13:38:33 +02:00
Koen Kooi 1bef178346 linux.inc: fix cortex errata logic
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-01 12:17:36 +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