aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics
AgeCommit message (Collapse)Author
2014-02-21xserver-xf86-config: don't use wildcards in SRC_URIKoen Kooi
It is strongly discouraged to use wildcards in SRC_URI since it breaks when using multiple bbappends and immediate expansion of FILESDIR. This fixes a do_install failure when building with multiple BSPs enabled. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2014-01-25mesa: Remove egl and gles only for raspberrypi machineAndrei Gherzan
Change-Id: I25fab6e100546cfffdd901383f76de76cd7763ed Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21mesa: Use libgl from mesa for raspberrypiAndrei Gherzan
The graphics libraries provided by userland does not include libgl. So compile mesa with libgl support and remove gles and egl from it as these are provided by userland. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21userland: Update to 2013-08-20 master's snapshotAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-03-13userland: Update to 8700279495e266378d36092ccf86424f0ee2539fAndrei Gherzan
* install_vmcs not needed anymore * By default package is installed in /opt/vc. Move everything in ${prefix}. * Move recipe in recipes-graphics * Add PACKAGE_ARCH = MACHINE_ARCH Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-04-23xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.David-John Willis
2012-04-12xserver-xf86-config: Clean up silly oversight.David-John Willis
* I forgot to append the machine to the SRC_URI_append so left this in a state that would break other BSP layers. Bad John!
2012-04-04xserver-xf86-config: Add initial xorg config for the RaspberryPi.David-John Willis