| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The dot-local addresses cause problems with mDNS lookups, replace
all with *.intra.qt.io aliases that are now available.
Task-number: QTBUG-60153
Change-Id: Icbcae2f473600342f3cc09e0d1c3d8fa58bc7494
(cherry picked from commit 8556798b4ec9e703deb398c09d88e68c2af4cd54)
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sure the we use QtQuickCompiler only when we either have access
to the sources (internal gerrit repo) or the prebuilt binaries are available.
The internal-build class checks if we are working within The Qt Company network,
so we will also have access to the sources. Setting ENABLE_QTQUICKCOMPILER env
to "1" in local.conf has the same effect. Otherwise check if the prebuilt
binaries are available as installed by the Qt Online SDK.
Change-Id: I63b09ebabc96bb14b119ea7472a3fa7b10e5c2a8
Task-number: QTBUG-53052
Task-number: QTBUG-53216
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
meta-qt5 now depends on remove-libtool that is available
only in oe/jetro, so backport it our layer.
Change-Id: I5989ddb25ddecb6c749292d4e3fec63d0f61368f
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
| |
Map current TARGET_ARCH to the ABI used by qtcreator. Currently mapping
was done by kernel-arch.bbclass and it worked by accident, but it's now
broken in jethro.
Change-Id: I15c5b60a1bc1dd560685fedac9b61048a1e89266
Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Use bbclass to test if the internal sstate and download mirror
server is available before enabling them.
Change-Id: Ie927bdfca486232e3d3a55009139a9c27ff98aad
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
No need to add --sysroot to QMAKE flags in qdevice.pri,
since qconfig.pri does it already.
Change-Id: I8a90249e466f8385fb121d69721e118a32b80999
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Qt Quick Compiler sources codes are not released for customers, so they
cannot build it for themselves. Instead copy qtquickcompiler binary from
the SDK where we have both linux and mingw binaries available.
Change-Id: I697885365d98df394164a15e2517c7c473ac91e5
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Idb8548b8f375e56b03b87de000269dd9fd43cb55
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds a new image class 'image_dd', by default
it has an empty boot partition. image_dd_efi extends this
class to support Intel NUC board. The layout of a generated
image is a prerequisite for OSTree integarion.
Image generated by 'hddimg' produces rootfs.img (ext3
filesystem file) and then "live" boots it from initramfs
by mounting rootfs.img via loop device. For OTA integration
we need to access contents of rootfs.img already from
boot loader.
The custom 'image_nuc_efi' layout allow for fully atomic
updates on EFI based system, by keeping GRUB-EFI binary
on a dedicated EFI system partition (ESP). OSTree currently
is not fully atomic on EFI systems, but with this setup
we use GRUB-BIOS code path in OSTree, which is atomic.
After EFI firmware has loaded the GRUB-EFI binary, everything
else is done on rootfs parition.
One limitation from the above scenario is that you would
need to update /EFI/BOOT/bootx64.efi (GRUB-EFI) binary
manually. Not sure how common it is to update a boot loader
binary on a deployed system, but its not impossible.
Change-Id: Ibf2840aecd548000372131c4ded5cffa11ff1b0f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I0a7b95ac2940e4a29112e70c7b29870eb6a6be39
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
|
|
|
|
|
| |
When Qt include path is set to /usr/include, host_build will
incorrectly include other system headers from the sysroot.
To correct this, move Qt include path to /usr/include/qt5, by
overriding qmake5_paths.bbclass in our layer. The bblayer order
needs to be changed for the correct bbclass to be used.
Change-Id: Ie01371662ea0f4718275708a88fb5d301c62fdf7
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
ABI and default CONFIG file are set during build, so the script
can be called from installed toolchain without any arguments.
Change-Id: I533d79864133822f0ea86a39b8c9549280db4c38
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
| |
Reduces the package size signifivcantly.
Change-Id: I127a37466fa4d5f4cd1e123fbb9b3b4e7bb56ca6
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
| |
Change-Id: I6d00c21fa04e77db60c7c48ad6ba10eacad00b42
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: Idb7af9308e702b4ef5f26e6423cfa270f8c036e5
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
|
|
|
|
|
|
| |
Change-Id: I23cc54e51b7d10db0fd64d6676bd86cdf029beda
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Use the sdcard bbclass from meta-fsl-arm to build binary image
for TI hardware. Append all other image creation functions to
create the .img symlink.
Change-Id: I1bb0b5ea893789831d6fae27ece93ce238bfcb49
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: If6fa08858c0ab19e92c45623f7dcdcf3d8985c1a
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
|
|
|
| |
Upstream does not yet have the qt5-module.bbclass, until the change
gets merged, add our own bbclass.
Change-Id: Iea906d38a23024467a769210667fc32f4375419f
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
|
|
|
|
|
| |
Change-Id: I70c8b9d41c3c67b83cf2b4200803c9d71ce93d52
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>
|
|
|
|
|
|
|
|
|
| |
QtQuickCompiler sources are not distributed, so for BYOS builds
we need to disable. For now, only print note that it's not supported.
Next step is to try to use the precompiled version from SDK.
Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
When QT_SDK_PATH has been set, use sources for all enterprise addons
from the SDK installation path. This allows customers to build enterprise
only addos and b2qt addons without access to qt-gerrit.
Change-Id: I66ad8a2ff81628333ba7dd6042659c3fa220be8c
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
|
|
|
|
|
|
|
|
|
| |
Build Qt Quick Compiler and use it for VKB and QtCharts.
Use BBCLASSEXTEND to build all 3 version (target, native
and nativesdk) of Qt Quick Compiler.
Change-Id: I611fe7762b8d9124b146b7fe976f09130d5912fa
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* origin/stable:
toolchain: include base-files
Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure
Install fonts with help of Yocto recipes
bbb: remove preferred version for SGX
Update Qt logo
Remove u-boot-fw-utils
Change copyright notice
Conflicts:
b2qt-init-build-env
conf/distro/include/beaglebone.conf
recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb
Change-Id: I5b22412d0530e70057f705da34247803498ddde3
|
| |
| |
| |
| |
| |
| |
| | |
URL points to qt.io
Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f
Reviewed-by: Kalle Viironen <kalle.viironen@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>
|
|/
|
|
|
| |
Change-Id: Ibf940d835ab9b2edf54da818811e1aa23172e3b5
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
|
|
|
| |
Change-Id: Iece54b106059bfba07adfbd84a1ae76b9104b43f
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: Ic3045b02350916c686cb1b011550c299ca082f06
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|
|
|
|
|
|
|
|
|
| |
- kernel 3.10
- LLVM 3.3
- mesa 9.1.6
Change-Id: Ib15c6826ab480e39e4efb7a16d42030b55ad6c3b
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>
|
|
|
|
|
| |
Change-Id: I881e4423d22e70ddd658d29b554c62c1fa4924fb
Reviewed-by: Rainer Keller <rainer.keller@digia.com>
|
|
|
|
|
|
|
|
| |
- build for x86, similar to qemu
- use direct disk image type for virtualbox
Change-Id: I4fa29d3efc9c3f0e1dd1cede405bb2efa9cff133
Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
|
|
Create also sdcard images that can be easily dd'ed to memory card.
Image type created for imx6 works also in beagleboard when
first partition is marked as bootable.
Change-Id: I45323de442187c67867be31f80f1cdef43a12a9e
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
|