summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wpa-supplicant: upstream version has changedSamuli Piippo2014-05-141-0/+0
| | | | | Change-Id: Iea1cb967d7a8afeb4dd34be1779971ad2451ff3c Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* gpu-viv-bin-mx6q: upstream version has changedSamuli Piippo2014-05-141-0/+0
| | | | | Change-Id: Iec1d295bab4a3d883e2cd29935d084e1e9cdc4b6 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* busybox: upstream version has changedSamuli Piippo2014-05-141-0/+0
| | | | | Change-Id: If2e48d5dc3ccd16669ebb85076ca6a68473bb83e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* nitrogen6x: use preferred version for kernelSamuli Piippo2014-05-141-0/+2
| | | | | | | | Need to change the preferred kernel version until it's done correctly in upstream. Change-Id: Ib75eb4731eb8f30c73353261e045d6fe5056a77a Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* libgles: inhibit QA error for files already being strippedSamuli Piippo2014-05-143-3/+3
| | | | | | | | Logic for INHIBIT_PACKAGE_DEBUG_SPLIT and INHIBIT_PACKAGE_STRIP was changed. Change-Id: Id0670aa1d56cf54187d7ad7cba05d22b4a0ccdb2 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Update used branch to daisySamuli Piippo2014-05-142-13/+13
| | | | | | | Readme and init script updated to use correct upstream branches Change-Id: Id38e09adcff67142009a8a5c4b563cabe1173433 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* 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>
* Enable USB serial driversRainer Keller2014-05-123-0/+18
| | | | | Change-Id: I867ed5cb5e78fade52a56715f21a9fc2823a1ce8 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Add linux-firmware to b2qt default base packagesAndy Nichols2014-05-121-0/+1
| | | | | | | | | | | | | This should enable the binary firmware blobs that come with the Linux kernel to be deployed to the device image which will enable any kernel modules that require them to work. This situation comes up frequently among wifi drivers (like ralink devices) and should allow us to support a more complete range of available USB wifi hardware. Change-Id: I8167e35e7d49e0823ad63d60ab5962fd049439e1 Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* bootfs: correctly check for empty defineSamuli Piippo2014-05-061-1/+1
| | | | | Change-Id: Iece54b106059bfba07adfbd84a1ae76b9104b43f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* sdk: include python modules for QtWebEngine supportSamuli Piippo2014-04-241-0/+4
| | | | | | | | Some additional python modules are required to build QtWebEngine Task-number: QTEE-443 Change-Id: I47e0d9e8cf1b253e166684b32f2c7141a89749f5 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* wpa-supplicant: include headers and sources for external usageSamuli Piippo2014-04-042-0/+19
| | | | | | | | | | Needed sources and headers are included in -dev packages, and that is included in the sdk. Task-number: QTEE-451 Change-Id: Ieb5978000856a7c2780102ab751c09e7fe2a01f8 Reviewed-by: Andy Nichols <andy.nichols@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
* bootfs: need to use fakeroot for tar'ingSamuli Piippo2014-03-281-1/+1
| | | | | | | | | Unpacking the boot.tar.gz file using sudo caused error: "Cannot change ownership to uid 1000, gid 1000: Operation not permitted" Now using fakeroot to not record my uid to the files. Change-Id: I1a953e5e363a0d9fbb914cfa8837d888421d8e14 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* sdk: include bluez4-dev package to sdkSamuli Piippo2014-03-271-0/+1
| | | | | | | | | Bluez was already include in the image, but need to add dev package to sdk so QtConnectivity/Bluetooth can use it. Task-number: QTEE-458 Change-Id: I128bcc9c63b88e52a71089d11e37d20efbeabdeb Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Create boot.tar.gz as part of the image buildSamuli Piippo2014-03-2610-0/+146
| | | | | | | | | Each machine config defines what is included in the boot.tar.gz package. For beaglebone, include the uEnv.txt u-boot script that is used to start up the device. Change-Id: Ia509dd61c789fda53889cea8ea9221cfa8b469a9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* image: include CA certificates to imageSamuli Piippo2014-03-191-0/+1
| | | | | | | | | | | The package includes PEM files of CA certificates to allow SSL-based applications to check for the authenticity of SSL connections. It includes, among others, certificate authorities used by the Debian infrastructure and those shipped with Mozilla's browsers. Task-number: QTEE-447 Change-Id: Ib5c5d8bd13618ff97116c2d8a5952fa49a4f16a9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* adbd: use network connection in imx53qsbSamuli Piippo2014-03-191-0/+4
| | | | | | | | The USB connection in imx53qsb is not working correctly, so use network connection for adbd. Change-Id: I04ed29db169a16195d840f7180b9f2eab45c185e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* sdk: libcap is required for QtWebEngineSamuli Piippo2014-03-191-0/+1
| | | | | | Task-number: QTEE-448 Change-Id: If90c21aa917c2742ed6ac28c141b89bc65b0a937 Reviewed-by: Andy Nichols <andy.nichols@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>
* adbd: make switching between usb and ethernet easierSamuli Piippo2014-03-147-55/+31
| | | | | | | | | Using settings in /etc/default/adbd, user can easily switch between usb and ethernet connection for the adbd. Task-number: QTEE-172 Change-Id: I8652f85878983d0bc9b9139cee6af874b8207fce Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* use package groups for image contentSamuli Piippo2014-03-135-46/+128
| | | | | | | Move installed packages from image recipe to separate package group recipes Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Create only tar.gz image typeSamuli Piippo2014-03-113-14/+3
| | | | | Change-Id: Ie68be23a897483e722d03d154514f5678321570b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Change from dylan to dora brach in READMESamuli Piippo2014-03-111-6/+6
| | | | | Change-Id: Ice674e12a893f217c61d68d0410e73e0dc2b6ee4 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* mkcard: remove recipe for mkcardSamuli Piippo2014-03-113-99/+0
| | | | | | | | | mkcard.sh script is moved to b2qt-build-scripts, so that deployment of images is not dependent on the toolchain. Task-number: QTEE-434 Change-Id: If7a93d4e8065c38a1d7205ce29d11ca8fbf8d2cf Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* udev: disable udev-cache also for beagleboardSamuli Piippo2014-02-191-0/+4
| | | | | | | | | Necessary kernel modules were not loaded because of udev-cache. Task-Number: QTEE-401 Change-Id: I9fb86efdefac12fb6b348839c9f7f7e01f6837d1 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
* busybox: use ifplugd to enable hotplug networkingSamuli Piippo2014-02-184-0/+85
| | | | | | | Compile busybox with ifplugd support and start it up at boot time. Change-Id: I8ccf791929c9acd3ba37c4169582b2d4dd5fc5a7 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* Move libgl workaround to libsdlSamuli Piippo2014-02-1812-39/+1
| | | | | | | | | 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-132-4/+0
| | | | | Change-Id: Id8be2ac9c87748e6365b3f3bdb28833f7d528ede Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Fix emulator hdd image buildingSamuli Piippo2014-02-131-2/+3
| | | | | | | | | Remove nostamp so that symbolic link is not updated, when boot-directdisk has not been updated. Otherwise we ended up with broken link. Change-Id: I27a51047e74861f034fbf3f15f9cf29fd20b142b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* emulator: alsa config to allow multiple source to play audioSamuli Piippo2014-02-132-22/+4
| | | | | | | | | | | Enable dmix plugin for also on emulator to allow playing audio from multiple sources at the same time. Remove copyright header from raspberrypi config file. Task-number: QTEE-362 Change-Id: I4073ac0dae1f7af9a307eb3a455e9277181fb9a1 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
* hunspell: use multple checksums for hunspell srcsSamuli Piippo2014-02-121-5/+9
| | | | | | | Each package needs to have its own checksum. Change-Id: I837a6aa2a3b0f73db53f37d15e54a6e9a80403f3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Changes to init scriptSamuli Piippo2014-02-121-6/+6
| | | | | | | | - Move to root folder - meta-ti and meta-raspberrypi now have dora branch Change-Id: I1b88ead9c44b67243d9c69fd6a5a8a59c8232b97 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add script to initialize yocto build envSamuli Piippo2014-02-071-0/+76
| | | | | | | Clone all necessary repos and symlink meta-b2qt in correct place. Change-Id: I09c21e0bb07d67901b4456194e365f93541b5842 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Add missing copyright headersSamuli Piippo2014-02-072-0/+44
| | | | | | Change-Id: Id1816c93ae2f3271a923432c19e713d2985f27dd Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com> Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Update copyright year to 2014Samuli Piippo2014-02-0446-46/+46
| | | | | Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* Merge branch 'dev' into stableKalle Viironen2014-02-0330-609/+200
|\ | | | | | | Change-Id: If10d6f6512c79e1ede5a308a100e7f43b757a3ab
| * adb: use modprobe to load dependency modulesSamuli Piippo2014-01-301-1/+1
| | | | | | | | | | Change-Id: I311b4945aff87b0851bc2da719025e03ff8e1114 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
| * udev: disable udev-cache on beagleboneSamuli Piippo2014-01-303-1/+5
| | | | | | | | | | | | | | With udev-cache enabled, usb kernel modules were not loaded. Change-Id: I11e5bec4a5b7aa1be30ecb016911a86ab1431dbb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Add support for BeagleBone BlackSamuli Piippo2014-01-306-0/+179
| | | | | | | | | | Change-Id: I1f30b93c6e3473a00a0a851f5fceccae90ba2f1b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Recipe for hunspellSamuli Piippo2014-01-303-0/+53
| | | | | | | | | | | | | | Add new recipe for hunspell and include it to image and toolchain Change-Id: I724aca8e3da378a0b59e57a0b00f03e9137b48f0 Reviewed-by: Rainer Keller <rainer.keller@digia.com>
| * upgrade emulator componentsSamuli Piippo2014-01-3010-441/+11
| | | | | | | | | | | | | | | | | | - kernel 3.10 - LLVM 3.3 - mesa 9.1.6 Change-Id: Ib15c6826ab480e39e4efb7a16d42030b55ad6c3b Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * gpu-viv-bin-mx6q: remove dependency to mesaSamuli Piippo2014-01-301-0/+1
| | | | | | | | | | Change-Id: I8785150d8fcdf253483b13588e7382d0cd59b78d Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * rpi: disable bbappend from meta-raspberrypiSamuli Piippo2014-01-301-1/+1
| | | | | | | | | | | | | | | | Now using meta-raspberrypi from master branch, but needed to disable bbappend for mesa recipe which does not exist. Change-Id: I8f3eab483ac0376285f056625f946d6b6c39f786 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * Install all kernel modulesSamuli Piippo2014-01-301-0/+1
| | | | | | | | | | | | | | Instead of handpicking required modules, install all that are recommended. Change-Id: I292f9136d5d04d2ffff51737d337e4ccd93fe1db Reviewed-by: Samuli Piippo <samuli.piippo@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>
| * 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>
| * nitrogen6x boot script changedSamuli Piippo2014-01-301-8/+8
| | | | | | | | | | | | | | Moving cursor blinking option to new file. Change-Id: I9cdddebe66d891571a1f0ce87ccbb727edeb42d7 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * toolchain: libudev-dev is no more, using udev-devSamuli Piippo2014-01-301-1/+1
| | | | | | | | | | Change-Id: I86fbd3c8e6c1f7311b1f1d7e9626239b0e22ea18 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>