summaryrefslogtreecommitdiffstats
path: root/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* Move libgl workaround to libsdlSamuli Piippo2014-02-185-6/+0
| | | | | | | | | libsdl tries to pull in mesa, so workaround was added to machines configs to prevent that. Now remove dependency to libgl from libsdl that was causing that. Change-Id: I425aa45cdc32842d573354eaaab7ed67ee5bb7b5 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* imx53: change to correct GPU driver packageSamuli Piippo2014-02-181-1/+1
| | | | | Change-Id: I9d6b4343d3d53aae64353854f890a52444e5dc0f Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* emulator: don't build mesa with llvm anymoreSamuli Piippo2014-02-131-2/+0
| | | | | Change-Id: Id8be2ac9c87748e6365b3f3bdb28833f7d528ede Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-047-7/+7
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add support for BeagleBone BlackSamuli Piippo2014-01-301-0/+35
| | | | | Change-Id: I1f30b93c6e3473a00a0a851f5fceccae90ba2f1b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* upgrade emulator componentsSamuli Piippo2014-01-301-1/+1
| | | | | | | | | - kernel 3.10 - LLVM 3.3 - mesa 9.1.6 Change-Id: Ib15c6826ab480e39e4efb7a16d42030b55ad6c3b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* RPI: increase GPU memory to 128Samuli Piippo2014-01-301-0/+3
| | | | | | | | | Default GPU memory config is 64 MB, which was insufficient for some of the B2Qt demos. Task-number: QTEE-293 Change-Id: I6049c9577d1fea59619f07e9fc0ab4890f06a54b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-256-0/+132
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Include lighttpd and wayland for am335x-evmSamuli Piippo2013-11-251-0/+3
| | | | | | | | For now, this device is Mitel specific, adding components they have requested. Change-Id: I1230b5415132925c691f9e0e381d501adcf54fe3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Sound support for Raspberry PiSamuli Piippo2013-10-241-0/+2
| | | | | | | | | | Load appropriate kernel module and setup correct alsa configuration. Sound is routed to HDMI by default, so include amixer util that can be used to switch to analog output: amixer cset numid=3 1 Change-Id: I1a975992a45ea2a11ce44ded8b1649488e676341 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* Fix sound for emulatorSamuli Piippo2013-10-241-0/+6
| | | | | | | Build driver for AC97 and load it at boot time. Change-Id: Ia30487a7f3bb315f83bcba48f6ea6c4b0f3f54fa Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* raspberrypi: build graphic drivers from sourcesv1.0.0-RC5v1.0.0-RC4v1.0.0-RC2Samuli Piippo2013-10-151-4/+4
| | | | | | | Use userland recipe instead of binary-only vc-graphics. Change-Id: I6d26e61a4caf083ccb2abc9aa969c1db956a6a3c Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Support for am335x-evmSamuli Piippo2013-09-191-0/+18
| | | | | Change-Id: I2a7ad8eaa427fd12f3a26b916b6a440bd80d334a Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Move machine dependent packages to machine config filesSamuli Piippo2013-09-195-0/+61
| | | | | | | Add config also for imx53qsb machines Change-Id: I5a391c29f917bf61bccbcd06a1973ee60dde8de9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Include support for Raspberry PiSamuli Piippo2013-08-291-0/+4
| | | | | Change-Id: I5987fe316966447240bb3cf52616fd84c4f8eecd Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add emulator config filesSamuli Piippo2013-07-084-9/+8
| | | | | | | | - build for x86, similar to qemu - use direct disk image type for virtualbox Change-Id: I4fa29d3efc9c3f0e1dd1cede405bb2efa9cff133 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Use machine includesSamuli Piippo2013-06-203-8/+17
| | | | | Change-Id: I50f84cb6c8f548a7d4909e521825c9b1bae86d52 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add support for sdcard imagesSamuli Piippo2013-05-061-0/+14
Create also sdcard images that can be easily dd'ed to memory card. Image type created for imx6 works also in beagleboard when first partition is marked as bootable. Change-Id: I45323de442187c67867be31f80f1cdef43a12a9e Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>