summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux.inc
Commit message (Collapse)AuthorAgeFilesLines
* linux.inc: remove unused variable RPSRCAndreas Müller2012-06-211-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux.inc: remove require linux-tools.incAndreas Müller2012-06-211-3/+0
| | | | | | | | | linux-tools.inc was removed in oe-core (perf has own package) [1]. [1] http://cgit.openembedded.org/openembedded-core/commit/?id=b485f3e0e55ad62079ed0913970ff0620f4808ea Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* 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>