summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable' into releaseQtEE_v2.1.0Kalle Viironen2014-04-1527-194/+317
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: wpa-supplicant: include headers and sources for external usage bootfs: need to use fakeroot for tar'ing sdk: include bluez4-dev package to sdk Create boot.tar.gz as part of the image build image: include CA certificates to image adbd: use network connection in imx53qsb sdk: libcap is required for QtWebEngine Include licenses to the image adbd: make switching between usb and ethernet easier use package groups for image content Create only tar.gz image type Change from dylan to dora brach in README mkcard: remove recipe for mkcard Change-Id: Id56ca219d05f2f833a4de3fc3ca057c5cf50a562
| * 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>
* | Merge branch 'stable' into releaseQtEE_v2.0.0Kalle Viironen2014-02-2175-578/+1407
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * stable: (34 commits) udev: disable udev-cache also for beagleboard busybox: use ifplugd to enable hotplug networking Move libgl workaround to libsdl imx53: change to correct GPU driver package emulator: don't build mesa with llvm anymore Fix emulator hdd image building emulator: alsa config to allow multiple source to play audio hunspell: use multple checksums for hunspell srcs Changes to init script Add script to initialize yocto build env Add missing copyright headers Update copyright year to 2014 adb: use modprobe to load dependency modules udev: disable udev-cache on beaglebone Add support for BeagleBone Black Recipe for hunspell upgrade emulator components gpu-viv-bin-mx6q: remove dependency to mesa rpi: disable bbappend from meta-raspberrypi Install all kernel modules ... Change-Id: I7adca9894ee35092d546babb1926edbf06300feb
| * 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>
| | * Move to yocto 1.5 dora branchSamuli Piippo2014-01-307-234/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| | * Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-01-3048-10/+1089
| | |\ | | |/ | |/| | | | Change-Id: I4738823e28688399745cca97889223a4cf893e82
| * | Update readmeSamuli Piippo2013-11-261-10/+11
| | | | | | | | | | | | | | | | | | | | | Add raspberrypi meta repository and update correct branch info. Change-Id: Ia206a6608442e8e5ad9c5d104175778bafdc323c Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
| * | Add license header to all recipesSamuli Piippo2013-11-2547-0/+1034
| | | | | | | | | | | | | | | | | | 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>
| * | Move kernel console to ttyS0 for emulatorSamuli Piippo2013-11-151-0/+16
| | | | | | | | | | | | | | | Change-Id: I881e4423d22e70ddd658d29b554c62c1fa4924fb Reviewed-by: Rainer Keller <rainer.keller@digia.com>
| * | Sound support for Raspberry PiSamuli Piippo2013-10-244-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-243-0/+12
| |/ | | | | | | | | | | | | 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: use adb over ethernetv1.0.0Samuli Piippo2013-10-211-0/+21
| | | | | | | | | | | | | | For raspberry pi, we don't need to load ffs modules. Change-Id: I80f86e71031c41a4b664ae2a20754881ed7393e0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
| * raspberrypi: build graphic drivers from sourcesv1.0.0-RC5v1.0.0-RC4v1.0.0-RC2Samuli Piippo2013-10-152-4/+4
| | | | | | | | | | | | | | Use userland recipe instead of binary-only vc-graphics. Change-Id: I6d26e61a4caf083ccb2abc9aa969c1db956a6a3c Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>