| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: Iaefed14f1d2bfecb436c2bfa68c94ffe74672128
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enables sources to be fetched from the Qt SDK, if available, instead of
internal git repositories. Required for BYOS customers to build B2Qt things.
Git repositories in SRC_URI are configured with 'local-uri' parameter, that
defines the path to the source code directory inside the Qt SDK. The base
path to Qt SDK is set in local.conf when setup-environment.sh in run.
Change-Id: I7f5e96fb6b9e9e55cac9d50cefb17830618193b8
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
| |
jpeg-turbo seems to be industry standard because of better performance
on x86 and arm.
Change-Id: I2928654b43af9e41bdeda200701980cce3f64ac1
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
|
| |
Include necessary gstreamer plugins to enable camera usage in Qt.
Camera is enabled in RPi boot configuration, and needed kernel modules
are loaded during boot on in RPi and SABRE.
Change-Id: Iaeb17933b7d7dabb30db638db6594ab6aada05a0
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com>
|
|
|
|
|
|
|
| |
One warning less on build.
Change-Id: I8bbf6ace700a0843ad66c4118053437de73ff2e8
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
| |
Match with meta-poky version. Parallel threads are now configured based
on the CPU count.
Change-Id: If82e8b55778c9c822e5aa8e7558a68919b74f666
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
| |
Branch V2.3 is done agains daisy, so we can remove old recipes
copied from dora branch.
Change-Id: I0532c05ec3a3253f55d78f0090a75e7423dca90e
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
|
|
|
| |
The boneblack u-boot config adds support for environment storage
in eMMC. Kernel image type is changed to zImage to reflect which
is what the u-boot defaults to. For older versions of u-boot that
try to use uImage, set extra u-boot arguments in uEnv.txt.
Change-Id: I98bd37db41a7c80a1aa75e9ae53c1e00589fde64
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
|
|
|
|
| |
Host part of the SDK need to be configured per device as well,
otherwise wayland is build for all machines.
Change-Id: If5287da32f1f09fef47826576e48060f6a9b642c
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
|
| |
Intead of modifying one commong bblayers.conf.sample file, create separate
configs for each device type that uses different set of meta layers.
Unknown devices now use all meta layers by default.
Change-Id: I2bbcf803951c0c8c787b789420c325166b2ebbd5
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These initialization script will create a build environment which has only
the needed meta layers from upstream. Other repos are ignored and not even
downloaded.
Google's repo tool is used to fetch upstream repos and it can then be
used to manage the repos while developing. This has also support for
using local mirror repos.
The required repos are defined in the manifest.xml file, which can be
overwritten using a machine specific manifest_<device>.xml file.
Task-number: QTEE-760
Change-Id: I12ed9a6fddceb4de1217baaebf46277c6ef7224f
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
| |
weston-examples may get removed later on, for now they are necessary
for testing and development.
Change-Id: I0bbb1d9d66045d8844f07d8e0bca9d7fc19251c3
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
| |
Create new layer for recipes and files that required only when
meta-toradex layer is used. For now, the bblayers.conf
template still includes the new layer as well.
Change-Id: Ib2c81a444786845f2e7c2fbf78dd0676459996c0
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
|
| |
Create new layer for recipes and files that required only when
meta-beagleboard layer is used. For now, the bblayers.conf
template still includes the new layer as well.
Change-Id: I5e50067b8b6c7d480d3808a24e8acc2ace07b04b
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
|
| |
Create new layer for recipes and files that required only when
meta-fsl-arm and meta-fsl-arm-extra layers are used. For now,
the bblayers.conf template still includes the new layer as well.
Change-Id: I01a0019ebaea3e1532f106e076f7608fb7aa86c6
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
|
| |
Create new layer for recipes and files that required only when
meta-ti layer is used. For now, the bblayers.conf template still
includes the new layer as well.
Change-Id: Iab8f6b3a61578e7a9579066ae7facca5a9a1f33b
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Linux kernel version 3.8 from meta-beagleboard adds support for the cape
manager. Using powervr driver version 4.10.00.01, SGX is also supported.
Patches for the kernel and SGX are taken from TI support pages.
Kernel args need 'quiet' for HDMI to work, otherwise you only get black
screen. Double buffering (libpvrPVR2D_FLIPWSEGL.so) does not work,
need to use FRONT buffering which can cause screen tearing.
Task-number: QTEE-312
Change-Id: I160e7e954ce9d060b0cb1bdaca70b24de9ccd697
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
| |
Change-Id: I95af528e9760166890c882e08779875dd01dfc9c
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
| |
Change-Id: Ifc65774898f728920e4b8314bfc71cfbe13a0eb9
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Include FSL gstreamer plugins in Toradex Apalis iMX6 image.
The fls plugins are dependent on imx-lib which are dependent
on the kernel version, so needed to pull older version of imx-lib
recipe from meta-fsl-arm to support the older kernel used by toradex.
Setting preferred version for the latest imx-lib for all other imx6 devices.
Change-Id: I0351c6b1707f2965f756d0298948f29ae1c828f6
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
|
|
|
| |
Toradex has lot's of dependencies, so BBMASK is updated to remove
all recipes not suitable for us.
Change-Id: Iddc4b7582fee2728f944e3dd803a7c9114932a62
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Including older gpu drivers in b2qt layer, caused it to be used
in all machined. Set preferred version to latest for all but
apalis that needs to older one.
The matching kernel version is set on upstream layer, so no need
to specify it here.
Change-Id: Ia4ebfbc3b66d481f9e2b5a996d242f853b03a464
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
| |
Change-Id: I816971a8a6285fe558007e4ee40c0ad2d3a4d538
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
| |
Offending recipe was removed from RPi meta layer
Change-Id: If298067b8c9feba00099147c6512ffe84b9311dd
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
| |
Qt gets dependency to libEGL.so which need to be in the image as well.
Change-Id: I414198d06e42432cb03a58d70ce622a1eb8890a1
Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
| |
The sdk still needs to have gles development files, since the
qtqlesstream is not there yet.
Change-Id: I5a078171b28542ead2e96a9942b781a93f4b697e
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
| |
Correctly append new kernel configs for the updated kernel version
and include device tree files in the boot image.
Change-Id: I3d7c826e3e96338048e82b23a6723212e4adbd03
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
| |
Mesa is no longer needed in emulator image since we are using
qtglesstreaming
Change-Id: I1b16cc11b73e58f7c489db77ed161aabff5b1061
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
| |
Change-Id: Iaa6004f4c9e3d0ec1948d18561bcf0ead81cb7c4
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: Ide554381076519287e874d5c6bb0b5b9de7060c6
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Move installed packages from image recipe to separate package group recipes
Change-Id: I0417953da4bc92438b3201b38b43f6d1784f1f17
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
| |
Change-Id: Ie68be23a897483e722d03d154514f5678321570b
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I9d6b4343d3d53aae64353854f890a52444e5dc0f
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
| |
Change-Id: Id8be2ac9c87748e6365b3f3bdb28833f7d528ede
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
| |
Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
| |
Change-Id: I1f30b93c6e3473a00a0a851f5fceccae90ba2f1b
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
| |
- kernel 3.10
- LLVM 3.3
- mesa 9.1.6
Change-Id: Ib15c6826ab480e39e4efb7a16d42030b55ad6c3b
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: I2a242af4012e518958f15d1cf7912c097529f344
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Change-Id: I726d154e54a43d2561969d789709895d4c594da9
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
|
|
|
|
|
|
|
|
| |
For now, this device is Mitel specific, adding components
they have requested.
Change-Id: I1230b5415132925c691f9e0e381d501adcf54fe3
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
Build driver for AC97 and load it at boot time.
Change-Id: Ia30487a7f3bb315f83bcba48f6ea6c4b0f3f54fa
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@digia.com>
|