diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-10 17:01:55 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-10 17:01:55 +0300 |
commit | c38d1b6eecfa0e209a0c1fa93319bf4aeb6e3759 (patch) | |
tree | 14aa05d27ee4012a8c6b62e847792f9b31d6db52 /meta-boot2qt-distro | |
parent | a0d9fb33f8475336fbdebdbab803f43c7b9107d4 (diff) | |
parent | 014389ed5af9c5870efbbcd2c03f9641f65cda99 (diff) | |
download | meta-boot2qt-c38d1b6eecfa0e209a0c1fa93319bf4aeb6e3759.tar.gz |
Merge remote-tracking branch 'origin/pyro' into sumo
* origin/pyro: (29 commits)
meta-qt5: update layer
qt5: Enable Link Time Optimization
toradex: add Qt marketing slides
toradex: add support for colibri-imx6ull
rpi: include mcp2515 overlay for CAN support
qtdeviceutilities: update to latest version
boot2qt-demos: update revision
boot2qt-addons: update components
meta-qt5: update layer
boot2qt-launcher: update to latest version
qtdeviceutilities: update to latest version
Do not use Link Time Optimization
boot2qt-demo: update demo videos
qtquicktimeline: fetch from public repository
boot2qt-demos: no need to patch demos anymore
Don't use git folder to check if we are using SDK sources
toradex: include easy installer file in the release 7z
toradex: Add Boot2Qt material to the Tezi image
meta-qt5: update layer
qt5: update submodules
...
Change-Id: I23e9b0a018328d7be1441616c07c526e2db61be2
Diffstat (limited to 'meta-boot2qt-distro')
31 files changed, 73 insertions, 176 deletions
diff --git a/meta-boot2qt-distro/conf/bblayers.conf.ti.sample b/meta-boot2qt-distro/conf/bblayers.conf.ti.sample deleted file mode 100644 index 47260a4..0000000 --- a/meta-boot2qt-distro/conf/bblayers.conf.ti.sample +++ /dev/null | |||
@@ -1,53 +0,0 @@ | |||
1 | ############################################################################ | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: https://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:GPL$ | ||
9 | ## Commercial License Usage | ||
10 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
11 | ## accordance with the commercial license agreement provided with the | ||
12 | ## Software or, alternatively, in accordance with the terms contained in | ||
13 | ## a written agreement between you and The Qt Company. For licensing terms | ||
14 | ## and conditions see https://www.qt.io/terms-conditions. For further | ||
15 | ## information use the contact form at https://www.qt.io/contact-us. | ||
16 | ## | ||
17 | ## GNU General Public License Usage | ||
18 | ## Alternatively, this file may be used under the terms of the GNU | ||
19 | ## General Public License version 3 or (at your option) any later version | ||
20 | ## approved by the KDE Free Qt Foundation. The licenses are as published by | ||
21 | ## the Free Software Foundation and appearing in the file LICENSE.GPL3 | ||
22 | ## included in the packaging of this file. Please review the following | ||
23 | ## information to ensure the GNU General Public License requirements will | ||
24 | ## be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
25 | ## | ||
26 | ## $QT_END_LICENSE$ | ||
27 | ## | ||
28 | ############################################################################ | ||
29 | |||
30 | # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
31 | # changes incompatibly | ||
32 | POKY_BBLAYERS_CONF_VERSION = "2" | ||
33 | |||
34 | BBPATH = "${TOPDIR}" | ||
35 | BBFILES ?= "" | ||
36 | BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" | ||
37 | |||
38 | BBLAYERS ?= " \ | ||
39 | ${BSPDIR}/sources/poky/meta \ | ||
40 | ${BSPDIR}/sources/poky/meta-poky \ | ||
41 | ${BSPDIR}/sources/meta-ti \ | ||
42 | ${BSPDIR}/sources/meta-freescale \ | ||
43 | ${BSPDIR}/sources/meta-openembedded/meta-oe \ | ||
44 | ${BSPDIR}/sources/meta-openembedded/meta-python \ | ||
45 | ${BSPDIR}/sources/meta-openembedded/meta-networking \ | ||
46 | ${BSPDIR}/sources/meta-openembedded/meta-initramfs \ | ||
47 | ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ | ||
48 | ${BSPDIR}/sources/meta-boot2qt/meta-boot2qt \ | ||
49 | ${BSPDIR}/sources/meta-boot2qt/meta-boot2qt-distro \ | ||
50 | ${BSPDIR}/sources/meta-boot2qt/meta-ti-extras \ | ||
51 | ${BSPDIR}/sources/meta-mingw \ | ||
52 | ${BSPDIR}/sources/meta-qt5 \ | ||
53 | " | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/am335x-evm.conf b/meta-boot2qt-distro/conf/distro/include/am335x-evm.conf deleted file mode 100644 index 4ec3e4d..0000000 --- a/meta-boot2qt-distro/conf/distro/include/am335x-evm.conf +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | ############################################################################ | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: https://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:GPL$ | ||
9 | ## Commercial License Usage | ||
10 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
11 | ## accordance with the commercial license agreement provided with the | ||
12 | ## Software or, alternatively, in accordance with the terms contained in | ||
13 | ## a written agreement between you and The Qt Company. For licensing terms | ||
14 | ## and conditions see https://www.qt.io/terms-conditions. For further | ||
15 | ## information use the contact form at https://www.qt.io/contact-us. | ||
16 | ## | ||
17 | ## GNU General Public License Usage | ||
18 | ## Alternatively, this file may be used under the terms of the GNU | ||
19 | ## General Public License version 3 or (at your option) any later version | ||
20 | ## approved by the KDE Free Qt Foundation. The licenses are as published by | ||
21 | ## the Free Software Foundation and appearing in the file LICENSE.GPL3 | ||
22 | ## included in the packaging of this file. Please review the following | ||
23 | ## information to ensure the GNU General Public License requirements will | ||
24 | ## be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
25 | ## | ||
26 | ## $QT_END_LICENSE$ | ||
27 | ## | ||
28 | ############################################################################ | ||
29 | |||
30 | include conf/distro/include/ti.inc | ||
31 | |||
32 | DEPLOY_CONF_NAME = "Sitara AM335x Starter Kit" | ||
33 | |||
34 | DISTRO_FEATURES_remove = "webengine" | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/apalis-imx6.conf b/meta-boot2qt-distro/conf/distro/include/apalis-imx6.conf index bdb57d8..0d3fd29 100644 --- a/meta-boot2qt-distro/conf/distro/include/apalis-imx6.conf +++ b/meta-boot2qt-distro/conf/distro/include/apalis-imx6.conf | |||
@@ -33,6 +33,10 @@ DEPLOY_CONF_NAME = "Toradex Apalis iMX6" | |||
33 | 33 | ||
34 | IMAGE_FSTYPES += "teziimg" | 34 | IMAGE_FSTYPES += "teziimg" |
35 | 35 | ||
36 | QBSP_IMAGE_CONTENT += "\ | ||
37 | ${IMAGE_LINK_NAME}.tezi.tar \ | ||
38 | " | ||
39 | |||
36 | BOOT_SCRIPTS += " \ | 40 | BOOT_SCRIPTS += " \ |
37 | u-boot-${MACHINE}.imx-spl:${MACHINEDIR}/u-boot.imx-spl \ | 41 | u-boot-${MACHINE}.imx-spl:${MACHINEDIR}/u-boot.imx-spl \ |
38 | SPL-${MACHINE}-spl:${MACHINEDIR}/SPL \ | 42 | SPL-${MACHINE}-spl:${MACHINEDIR}/SPL \ |
diff --git a/meta-boot2qt-distro/conf/distro/include/beaglebone.conf b/meta-boot2qt-distro/conf/distro/include/beaglebone.conf deleted file mode 100644 index 099be56..0000000 --- a/meta-boot2qt-distro/conf/distro/include/beaglebone.conf +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | ############################################################################ | ||
2 | ## | ||
3 | ## Copyright (C) 2016 The Qt Company Ltd. | ||
4 | ## Contact: https://www.qt.io/licensing/ | ||
5 | ## | ||
6 | ## This file is part of the Boot to Qt meta layer. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE:GPL$ | ||
9 | ## Commercial License Usage | ||
10 | ## Licensees holding valid commercial Qt licenses may use this file in | ||
11 | ## accordance with the commercial license agreement provided with the | ||
12 | ## Software or, alternatively, in accordance with the terms contained in | ||
13 | ## a written agreement between you and The Qt Company. For licensing terms | ||
14 | ## and conditions see https://www.qt.io/terms-conditions. For further | ||
15 | ## information use the contact form at https://www.qt.io/contact-us. | ||
16 | ## | ||
17 | ## GNU General Public License Usage | ||
18 | ## Alternatively, this file may be used under the terms of the GNU | ||
19 | ## General Public License version 3 or (at your option) any later version | ||
20 | ## approved by the KDE Free Qt Foundation. The licenses are as published by | ||
21 | ## the Free Software Foundation and appearing in the file LICENSE.GPL3 | ||
22 | ## included in the packaging of this file. Please review the following | ||
23 | ## information to ensure the GNU General Public License requirements will | ||
24 | ## be met: https://www.gnu.org/licenses/gpl-3.0.html. | ||
25 | ## | ||
26 | ## $QT_END_LICENSE$ | ||
27 | ## | ||
28 | ############################################################################ | ||
29 | |||
30 | include conf/distro/include/ti.inc | ||
31 | |||
32 | DEPLOY_CONF_NAME = "BeagleBone Black" | ||
33 | |||
34 | DISTRO_FEATURES_remove = "webengine" | ||
35 | |||
36 | BOOT_SPACE = "33792" | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/ci.inc b/meta-boot2qt-distro/conf/distro/include/ci.inc index f6e3fd7..f213281 100644 --- a/meta-boot2qt-distro/conf/distro/include/ci.inc +++ b/meta-boot2qt-distro/conf/distro/include/ci.inc | |||
@@ -27,4 +27,4 @@ | |||
27 | ## | 27 | ## |
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | MACHINE_EXTRA_INSTALL += "libnss-mdns" | 30 | MACHINE_EXTRA_INSTALL_SDK += "libnss-mdns" |
diff --git a/meta-boot2qt-distro/conf/distro/include/colibri-imx6.conf b/meta-boot2qt-distro/conf/distro/include/colibri-imx6.conf index 814676b..f1bf7d8 100644 --- a/meta-boot2qt-distro/conf/distro/include/colibri-imx6.conf +++ b/meta-boot2qt-distro/conf/distro/include/colibri-imx6.conf | |||
@@ -33,6 +33,10 @@ DEPLOY_CONF_NAME = "Toradex Colibri iMX6" | |||
33 | 33 | ||
34 | IMAGE_FSTYPES += "teziimg" | 34 | IMAGE_FSTYPES += "teziimg" |
35 | 35 | ||
36 | QBSP_IMAGE_CONTENT += "\ | ||
37 | ${IMAGE_LINK_NAME}.tezi.tar \ | ||
38 | " | ||
39 | |||
36 | BOOT_SCRIPTS += " \ | 40 | BOOT_SCRIPTS += " \ |
37 | u-boot-${MACHINE}.imx-spl:${MACHINEDIR}/u-boot.imx-spl \ | 41 | u-boot-${MACHINE}.imx-spl:${MACHINEDIR}/u-boot.imx-spl \ |
38 | SPL-${MACHINE}-spl:${MACHINEDIR}/SPL \ | 42 | SPL-${MACHINE}-spl:${MACHINEDIR}/SPL \ |
diff --git a/meta-boot2qt-distro/conf/distro/include/ti.inc b/meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf index 80f90f2..9090055 100644 --- a/meta-boot2qt-distro/conf/distro/include/ti.inc +++ b/meta-boot2qt-distro/conf/distro/include/colibri-imx6ull.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | ############################################################################ | 1 | ############################################################################ |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2016 The Qt Company Ltd. | 3 | ## Copyright (C) 2018 The Qt Company Ltd. |
4 | ## Contact: https://www.qt.io/licensing/ | 4 | ## Contact: https://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
@@ -27,17 +27,24 @@ | |||
27 | ## | 27 | ## |
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | include conf/distro/include/fsl.inc | 30 | include conf/distro/include/toradex.inc |
31 | 31 | ||
32 | UBOOT_SUFFIX = "img" | 32 | DEPLOY_CONF_NAME = "Toradex Colibri iMX6ULL" |
33 | BOOT_SCRIPTS += "\ | 33 | |
34 | MLO-${MACHINE}:MLO \ | 34 | IMAGE_FSTYPES += "teziimg" |
35 | u-boot-${MACHINE}.img:u-boot.img \ | 35 | |
36 | QBSP_IMAGE_CONTENT += "\ | ||
37 | ${IMAGE_LINK_NAME}.tezi.tar \ | ||
36 | " | 38 | " |
37 | 39 | ||
38 | EXTRA_IMAGEDEPENDS += "u-boot" | 40 | BOOT_SCRIPTS += " \ |
41 | u-boot-${MACHINE}.imx:${MACHINEDIR}/u-boot.imx \ | ||
42 | " | ||
43 | |||
44 | PREFERRED_PROVIDER_virtual/egl_b2qt = "opengldummy" | ||
45 | PREFERRED_PROVIDER_virtual/libgles2_b2qt = "opengldummy" | ||
46 | |||
47 | DISTRO_FEATURES_remove = "webengine wayland" | ||
39 | 48 | ||
40 | PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um" | 49 | # try to limit the maximum size of the tezi image |
41 | PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um" | 50 | RDEPENDS_packagegroup-b2qt-embedded-base_remove_pn-packagegroup-b2qt-embedded-base = "linux-firmware" |
42 | PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um" | ||
43 | PREFERRED_PROVIDER_virtual/mesa = "ti-sgx-ddk-um" | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/colibri-imx7.conf b/meta-boot2qt-distro/conf/distro/include/colibri-imx7.conf index 4e0daa7..a5695f7 100644 --- a/meta-boot2qt-distro/conf/distro/include/colibri-imx7.conf +++ b/meta-boot2qt-distro/conf/distro/include/colibri-imx7.conf | |||
@@ -33,6 +33,10 @@ DEPLOY_CONF_NAME = "Toradex Colibri iMX7" | |||
33 | 33 | ||
34 | IMAGE_FSTYPES += "teziimg" | 34 | IMAGE_FSTYPES += "teziimg" |
35 | 35 | ||
36 | QBSP_IMAGE_CONTENT += "\ | ||
37 | ${IMAGE_LINK_NAME}.tezi.tar \ | ||
38 | " | ||
39 | |||
36 | BOOT_SCRIPTS += " \ | 40 | BOOT_SCRIPTS += " \ |
37 | u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \ | 41 | u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \ |
38 | " | 42 | " |
diff --git a/meta-boot2qt-distro/conf/distro/include/raspberrypi.inc b/meta-boot2qt-distro/conf/distro/include/raspberrypi.inc index 8c86d1a..1d2cf9d 100644 --- a/meta-boot2qt-distro/conf/distro/include/raspberrypi.inc +++ b/meta-boot2qt-distro/conf/distro/include/raspberrypi.inc | |||
@@ -52,3 +52,8 @@ BBMASK += "\ | |||
52 | " | 52 | " |
53 | 53 | ||
54 | MACHINE_GSTREAMER_1_0_PLUGIN += "gstreamer1.0-omx" | 54 | MACHINE_GSTREAMER_1_0_PLUGIN += "gstreamer1.0-omx" |
55 | |||
56 | KERNEL_DEVICETREE += "\ | ||
57 | overlays/mcp2515-can0.dtbo \ | ||
58 | overlays/mcp2515-can1.dtbo \ | ||
59 | " | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/toradex.inc b/meta-boot2qt-distro/conf/distro/include/toradex.inc index 83b6d45..85d9455 100644 --- a/meta-boot2qt-distro/conf/distro/include/toradex.inc +++ b/meta-boot2qt-distro/conf/distro/include/toradex.inc | |||
@@ -46,3 +46,7 @@ BOOT_SCRIPTS += " \ | |||
46 | fwd_mmc.img:flash_mmc.img \ | 46 | fwd_mmc.img:flash_mmc.img \ |
47 | ${MACHINE}:${MACHINEDIR} \ | 47 | ${MACHINE}:${MACHINEDIR} \ |
48 | " | 48 | " |
49 | |||
50 | # fix: basehash value changed from ... to .... | ||
51 | # The metadata is not deterministic and this needs to be fixed. | ||
52 | rootfs_tezi_json[vardepsexclude] = "DATE" | ||
diff --git a/meta-boot2qt-distro/recipes-core/packagegroups/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb b/meta-boot2qt-distro/recipes-core/packagegroups/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb index 9f43fff..21552d7 100644 --- a/meta-boot2qt-distro/recipes-core/packagegroups/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb +++ b/meta-boot2qt-distro/recipes-core/packagegroups/nativesdk-packagegroup-b2qt-embedded-toolchain-host.bb | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" | 30 | DESCRIPTION = "Host packages for B2Qt on embedded Linux SDK" |
31 | PR = "r0" | 31 | PR = "r0" |
32 | LICENSE = "The-Qt-Company-DCLA-2.1" | 32 | LICENSE = "The-Qt-Company-Commercial" |
33 | 33 | ||
34 | inherit nativesdk packagegroup | 34 | inherit nativesdk packagegroup |
35 | 35 | ||
diff --git a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bb b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bb index b6573e2..3dbda88 100644 --- a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bb +++ b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-base.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" | 30 | DESCRIPTION = "Packagegroup for B2Qt embedded Linux image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
diff --git a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer.bb b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer.bb index b1bec0e..39e492a 100644 --- a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer.bb +++ b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 30 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
diff --git a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer010.bb b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer010.bb index af291c7..29914a7 100644 --- a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer010.bb +++ b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-gstreamer010.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" | 30 | DESCRIPTION = "Additional gstreamer packagegroup for B2Qt embedded Linux image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
diff --git a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-tools.bb b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-tools.bb index 4a5fa39..7dd1604 100644 --- a/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-tools.bb +++ b/meta-boot2qt-distro/recipes-core/packagegroups/packagegroup-b2qt-embedded-tools.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" | 30 | DESCRIPTION = "Additional tools packagegroup for B2Qt embedded Linux image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb index d0bdb16..b9c5fd0 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-automotive-qt5-image.bb | |||
@@ -28,8 +28,8 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "B2Qt Automotive Qt5 image" | 30 | DESCRIPTION = "B2Qt Automotive Qt5 image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
33 | 33 | ||
34 | DEPLOY_CONF_TYPE = "Qt Automotive Suite $QT_VERSION" | 34 | DEPLOY_CONF_TYPE = "Qt Automotive Suite $QT_VERSION" |
35 | 35 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-ci-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-ci-image.bb index 32773e1..1afeb7e 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-ci-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-ci-image.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "B2Qt on embedded Linux SDK image" | 30 | DESCRIPTION = "B2Qt on embedded Linux SDK image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | IMAGE_FEATURES += "\ | 34 | IMAGE_FEATURES += "\ |
diff --git a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb index fa93851..3ccfa09 100644 --- a/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb +++ b/meta-boot2qt-distro/recipes-qt/images/b2qt-embedded-qt5-image.bb | |||
@@ -27,10 +27,9 @@ | |||
27 | ## | 27 | ## |
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "B2Qt embedded Qt5 image" | 30 | SUMMARY = "Qt for Device Creation Demo Image" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 32 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
33 | PR = "r0" | ||
34 | 33 | ||
35 | DEPLOY_CONF_TYPE = "Boot2Qt $QT_VERSION" | 34 | DEPLOY_CONF_TYPE = "Boot2Qt $QT_VERSION" |
36 | 35 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb index 5595cc6..73a5078 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-automotive-qbsp.bb | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "Meta task for QBSP creation" | 30 | DESCRIPTION = "Meta task for QBSP creation" |
31 | 31 | ||
32 | LICENSE = "The-Qt-Company-DCLA-2.1" | 32 | LICENSE = "The-Qt-Company-Commercial" |
33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
34 | 34 | ||
35 | # get Qt version number | 35 | # get Qt version number |
36 | require recipes-qt/qt5/qt5-git.inc | 36 | require recipes-qt/qt5/qt5-git.inc |
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb index dc2873f..1d64011 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-b2qt-embedded-qbsp.bb | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "Meta task for QBSP creation" | 30 | DESCRIPTION = "Meta task for QBSP creation" |
31 | 31 | ||
32 | LICENSE = "The-Qt-Company-DCLA-2.1" | 32 | LICENSE = "The-Qt-Company-Commercial" |
33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
34 | 34 | ||
35 | # get Qt version number | 35 | # get Qt version number |
36 | require recipes-qt/qt5/qt5-git.inc | 36 | require recipes-qt/qt5/qt5-git.inc |
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb index 94bf48d..11ce786 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-automotive-qt5-sdk.bb | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" | 30 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" |
31 | 31 | ||
32 | LICENSE = "The-Qt-Company-DCLA-2.1" | 32 | LICENSE = "The-Qt-Company-Commercial" |
33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
34 | 34 | ||
35 | inherit populate_b2qt_qt5_sdk | 35 | inherit populate_b2qt_qt5_sdk |
36 | 36 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb b/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb index 65354ad..6841cdb 100644 --- a/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb +++ b/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt5-sdk.bb | |||
@@ -29,8 +29,8 @@ | |||
29 | 29 | ||
30 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" | 30 | DESCRIPTION = "B2Qt embedded Qt5 SDK toolchain" |
31 | 31 | ||
32 | LICENSE = "The-Qt-Company-DCLA-2.1" | 32 | LICENSE = "The-Qt-Company-Commercial" |
33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=80e06902b5f0e94ad0a78ee4f7fcb74b" | 33 | LIC_FILES_CHKSUM = "file://${QT_LICENSE};md5=948f8877345cd66106f11031977a4625" |
34 | 34 | ||
35 | inherit populate_b2qt_qt5_sdk | 35 | inherit populate_b2qt_qt5_sdk |
36 | 36 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb index 7ce53c6..8c4adaa 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Host packages for B2Qt automotive Qt5 SDK" | 30 | DESCRIPTION = "Host packages for B2Qt automotive Qt5 SDK" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit nativesdk packagegroup | 34 | inherit nativesdk packagegroup |
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb index 10607e3..9f2d197 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-embedded-qt5-toolchain-host.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Host packages for B2Qt embedded Qt5 SDK" | 30 | DESCRIPTION = "Host packages for B2Qt embedded Qt5 SDK" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit nativesdk packagegroup | 34 | inherit nativesdk packagegroup |
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb index 9fe3827..078763a 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Automotive specific Qt packages" | 30 | DESCRIPTION = "Automotive specific Qt packages" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | 32 | ||
33 | inherit packagegroup | 33 | inherit packagegroup |
34 | 34 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb index 6ae1ef4..3b64622 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Target packages for B2Qt Automotive Qt5 SDK" | 30 | DESCRIPTION = "Target packages for B2Qt Automotive Qt5 SDK" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb index 345fbaa..2e46a32 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-addons.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Device Creation specific Qt packages" | 30 | DESCRIPTION = "Device Creation specific Qt packages" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | 32 | ||
33 | inherit packagegroup | 33 | inherit packagegroup |
34 | 34 | ||
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb index fa21738..c1d7f26 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-embedded-qt5-toolchain-target.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Target packages for B2Qt embedded Qt5 SDK" | 30 | DESCRIPTION = "Target packages for B2Qt embedded Qt5 SDK" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | inherit packagegroup | 34 | inherit packagegroup |
@@ -62,6 +62,7 @@ RDEPENDS_${PN} += " \ | |||
62 | qtotaupdate-dev \ | 62 | qtotaupdate-dev \ |
63 | qtquickcontrols-dev \ | 63 | qtquickcontrols-dev \ |
64 | qtquickcontrols2-dev \ | 64 | qtquickcontrols2-dev \ |
65 | qtquicktimeline-dev \ | ||
65 | qtremoteobjects-dev \ | 66 | qtremoteobjects-dev \ |
66 | qtscxml-dev \ | 67 | qtscxml-dev \ |
67 | qtsensors-dev \ | 68 | qtsensors-dev \ |
@@ -77,7 +78,3 @@ RDEPENDS_${PN} += " \ | |||
77 | qtwebchannel-dev \ | 78 | qtwebchannel-dev \ |
78 | qtxmlpatterns-dev \ | 79 | qtxmlpatterns-dev \ |
79 | " | 80 | " |
80 | |||
81 | RDEPENDS_${PN} += "\ | ||
82 | ${@ "qtquicktimeline-dev" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ | ||
83 | " | ||
diff --git a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb index 89121a1..38bddaa 100644 --- a/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb +++ b/meta-boot2qt-distro/recipes-qt/packagegroups/packagegroup-b2qt-qt5-modules.bb | |||
@@ -28,7 +28,7 @@ | |||
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | DESCRIPTION = "Qt5 modules" | 30 | DESCRIPTION = "Qt5 modules" |
31 | LICENSE = "The-Qt-Company-DCLA-2.1" | 31 | LICENSE = "The-Qt-Company-Commercial" |
32 | 32 | ||
33 | inherit packagegroup | 33 | inherit packagegroup |
34 | 34 | ||
@@ -54,6 +54,7 @@ RDEPENDS_${PN} += " \ | |||
54 | qtotaupdate \ | 54 | qtotaupdate \ |
55 | qtquickcontrols \ | 55 | qtquickcontrols \ |
56 | qtquickcontrols2 \ | 56 | qtquickcontrols2 \ |
57 | qtquicktimeline \ | ||
57 | qtremoteobjects \ | 58 | qtremoteobjects \ |
58 | qtscxml \ | 59 | qtscxml \ |
59 | qtsensors \ | 60 | qtsensors \ |
@@ -79,7 +80,3 @@ RDEPENDS_${PN} += " \ | |||
79 | qtxmlpatterns \ | 80 | qtxmlpatterns \ |
80 | qtvirtualkeyboard \ | 81 | qtvirtualkeyboard \ |
81 | " | 82 | " |
82 | |||
83 | RDEPENDS_${PN} += "\ | ||
84 | ${@ "qtquicktimeline" if (d.getVar("QT_INTERNAL_BUILD")) else "" } \ | ||
85 | " | ||
diff --git a/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri b/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri new file mode 100644 index 0000000..9c4f92f --- /dev/null +++ b/meta-boot2qt-distro/recipes-qt/qt5/qtbase/mx6ull/oe-device-extra.pri | |||
@@ -0,0 +1,2 @@ | |||
1 | QMAKE_PLATFORM += boot2qt | ||
2 | QT_QPA_DEFAULT_PLATFORM = linuxfb | ||
diff --git a/meta-boot2qt-distro/conf/distro/include/beagleboard.conf b/meta-boot2qt-distro/recipes-qt/qt5/qtwebengine_git.bbappend index d9b92f0..cfd3a39 100644 --- a/meta-boot2qt-distro/conf/distro/include/beagleboard.conf +++ b/meta-boot2qt-distro/recipes-qt/qt5/qtwebengine_git.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | ############################################################################ | 1 | ############################################################################ |
2 | ## | 2 | ## |
3 | ## Copyright (C) 2016 The Qt Company Ltd. | 3 | ## Copyright (C) 2018 The Qt Company Ltd. |
4 | ## Contact: https://www.qt.io/licensing/ | 4 | ## Contact: https://www.qt.io/licensing/ |
5 | ## | 5 | ## |
6 | ## This file is part of the Boot to Qt meta layer. | 6 | ## This file is part of the Boot to Qt meta layer. |
@@ -27,8 +27,5 @@ | |||
27 | ## | 27 | ## |
28 | ############################################################################ | 28 | ############################################################################ |
29 | 29 | ||
30 | include conf/distro/include/ti.inc | 30 | # QTBUG-70348 |
31 | 31 | EXTRA_QMAKEVARS_PRE_append_arm = " CONFIG-=ltcg" | |
32 | DEPLOY_CONF_NAME = "BeagleBoard" | ||
33 | |||
34 | DISTRO_FEATURES_remove = "webengine opengl" | ||