| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
Change-Id: I1479b6337a07542ae536e9df97e77921745b7c2e
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
meta-intel no longer has specific BSPs for each machine, but they
share a common BSP based on the architecture.
Change-Id: Ibbb7b8b2153103367168ea37d904ce23bc245108
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/fido:
qt5: 5.6.0 branches were removed, using 5.6 instead
Conflicts:
recipes-qt/qt5/qtconnectivity_git.bbappend
Change-Id: I040f0e26941aca43eabebda65b177bf533bef0d6
|
| |
| |
| |
| |
| | |
Change-Id: Ia0fd4493c4b87aa3bc48633ceca81fbc2f46ad7a
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Steps to use this:
Set up vibrante installation, mine looks like this:
$ ls -l ~/VibranteSDK
total 234880
drwxrwxr-x 1 louai louai 298 Mar 20 2014 eclipse
-r-xr-xr-x 1 louai louai 171826846 Jan 4 09:59 NVIDIA_Tegra_Graphics_Debugger_2.1_linux-v4l_l4t-egl.run
-r--r--r-- 1 louai louai 68688729 Jan 4 09:59 NVIDIA_Tegra_System_Profiler_2.5-linux-x64.tar.gz
drwxr-xr-x 1 louai louai 262 Jan 5 14:50 toolchains
drwxrwxr-x 1 louai louai 34 Jan 5 13:55 vibrante-oss-src
drwxr-xr-x 1 louai louai 12 Jan 4 09:47 vibrante-t186ref-cuda
drwxrwxr-x 1 louai louai 264 Feb 10 10:50 vibrante-t186ref-foundation
drwxr-xr-x 1 louai louai 164 Jan 5 14:49 vibrante-t186ref-foundation_src
drwxrwxr-x 1 louai louai 228 Jan 5 13:56 vibrante-t186ref-linux
drwxr-xr-x 1 louai louai 314 Feb 10 10:58 vibrante-t186ref-linux_sr
Set up Yocto build dir:
$ mkdir ~/work
$ cd ~/work
$ ~/tqtc-b2qt/yocto-meta/b2qt-init-build-env init --device tegra-t18x
Add NVIDIA's Yocto things:
$ mkdir ~/work/sources/nvidia-layer
$ cd ~/work/sources/nvidia-layer
$ tar xf ~/VibranteSDK/vibrante-t186ref-linux_src/yocto/nvidia-layer.tgz
$ cd -
Set up build environment:
$ export MACHINE=tegra-t18x
$ . setup-environment.sh
Set the following environment variables:
$ export KERN_DIR=~/VibranteSDK/vibrante-t186ref-linux_src/kernel
$ export PLATFORM_TOPDIR=~/VibranteSDK/vibrante-t186ref-linux
$ export TOOLCHAIN_PATH=~/VibranteSDK/toolchains/tegra-4.9-nv
$ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE TOOLCHAIN_PATH KERN_DIR PLATFORM_TOPDIR"
Add NVLAYER_DIR to local.conf:
$ echo 'NVLAYER_DIR = "${TOPDIR}/../sources/nvidia-layer"' >> conf/local.conf
Build your image:
$ bitbake b2qt-embedded-qt5-image
Flash your board:
$ cd $PLATFORM_TOPDIR
$ mv targetfs targetfs-old
$ cd targetfs && tar xf /path/to/rootfs.tar.bz2
$ cd ../../vibrante-t186ref-foundation/utils/scripts/bootburn
$ ./bootburn.sh -b p2382-t186
Change-Id: I4209cd0c19a007c4457460fd67342fc579c2a735
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/fido: (36 commits)
qt5: update submodules
b2qt-demos: update revision
b2qt-appcontroller: update revision
qt5: move mingw32 specific parts from meta-qt5
qt5: Use latest version of meta-qt5
b2qt-demos: update to new revision
ostree: Mount boot partition from user space
ostree: Do not use grub2-mkconfig.
RPi2: add support for touch display
Disable ethernet over usb on beaglebone.
qtwayland: update SRCREV
Move default sstate-cache dir from build dir
Use distro specific sstate cache
qtquickcompiler: add support for BYOS builds
qtcharts: update revision
qt5: update submodules
democompositor: use correct path the SDK sources
b2qt-demos: update SRCREV
Add git SHA1 to b2qt addon package versions
b2qt-utils: update SRCREV
...
Conflicts:
recipes-qt/qt5/qtconnectivity_git.bbappend
Change-Id: I1c090c8f87e43664971e0381b93ccad5e4e48175
|
| |
| |
| |
| |
| | |
Change-Id: Ia2b7f41e028ac751aebb89ba11dd250c4dcaba80
Reviewed-by: Tuomas Heimonen <tuomas.heimonen@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: Id380844d530ef599f78591a282474aa66d3dec69
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: Ib7a45a830d744cc07520548e30b6c0793a738f5e
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| | |
Contains fix for client crash on imx6 devices
Change-Id: Ic6139426958ac0ab8710bab4e785d91fe80b0b4c
Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: I98842aca6fc7e058260fc855ef09efbe004eafef
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When qtbase is configured with xkbcommon-evdev (usually without X),
make sure xkeyboard-config is installed to provide keymap database.
Task-nunmber: QTEE-1073
Change-Id: Ie3e402435d35b82de3755f491d88a3834af8f026
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
meta-qt5 was updated and several patches were merged, remove unneeded
changes from bbappends.
Change-Id: Ia98eb0160d04eb469f8bc87394caa3da65c2f41a
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
| |
| |
| |
| |
| | |
Change-Id: I8b4fa11e660315780e7b8820a917867979f280c4
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|/
|
|
|
| |
Change-Id: Ie11cb3e92c5dbb27ca1b4b9e763c43891ade3a36
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I9bc368a5ef18e748391f91f578df903b7dbf6521
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Id33d4653bf001ced5759f24666fb5ff30c40abe0
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iaa3437588906c1e60ded7d6e0c981a58f01a305f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I6d781e890e05cf3062015784cee5d2d10b9094c6
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Added kms plugin to nvidia-logal configuration. Updated meta-tegra layer.
In updated meta-tegra layer there is added pkg-config file for nvidia drm library to pass the KMS config tests.
Changed virtual/mesa dependency to drm into qtbase receipt until it gets upstreamed.
Change-Id: I1aa999865166c3a2831579c83610ac2b862b9359
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I0f6a4ad478ff786940d9f680d3fd546af950082d
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I9692be2720f801af9c543796e78615cf3c185177
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
| |
Change-Id: Id959f79d2747587318752a07cde283913ce3effa
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Change the host paths during SDK build to qmake build-in variables,
so that we don't need to patch anything during SDK installation.
Change-Id: I9273d85f10da5aa1897f35f1866abb4d80a625fd
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I136d9cae2ae5a8366dce1b7c3d10dad3f623f5d3
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I352706d779dfad0afa59fee71b29fbc9cf128aa6
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using openssl-linked configure has side effect that gdb catches the SIGILL
signal, which openssl uses internally on ARM, every time when starting
debugging any Qt application. This is annoying and somewhat confusing
behavior even with QtCreator.
Using the default openssl configure argument prevents this, while using
the 4th argument for PACKAGECONFIG keeps the runtime dependency to libssl
correctly in place.
Change-Id: I3eb33ffc08980565930169710ed81de5fd4e0aa8
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ib83cba5083b5cc42263c31deecd684c1059aa966
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I2dcc3588c6676946cfa3d7344c10be6378e780c0
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
The configuration has dependency to the interal repositories (meta-tegra and jetson-tk1-pro).
Change-Id: I5e13377cf8cfbe4fad3f19215a292b49195f1546
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I0ae23af4fb9f7165b15bb2b70f88e6b1aef7a825
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
Add previously missed bbappend for qtbase-native
Change-Id: I943e6cd2f0e5a5084273ae27de7430f800a70a37
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Disable texture_rg on imx6 based devices. Yocto image 1.8 has driver,
which reports opengl es 3.0 support, however texture_rg does not work
properly.
Change-Id: Iaeadbfb16bacd3d78d9c660fa02e761e1781b4f3
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Use WIP branch of Qt Wayland for the B2Qt image, while the automotive
image will still the official version from 5.6 branch. This is done by
temporarily using a 'b2qt-auto' distro that differs only by the version
of qtwayland module.
Change-Id: I9bb377bfd6b92241eea2848b3b88249763e3f347
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
|
|
|
|
|
|
|
| |
Also fix the license files for the latest revision of qtsystems.
Change-Id: Ib880cb651006bdc734546786f469dc6bfa5c0530
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Ie8b2859c11ecaa1461385d2a23b75ac15d958955
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: If59f0b5ba58aa9d25c4b397a374e7854457d5871
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I88c3fbba80edab15aa407452b15cb6b971173a9c
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Move to latest revision of meta-qt5 that pulls in Qt 5.6.
- Qt Quick Compiler needs follow 5.6 branch.
- Disable compilation of qgltf host toool from Qt3D, that does not
compile with GCC 4.9.1
Change-Id: Idf0437cff1debf6db558959b357dae3279466163
Reviewed-by: Gatis Paeglis <gatis.paeglis@theqtcompany.com>
|
|\
| |
| |
| | |
refs/staging/dev
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* origin/dizzy:
VKB: use correct SHA1 for v1.3.1
qt5: add qt addons dev packages to the toolchain
qtquickcompiler: add dev packages to toolchain
Go back to branch 5.5 in b2qt-demos build
qt5: use jethro branch for meta-qt5
qt5: oe-device-extra.pri is now supported in upstream
Change-Id: Ib369f45fe6644d4e44e24e7850c3dfe7431d31f4
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use of oe-device-extra.pri was merged upstream, so remove unneeded
parts for our layer.
Change-Id: I40ffeadc80780d49ba777e7cfd24fc2048d3a418
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|/ /
| |
| |
| |
| | |
Change-Id: I5013bb78d9e0140b52b29d9789f97b0f0037eb48
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/dizzy:
Patch and update ostree
Build nativesdk-ostree
gstreamer: fix audio volume plugin
Revert "toradex: move to V2.4 branch"
Add ostree, dracut and libgsystem recipes.
otf-noto: update url and add correct license
qt5: add workaround for gcc's internal compiler error
Use 5.5.1 branch for meta-qt5
qt5: use the new base bbclass to get qt.conf generated
qt5-addons: update source revisions
b2qt-addons: update source revisions
Fix font file access rights
Change-Id: Iea75ad7f958e2ae72e6d40ff35dd8b669d4730ce
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Crosscompilation of qdoc causes gcc internal compiler error on
some platforms. Removing the c++11 option from the compilation
prevents this.
Change-Id: I0ad5832859f8c79dba401ecc1d9026559a1ec324
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|/
|
|
|
| |
Change-Id: I5cd1794de7101bbea1c0f9a293458b35eec3e88d
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
| |
Gerrit Sanity Bot does not like tabs, so remove them from recipes.
Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2
Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GStreamer version can now be changed using a DISTRO_FEATURE:
'gstreamer010' for GStreamer 0.10 and 'gstreamer' for GStreamer 1.0
This can also be used to remove all gstreamer packages from image
and toolchain.
Default version is still the old 0.10
Change-Id: I54b19962ccd0dfd2f71bb44e231bf5af43ccfab9
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes required to support Qt 5.5.
- eglfs hooks are now plugins
- disable Qt .bbappends from meta-fsl-extra
- include qt3d and qtcanvas3d to image
- remove QtQuickEnterpriseControls
- use Qt Quick Compiler 3.0
- update Qt VKB sha1
- use 5.5 branch from meta-qt5 (playground repo)
Change-Id: I6fe830ee1edf6937c40ddedba06fdf1694f9dacc
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|