summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/vc-graphics
Commit message (Collapse)AuthorAgeFilesLines
* vc-graphics: Remove some useless new linesAndrei Gherzan2013-08-212-4/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bootfiles, vc-graphics: consolidate SRC_URI and S variablesPaul Barker2013-06-101-4/+5
| | | | | | | | | | | 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>
* vc-graphics.inc: There is no libgl so get rid of this PROVIDESAndrei Gherzan2013-03-131-2/+2
| | | | 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>
* vchiq: Fix file permissionAndrei Gherzan2012-09-161-0/+0
| | | | 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>
* vc-graphics.bb: Change bb file mode to 644Andrei Gherzan2012-08-291-0/+0
| | | | 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>
* firmware: use common include to set source revision and include date in versionTomas Frydrych2012-06-221-1/+1
| | | | | | 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).