summaryrefslogtreecommitdiffstats
path: root/recipes-bcm
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>
* firmware.inc: Update to latest upstreamAndrei Gherzan2012-07-031-3/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #16 from GaryThomas/updatesAndrei Gherzan2012-07-011-2/+2
|\ | | | | bcm2835-kernel-image: Fix dependency
| * 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>
* | Merge pull request #5 from agherzan/devel_miscDavid-John Willis2012-06-291-1/+1
|\ \ | | | | | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
| * | bcm2835-bootfiles: Modify LICENSE to match license from poky common licensesAndrei Gherzan2012-05-211-1/+1
| |/ | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | firmware: use common include to set source revision and include date in versionTomas Frydrych2012-06-223-5/+12
| | | | | | | | | | | | The firmware is split over multiple packages all of which need to use the same source revision. Also, the firmware is currently not formally versioned, so at least use the date the firmware was released in the versions.
* | vc-graphics: package firmware for VC graphicsTomas Frydrych2012-06-204-0/+64
|/ | | | | | This package adds a egl.pc file for use with libEGL (it is necessary to specify a custom include paths for the compiler due to brokenness in the firmware header files).
* bcm2835-bootfiles: update to latest firmwarePaul Eggleton2012-05-152-11/+6
| | | | | | | | * Update to the latest git revision * Use the license file recently added upstream rather than a local one * Tidy up a few things in the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.David-John Willis2012-05-102-2/+6
|
* bcm2835-kernel-image: Add recipe to deal with prepending the 32KB header to ↵David-John Willis2012-04-127-0/+131
| | | | | | the kerenl image. * TODO: Clean up these recipes and merge -mkimage and -kernel-image.
* bcm2835-bootfiles: Add recipe to download the binary bootfiles and store ↵David-John Willis2012-04-122-0/+34
them in ${DEPLOY_DIR_IMAGE}.