summaryrefslogtreecommitdiffstats
path: root/recipes/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersSamuli Piippo2016-02-092-28/+26
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use Systemd as the init systemSamuli Piippo2015-11-192-2/+21
| | | | | | | | | Remove sysvinit from distro features and add Systemd as the default init system. Add necessary service files to all recipes that need them. Change-Id: I9cd4c0239fe16f35145bd3bed08e27196f30ee82 Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update VirtualBox kernel modulesRainer Keller2015-08-122-4/+4
| | | | | | | Modules needed to be updated in order to build with newer kernels. Change-Id: I113b0831aebfeac3818837ed557ae5ae2bf072e1 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Check if VirtualBox kernel modules do existRainer Keller2015-08-121-1/+3
| | | | | | | | | The Makefile is broken. It will report success even if the modules could not be compiled due to gcc errors. Yocto will then continue with the modules missing from the package. Change-Id: I0efcdc736c158cb857549eb64ebd6bc86a26b7e6 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Change all tab characters to spacesSamuli Piippo2015-08-112-9/+9
| | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* emulator: Qt5 support for emulatorSamuli Piippo2015-05-271-4/+0
| | | | | | | | | | | Emulator has special handling for OpenGL support: QtGlesStream provides the runtime opengl support but since it depends on qtbase, we need to use qtglesstream-dummy-client when building qt. Also since both recipes provide same files, we must disable do_populate_sysroot from qtglesstream so that libs from dummy-client remain there. Change-Id: Ifde698e7d46863dbb82c6f3ad791412775e111ea Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Change copyright noticeRainer Keller2014-10-062-2/+2
| | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-042-2/+2
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-252-0/+44
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* vbox: recipes for virtual box guest additionsSamuli Piippo2013-07-083-0/+81
Builds kernel modules for virtualbox guest addition and mount helper util for shared folders. Change-Id: I7f931101ece1dda1e604b09de6bff404ffbc8763 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>