summaryrefslogtreecommitdiffstats
path: root/conf/distro/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/jethro' into krogothSamuli Piippo2016-12-151-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: colibri-imx7: use opengldummy for egl and libgles2 qt5: update submodules gdb: correctly enable python for mingw sdk build mesa: make sure we get libgles3-dev package in toolchain qt5: update submodules beaglebone: start qtlauncher only after /dev/fb0 exists Update qtdeviceutilities module revision Conflicts: meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend scripts/manifest.xml Change-Id: I2f175980f16084c37c5d4032387579dab574952d
| * colibri-imx7: use opengldummy for egl and libgles2Samuli Piippo2016-12-091-0/+3
| | | | | | | | | | | | | | | | | | Use opengldummy instead mesa for the headers and libs, which are required only for building Qt and not at runtime. Change-Id: I82ff661e842375bd68dffb3db790b0309c71d14a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | rpi: remove rpi-ft5406 overlaySamuli Piippo2016-12-141-1/+0
| | | | | | | | | | | | | | | | The rpi-ft5406 touch display support is also build as a kernel module, so there is no need to build separate overlay file. Change-Id: I6c0d99d5aedad2d24e8e23723613b0a52dcb7736 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Add support for creating QBSP packageSamuli Piippo2016-11-212-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QBSP is a Qt specific Board Support Package that can be installed with the Qt SDK or MaintenanceTool and contains a system image and a toolchain. The toolchain is automatically registered to the QtCreator. The recipes used for creating the system image and the toolchain can be configured with QBSP_IMAGE_TASK and QBSP_SDK_TASK. The files wanted for the system image can be further configured with QBSP_IMAGE_CONTENT, with a list of files located in DEPLOY_DIR_IMAGE folder. By default, .img and .conf files are used from the selected image recipe. QBSP_INSTALLER_COMPONENT defines the location in the Qt installer tree where the QBSP is shown and QBSP_VERSION defines the version for the components. The QBSP is installed to path defined by QBSP_INSTALL_PATH. The regular SDK creation can now reuse the same image package .7z, so update upload script to use it instead of creating new package. Task-number: QTBUG-57018 Change-Id: Id1e7cc4ab3998a7d450f23ed603b8e676b314d63 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | Merge remote-tracking branch 'origin/jethro' into devMikko Gronoff2016-11-162-28/+42
|\| | | | | | | | | | | | | | | | | | | | | * origin/jethro: update maintainer email info Use correct license header qt5: update submodules otf-noto: update checksums qt5: update submodules Change-Id: Id586a8faa62b0eefaebfdb71b5acb2cd07c38bf2
| * Use correct license headerSamuli Piippo2016-11-152-28/+42
| | | | | | | | | | Change-Id: I46fbf67b54b193b3f033fc49836457d33eb3769c Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | tegra: update to latest vibrante pdkSamuli Piippo2016-11-143-80/+7
| | | | | | | | | | | | | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: I9b2c55f213ff3eb01969a49ad64e596692fcee31 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | rename opencv include fileSamuli Piippo2016-11-083-2/+2
| | | | | | | | | | Change-Id: I02abc2e325f06a3926b5d9c3a8396ac54d2b5de5 Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
* | colibri-vf: use DEFAULTTUNE from upstream configSamuli Piippo2016-11-041-2/+0
| | | | | | | | | | Change-Id: Ibc4514617ee07b7c86065c168fbbe087d0d8b280 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | images: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-0319-201/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | sdk: do not explicitly define Qt dependency packagesSamuli Piippo2016-11-0312-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Until now, the toolchain used by CI has been created without Qt, but with all (best guess) Qt dependencies. Now toolchain is created with Qt and we get all Qt dependencies correctly into the toolchain. As a consequence, CI will now need to build Qt, which has not been covered in CI before. The difference between embedded-sdk and embedded-qt5-sdk is that the former does not include files needed for debugging. Change-Id: Ie2be156c07e51119c0d4782494d6bcde6f34ed60 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | tibidabo: remove all filesSamuli Piippo2016-11-031-49/+0
| | | | | | | | | | | | | | | | Tibidabo does not build and is no longer supported. Change-Id: Iacd8ad7e8d8db68a9edc23540b22dabb1dbfcd0e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Risto Avila <risto.avila@qt.io>
* | Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-312-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: VKB: correctly override PACKAGECONFIG psplash: remove from image imx6: enable QT_QPA_EGLFS_FORCEVSYNC for all imx6 devices colibri-vf: use older 4.1 version of kernel to fix color issue colibri-imx7: add u-boot-nand.imx to image colibri-vf: add kernel image to rootfs dbus-session-init: fix broken init script Improve repo fetching qt5 recipes cleanup qt5: update submodules qt5: remove obsolete file 0001-Allow-a-tools-only-build.patch Conflicts: meta-raspberrypi-extras/recipes/bluez5/bluez5_%.bbappend recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bbappend recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtgraphicaleffects_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcontrols2_git.bbappend recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bbappend recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebchannel_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtwebsockets_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend scripts/manifest.xml Change-Id: I089e7d3667ac4ed150cc5c2201c2505103f548ee
| * colibri-vf: use older 4.1 version of kernel to fix color issueSamuli Piippo2016-10-271-0/+1
| | | | | | | | | | | | | | | | | | The default 4.4 kernel has a problem with colors when using fbdev. As a workaround, use the default kernel from the previous V2.5 release. Change-Id: I4ce3b867f2eecf275cdcdad56a9f0af53541f9c5 Task-number: QTBUG-55768 Reviewed-by: Risto Avila <risto.avila@qt.io>
| * colibri-imx7: add u-boot-nand.imx to imageSamuli Piippo2016-10-271-0/+3
| | | | | | | | | | | | | | U-boot update script expects to find nand version of the uboot. Change-Id: I5d1c9c55bde69efba0d9767155374ce5748225ff Reviewed-by: Risto Avila <risto.avila@qt.io>
* | Revert "tegra: update to latest vibrante pdk"Samuli Piippo2016-10-143-6/+95
| | | | | | | | | | | | | | | | | | Problems with eglfs, so revert back to previous PDK. This reverts commit 323408406d9133a5462a24fea4ec86e649088180. Change-Id: I3ee36809cb823aefdc03f8a24d052c2a76f308db Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Merge remote-tracking branch 'origin/jethro' into devSamuli Piippo2016-10-1210-16/+16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: Always append to MACHINE_EXTRA_INSTALL qt5: update submodules Enable dbus by default for neptune ui qt5: update submodules Add connman patch to disable connman with boot over nfs Update dbus-session-init to work with systemd Conflicts: conf/distro/include/am335x-evm.conf conf/distro/include/beaglebone.conf conf/distro/include/nvidia-logan.conf recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qt3d_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcharts_git.bbappend recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative-render2d_git.bbappend recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtimageformats_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols2_git.bbappend recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsvg_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend recipes-qt/qt5/qtxmlpatterns_git.bbappend Change-Id: Ia73290b54a213a9670baab11e14522956e7bfec0
| * Always append to MACHINE_EXTRA_INSTALLSamuli Piippo2016-10-1113-22/+22
| | | | | | | | | | | | | | | | | | Packages are added to MACHINE_EXTRA_INSTALL in multiple places, make sure we always append. This adds back the missing gst plugins to nitrogen6x. Change-Id: I7c424b37d84b0125b74774fd308926e53e031590 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | tegra: update to latest vibrante pdkSamuli Piippo2016-10-063-95/+6
| | | | | | | | | | | | | | | | | | [RC 2.5] 25.11.01 Vibrante 4.0 Linux Drive CX2 - PDK Drop support for nvidia-logan Change-Id: Ic8c76313704c3e666050284f02cb1a40237366e5 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | renesas: update recipes to work with krogothSamuli Piippo2016-10-061-0/+1
| | | | | | | | | | | | | | | | | | Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: I52492cff70228bee477b1e5b287af66138564dd1 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
* | tegra: update recipes to work with krogothSamuli Piippo2016-10-062-1/+4
| | | | | | | | | | | | | | | | | | Extra patch needed for linux libc headers to get systemd to build. ../git/src/basic/btrfs-util.c:1122:23: error: 'BTRFS_IOC_QUOTA_RESCAN_WAIT' undeclared (first use in this function) Change-Id: Ic4706679cef9b9eef7a333c7a7c3985104be6012 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | beaglebone: use beagleboard.org kernelSamuli Piippo2016-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | 4.4 linux kernel that supports both cape manager and SGX. Device Tree Overlays are taken from beagleboard.org as well. Overlays require a patched dtc, which are taken from https://github.com/pantoniou/dtc. Default kernel config is taken from RobertCNelson/bb-kernel patch repo. Task-number: QTBUG-52762 Change-Id: I4b75095bca6263bf2a6e3308ced4ba36b0ae28cd Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | nitrogen6x: extra dtbs are already defined in meta-fsl-arm-extraSamuli Piippo2016-09-231-2/+0
| | | | | | | | | | Change-Id: I52e88678ac2726b4443ac8738574cdcbe7774e1b Reviewed-by: Risto Avila <risto.avila@qt.io>
* | Merge remote-tracking branch 'origin/jethro' into mergeSamuli Piippo2016-09-227-25/+57
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/jethro: Rename last references to b2qt-utils Rename b2qt-utils to qtdeviceutilities toradex: apply u-boot and flashing script changes to colibri-imx7 nitrogen6x: add Nitrogen6QP_MAX and SOMv2 support qt5: update submodules toradex: use latest u-boot and flashing scripts kontron: update to SMARC-sAMX6i BSP release v2.0, RC2 Use code.qt.io with git protocol instead of codereview Use new repo url for utils and appcontroller kontron: patch kernel to support newer vivante drivers Fetch only external repos for repo mirror qt5: update submodules Add rsync to image Fix raspberry3 build error in perl deployment rcar-gen2: USB fixups ostree: Added dependency for systemd qtquickcompiler: update revision qtquickcompiler: update revision Fix typo in RPi overlay config Update meta layers Conflicts: conf/distro/include/toradex.inc meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_blk.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/mx6/flash_mmc.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_blk.scr meta-fsl-extras/recipes/u-boot/u-boot-script-toradex/vf/flash_mmc.scr meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Update-default-args-for-apalis-imx6.patch meta-fsl-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend recipes/ostree/ostree.bb recipes/samba/samba_4.1.12.bbappend scripts/manifest_jethro.xml Change-Id: I6b6ec105394f03fb57d8f922e358fef51de1e848
| * toradex: apply u-boot and flashing script changes to colibri-imx7Samuli Piippo2016-09-221-6/+0
| | | | | | | | | | | | | | | | | | Add required changes to colibri-imx7 configs after the u-boot and flashing script change was merged from fido branch. Change-Id: Id01d311490f1b7a62994f914852a820a10ad7ddc Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * nitrogen6x: add Nitrogen6QP_MAX and SOMv2 supportSamuli Piippo2016-09-221-1/+5
| | | | | | | | | | | | | | | | | | | | BoundaryDevices' kernel has support for these boards, but their machine config has not enabled them until in krogoth branch. Change-Id: I31d93e2f3136ed647d673d29f64c20d7bb47af49 Task-number: QTBUG-56112 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * Merge remote-tracking branch 'origin/fido' into jethroSamuli Piippo2016-09-214-18/+18
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: qt5: update submodules toradex: use latest u-boot and flashing scripts kontron: update to SMARC-sAMX6i BSP release v2.0, RC2 Use code.qt.io with git protocol instead of codereview Use new repo url for utils and appcontroller qt5: update submodules qtquickcompiler: update revision qtquickcompiler: update revision Fix typo in RPi overlay config Update meta layers Conflicts: conf/distro/include/colibri-imx6.conf conf/distro/include/raspberrypi2.conf conf/distro/include/toradex.inc meta-toradex-extras/recipes/u-boot/u-boot-toradex/0001-Update-default-args-for-apalis-imx6.patch meta-toradex-extras/recipes/u-boot/u-boot-toradex/0001-colibri-imx6-enable-sdboot-by-default.patch meta-toradex-extras/recipes/u-boot/u-boot-toradex_2015.04.bbappend meta-toradex-extras/recipes/u-boot/u-boot-toradex_git.bbappend recipes-qt/b2qt-addons/b2qt-appcontroller.bb recipes-qt/b2qt-addons/b2qt-utils.bb recipes-qt/qt5/nativesdk-qtbase_git.bbappend recipes-qt/qt5/qtbase-native_git.bbappend recipes-qt/qt5/qtbase_git.bbappend recipes-qt/qt5/qtcanvas3d_git.bbappend recipes-qt/qt5/qtcharts_git.bb recipes-qt/qt5/qtconnectivity_git.bbappend recipes-qt/qt5/qtdeclarative-render2d_git.bb recipes-qt/qt5/qtdeclarative_git.bbappend recipes-qt/qt5/qtlocation_git.bbappend recipes-qt/qt5/qtmultimedia_git.bbappend recipes-qt/qt5/qtquickcompiler_git.bb recipes-qt/qt5/qtquickcontrols_git.bbappend recipes-qt/qt5/qtsensors_git.bbappend recipes-qt/qt5/qtserialbus_git.bb recipes-qt/qt5/qtserialport_git.bbappend recipes-qt/qt5/qttools_git.bbappend recipes-qt/qt5/qttranslations_git.bbappend recipes-qt/qt5/qtvirtualkeyboard_git.bbappend recipes-qt/qt5/qtwayland-native_git.bbappend recipes-qt/qt5/qtwayland_git.bbappend recipes-qt/qt5/qtwebengine_git.bbappend scripts/manifest.xml Change-Id: I621a82a6deeeb2b74c8179c2f46b4fa42968b636
| | * toradex: use latest u-boot and flashing scriptsSamuli Piippo2016-09-194-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script sources are from meta-toradex-demos layer, but they are patched to update only u-boot part. The u-boot from V2.6 release is the latest that toradex uses in their boards and uses the changed u-boot location. Change-Id: I86345f692961ed906af4d9f251de28eb551d9cbf Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| | * Fix typo in RPi overlay configSamuli Piippo2016-08-231-1/+1
| | | | | | | | | | | | | | | | | | Change-Id: Ifa7f7625817c9e635f0a40576963ce758ff0569a Task-number: QTBUG-52520 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
| * | rcar-gen2: USB fixupsLouai Al-Khanji2016-08-301-0/+6
| | | | | | | | | | | | | | | | | | | | | Autoload USB modules for adb bridge and touch screens. Change-Id: I1370f87b25e1c0660ffc8fb6fd0aa6d0a1cf0658 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | RPI: remove duplicate dtb from configsSamuli Piippo2016-09-121-2/+0
| | | | | | | | | | | | | | | | | | | | | Fix rootfs generation with dtb listed twice in KERNEL_DEVICETREE Change-Id: I50f84fbb1769e0ec21437a1db6f9eced9de1630c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | TI: Use latest versions of u-boot and kernelSamuli Piippo2016-09-123-35/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove use of meta-beagleboard and use recipes provided in meta-ti instead. Beaglebone will not work fully with the linux-ti-staging, follow up commit will fix that. U-boot changes need to be ported to newer version if still required. Change-Id: I3e06b6e310c0d40b9b4b33276802e4817cee0295 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | toradex: stop using meta-toradexSamuli Piippo2016-09-125-68/+0
| | | | | | | | | | | | | | | | | | | | | All needed toradex recipes are now in meta-fsl-arm-extra Change-Id: I3eedacd83845087d2369cf4d4b6df2a030d6d283 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | BBMASK syntax was changedSamuli Piippo2016-09-128-49/+72
| | | | | | | | | | | | | | | Change-Id: I4358b47a26684d16ba2089a3866f3fbfffc53e6f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | | Support for Raspberry Pi ZeroTuomas Heimonen2016-08-301-0/+37
|/ / | | | | | | | | Change-Id: I925c77a4d1682fd1eefb6046efe05789f317a63c Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Add u-boot script for iMX7Andy Nichols2016-07-141-1/+6
| | | | | | | | | | Change-Id: I346827d2efd4416e625470fff9f13cda2eb93078 Reviewed-by: Risto Avila <risto.avila@qt.io>
* | Fix colibri-vf buildRisto Avila2016-07-141-1/+2
| | | | | | | | | | Change-Id: Icfd5aaf7a0813aa760baf34ba6451bf16caaa145 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | Add support for Toradex Colibri-iMX7Andy Nichols2016-07-132-1/+38
| | | | | | | | | | Change-Id: I01b25ca05cff51671f3088b2aa64a02e56028ce9 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | rename rest of meta-b2qt references to meta-boot2qtSamuli Piippo2016-06-081-1/+1
| | | | | | | | | | Change-Id: Ia2b28f80f87ed68afea39ed7a195c910acd0e654 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* | Refactor i.MX6 configurationsLouai Al-Khanji2016-06-029-101/+97
| | | | | | | | | | Change-Id: I6b86b5b6084377bcca4bbc7cd1e01e772683084e Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Update license headersSamuli Piippo2016-05-1830-210/+450
| | | | | | | | | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* | renesas: build sdcard imageSamuli Piippo2016-05-121-1/+3
| | | | | | | | | | | | | | | | | | Use sdcard image class from meta-fsl-arm Task-number: QTAUTO-169 Change-Id: Ie50f49bb377ff5e0887f96a098c7d939c45b10b2 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Louai Al-Khanji <louai.al-khanji@qt.io>
* | renesas: use playground repo for renasas sourcesSamuli Piippo2016-05-111-0/+3
| | | | | | | | | | | | | | | | Files needed from R-Car_Series_Evaluation_Software_Packages are pushed to playground repo in order for CI to access them. Change-Id: I648935bcaa6120261caccefb0f99e6056b098452 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* | Add Support for Renesas R-Car Gen2 DevicesLouai Al-Khanji2016-05-108-0/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have only personally tested the porter build as it's the only device I have, but getting the others to work as well should be straight forward. Please see the note in conf/distro/include/rcar-gen2.inc about the binary drivers. The documentation we ship with Qt Creator should expand on how to install the drivers. Additionally we must check with Renesas how we could redistribute prebuilt images if we want to do that. Change-Id: I82e03aad9b43bee068aaa0472aeac4d394f049a8 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | Merge "Merge remote-tracking branch 'origin/fido' into dev" into ↵Samuli Piippo2016-05-091-0/+1
|\ \ | | | | | | | | | refs/staging/dev
| * | Merge remote-tracking branch 'origin/fido' into devSamuli Piippo2016-05-041-0/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/fido: automotive: update src uris after repos were opened colibri-vf: change partition alignment to 1M Make ABI selection more robust in configure-qtcreator.sh Conflicts: recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb Change-Id: I86763619f24b40e9ac62a8c1ae84acf4ffeb4be7
| | * colibri-vf: change partition alignment to 1MSamuli Piippo2016-04-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Toradex eboot, used in some of the toradex modules, does not work with FAT partition that starts from the default 4M alignment. This prevents flashing u-boot from our image. Change-Id: Ice28be02090305d0c02206296c23a0c2fe54641c Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* | | Fix to NVidia's tegra configurations.Teemu Holappa2016-05-053-20/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed both nvidia-logan and tegra-t18x to use the same metalayer from the Vibrante 4.0 SDK. Kernel sources and libraries are stored into the internal CI repository. These definitions can be overridden by SDK folder using following environment variables: export KERN_DIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux_src/kernel export PLATFORM_TOPDIR=~/Vibrante4.0_RC1/vibrante-t186ref-linux export TOOLCHAIN_PATH=~/Vibrante4.0_RC1/toolchains/tegra-4.9-nv export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOOLCHAIN_PATH KERN_DIR PLATFORM_TOPDIR" Change-Id: If58a0fcbe01daa9a55dd041b79a9d80a90fde284 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | | Add support for NXP SABRE iMX7DAndy Nichols2016-05-051-0/+50
|/ / | | | | | | | | Change-Id: Ifef4dc7a1aad2829f2c6978d02efc3b0a7f8720a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* | BBB: enable kernel to build with gcc5Samuli Piippo2016-04-181-1/+1
| | | | | | | | | | Change-Id: Iee04165267b5aa8e0056abb1b8210eb1789ba669 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>