summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/kernel-image/bcm2835-kernel-image.bb
Commit message (Collapse)AuthorAgeFilesLines
* bcm2835-kernel-image: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan2012-07-051-19/+0
| | | | | | | There is no need for a mangled kernel image anymore. Precompiled RPI Bootloader can boot an uncompressed kernel image. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-kernel-image: Fix dependencyGary Thomas2012-06-301-2/+2
| | | | | | | Add dependency on kernel image as it must be built before this package can be completed. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.David-John Willis2012-05-101-1/+3
|
* bcm2835-kernel-image: Add recipe to deal with prepending the 32KB header to ↵David-John Willis2012-04-121-0/+17
the kerenl image. * TODO: Clean up these recipes and merge -mkimage and -kernel-image.