summaryrefslogtreecommitdiff
path: root/recipes/preboot/linux-preboot.inc
AgeCommit message (Collapse)AuthorFiles
2010-09-15kernel.bbclass: Fix INITRAMFS_IMAGE logicTom Rini1
Due to a bitbake bug to be fixed in 1.10.1, EXPORT_FUNCTIONS isn't remapping kernel_do_compile[depends] to do_compile[depends], so make a comment about cleaning this up once we depend on a working bitbake. Next, it needs to add to do_configure (like the users have manually set a dependancy on) rather than do_compile so that the initramfs is copied into place in time. Since we're fixing the logic in kernel.bbclass, we can drop the workarounds that linux-kexecboot and linux-preboot have added. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-02-14zaurus-kernels: move the kernel size check to linux-kexecboot.inc.Andrea Adami1
* no need for DONT_CHECK_KERNELSIZE * clean up the affected files * check happens only if KERNEL_IMAGE_MAXSIZE is set
2010-01-21preboot: remove defconfig requirementSimon Busch1
2010-01-20preboot: new recipe; a dual boot solution for the palm pre (WIP)Simon 'Morphis' Busch1