summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux.inc
Commit message (Collapse)AuthorAgeFilesLines
* linux.inc: don't choke on missing defconfig in lzop depChristopher Larson2011-12-301-5/+10
| | | | | | | | | | 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>
* If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop'Christopher Larson2011-12-171-0/+11
| | | | | | | | | | 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>
* linux.inc: enable parallel make for modules as wellKoen Kooi2011-07-211-0/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux.inc: fix cortex errata logicKoen Kooi2011-06-011-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* move kernel recipes in to the proper dirKoen Kooi2011-05-211-0/+262
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>