summaryrefslogtreecommitdiffstats
path: root/conf/distro/b2qt.conf
Commit message (Collapse)AuthorAgeFilesLines
...
* Move to version 1.6Samuli Piippo2014-05-141-1/+1
| | | | | Change-Id: Ide554381076519287e874d5c6bb0b5b9de7060c6 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Remove irda, pcmcia, pci, 3g, nfc, zeroconf features from distroAndy Nichols2014-05-121-1/+1
| | | | | | | | | | | | | | | | | | irda is support for infra-red communication pcmcia and pci are not relevant for any of the reference devices 3g adds Ofono to the stack and since we are not making phones, this is completely unnecessary waste of resources. zeroconf adds the Avahi daemon that is a rarely necessary zero-configuration networking manager. nfc is something we support, but none of the reference devices comes with this hardware, and would require an external device that has not been tested by us at all. It's likely that an end user that wants to use custom hardware will need to rebuild the stack anyway so they can just add any of these additional features back to their distro as necessary when they build their own stack. Change-Id: If3951a4170d94ed8db1d40c2bb2d47cf569dc36a Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Include licenses to the imageSamuli Piippo2014-03-141-0/+3
| | | | | | | | | | | This packages licenses for all use packages and installs them to the image. Also the license manifest it copied to /usr/share/licenses Task-number: QTEE-190 Change-Id: I1c8cbf2c9534a49043cb40b7e5941a749dd2af2c Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* use package groups for image contentSamuli Piippo2014-03-131-0/+1
| | | | | | | Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-041-1/+1
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add LinuxMint-16 as a tested platformSamuli Piippo2014-01-301-0/+1
| | | | | Change-Id: I2a242af4012e518958f15d1cf7912c097529f344 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Move to yocto 1.5 dora branchSamuli Piippo2014-01-301-2/+3
| | | | | | | | | | Remove recipe appends that are fixed upstream and make changes needed for 1.5 branch. Tested and verified with nitrogen6x. Change-Id: I7b8ca04f2f4523fa5113bbe43767e3e90f243cd9 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add license header to all recipesSamuli Piippo2013-11-251-0/+22
| | | | | | Change-Id: I726d154e54a43d2561969d789709895d4c594da9 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
* Change distro version to 1.4 to match yocto versioningSamuli Piippo2013-07-231-1/+1
| | | | | Change-Id: I77dfba4c13e9c9d2d943e726417d23dcbd3c58b0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Use machine includesSamuli Piippo2013-06-201-5/+1
| | | | | Change-Id: I50f84cb6c8f548a7d4909e521825c9b1bae86d52 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* libgles-omap3: move to latest SGX driver versionSamuli Piippo2013-06-061-0/+2
| | | | | | | | | Using latest SGX version allows at least correctly working Qt5 Cinematic Experience demo. Set default ParamBufferSize to 32MB to increase performance. Change-Id: Ia16e46cf95b2939086cdc7b9acd07656aae83158 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Include ffmpeg gstreamer plugin to imageSamuli Piippo2013-06-031-0/+2
| | | | | | | | FFmpeg provides more video decoding capabilities. Needed some hacks to keep mesa from getting pulled in. Change-Id: I1129d08cc61ad39154cb2f76d656d9dfc0a3075f Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* b2qt: renamed Boot to Qt for Embedded LinuxSamuli Piippo2013-05-241-2/+2
| | | | | | Change-Id: I0176f3b1025cb5d82ece34c78cf5dd38ac60cfdf Reviewed-by: Kalle Viironen <kalle.viironen@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* b2qt: remove some unneeded distro featuresSamuli Piippo2013-05-211-1/+1
| | | | | Change-Id: I8de57a152f1f9195327a7cac6738d9f4dfd3a8b3 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Add support for sdcard imagesSamuli Piippo2013-05-061-1/+2
| | | | | | | | | 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>
* Create new meta layer and distro for B2Qt on embedded LinuxSamuli Piippo2013-04-301-0/+23
Change-Id: I0dccd0d118b95cf2a5aa39cf5fcdbf69787630a4 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>