aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bcm/vc-graphics
AgeCommit message (Collapse)Author
2015-03-12vc-graphics: Move to recipes-graphicsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-02-08firmware: Update to HEADAndrei Gherzan
Change-Id: I682365b514f233616ac7eb07667edc4ca6afcdfa Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21vc-graphics: Remove some useless new linesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-06-10bootfiles, vc-graphics: consolidate SRC_URI and S variablesPaul Barker
The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware include file so that it is easier to override the firmware source in a local or distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are referenced in each recipe. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2013-03-13vc-graphics.inc: There is no libgl so get rid of this PROVIDESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copySander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
2012-09-16vchiq: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-29vc-graphics.inc: New provides, compatible machine and init for vchiqAndrei Gherzan
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>
2012-08-29vc-graphics.bb: Change bb file mode to 644Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22vc-graphics.inc: Skip ldflags insane checkAndrei Gherzan
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>
2012-08-22vc-graphics.inc: Package .so file in ${PN}Andrei Gherzan
${PN}-dev is populated before ${PN}. This is why .so files ended up in ${PN}-dev. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22vc-graphics.inc: Set LICENSE to "Proprietary"Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-06-22firmware: use common include to set source revision and include date in versionTomas Frydrych
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.
2012-06-20vc-graphics: package firmware for VC graphicsTomas Frydrych
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).