summaryrefslogtreecommitdiffstats
path: root/recipes-bcm
Commit message (Collapse)AuthorAgeFilesLines
* rpi-config: Add variables for overclocking options.Julian Scheel2012-10-171-0/+12
| | | | | | | config.txt allows several overclocking parameters to be tweakes. This makes the most important ones overridable through local.conf. Signed-off-by: Julian Scheel <julian@jusst.de>
* rpi-config: Add variable for overscan configuration.Julian Scheel2012-10-171-0/+3
| | | | | | | Add a DISABLE_OVERSCAN variable that can be used in local.conf to overwrite the overscan default setting. Signed-off-by: Julian Scheel <julian@jusst.de>
* rpi-config: update git revision.Julian Scheel2012-10-171-2/+2
| | | | | | Several options have been added in the meantime to config.txt. Signed-off-by: Julian Scheel <julian@jusst.de>
* RPi-config: Rename recipe to rpi-configAndrei Gherzan2012-09-192-1/+1
| | | | | | | | This was done to avoid errors like: | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) while using ipk. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Add rdepends to RPi-configAndrei Gherzan2012-09-181-1/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* RPi-config: Create recipe for config.txt fileAndrei Gherzan2012-09-181-0/+31
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copySander van Grieken2012-09-181-1/+2
| | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
* firmware.inc: Update firmware SRCREV to current@2012-09-13Sander van Grieken2012-09-181-3/+3
| | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
* vchiq: Fix file permissionAndrei Gherzan2012-09-161-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles.bb: Fix file permissionsAndrei Gherzan2012-09-161-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* firmware.inc: Remove extra newlinesAndrei Gherzan2012-09-161-3/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835: Add COMPATIBLE_MACHINEAndrei Gherzan2012-09-161-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835: Integrate version 1.8Aurelian Zanoschi2012-09-061-0/+40
| | | | | | | | | | | | The first integration of bcm2835 package was done. The package version is 1.8. BCM2835 package provides access to GPIO and other IO functions on the Broadcom BCM 2835 chip, allowing access to the GPIO pins on the 26 pin IDE plug on the RPi board. [GITHUB #35] Signed-off-by: Aurelian Zanoschi <aurelian17@gmail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: New provides, compatible machine and init for vchiqAndrei Gherzan2012-08-292-4/+37
| | | | | | | | | | 1. Add COMPATIBLE_MACHINE=raspberrypi. 2. This package provides libgl libgles2 and libegl. Add these to PROVIDES. 3. Add an init script to create vchiq device node while booting. This device is needed by vc_tvservice_*. Package this init script in ${PN}. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINEAndrei Gherzan2012-08-291-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.bb: Change bb file mode to 644Andrei Gherzan2012-08-291-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* firmware.inc: Update to SRCREV c42f21261f1eeae0df7ad02f34773e279e7af8c5Andrei Gherzan2012-08-281-3/+3
| | | | | | 01/07/2012 firmware Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Add stamp in deploy directoryAndrei Gherzan2012-08-281-0/+2
| | | | | | In this way we can tell exactly what version is deployed. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Skip ldflags insane checkAndrei Gherzan2012-08-221-0/+3
| | | | | | | | Since these binaries are proprietary and we have no control over them, skip this innsane check to avoid errors like: ERROR: QA Issue: No GNU_HASH in the elf binary: '<binary>' Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Package .so file in ${PN}Andrei Gherzan2012-08-221-3/+5
| | | | | | | ${PN}-dev is populated before ${PN}. This is why .so files ended up in ${PN}-dev. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Set LICENSE to "Proprietary"Andrei Gherzan2012-08-221-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-mkimage: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan2012-07-056-116/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* 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}.