diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-22 15:02:09 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-09-22 15:56:17 +0300 |
commit | 650460f8f125d18ae03c0622e3dd93630efb0fc7 (patch) | |
tree | cccae5089a35efb860e9bbe0ae9c20be114bf35a /conf | |
parent | f668dddf1f95318b14737c6eb17dabbca213ca22 (diff) | |
parent | 2b9e77c40609da75fa44e3376341f484e0ab0288 (diff) | |
download | meta-boot2qt-650460f8f125d18ae03c0622e3dd93630efb0fc7.tar.gz |
Merge remote-tracking branch 'origin/jethro' into merge
* 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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/apalis-imx6.conf | 12 | ||||
-rw-r--r-- | conf/distro/include/colibri-imx6.conf | 6 | ||||
-rw-r--r-- | conf/distro/include/colibri-imx7.conf | 6 | ||||
-rw-r--r-- | conf/distro/include/colibri-vf.conf | 7 | ||||
-rw-r--r-- | conf/distro/include/nitrogen6x.conf | 6 | ||||
-rw-r--r-- | conf/distro/include/rcar-gen2.inc | 6 | ||||
-rw-r--r-- | conf/distro/include/toradex.inc | 39 |
7 files changed, 57 insertions, 25 deletions
diff --git a/conf/distro/include/apalis-imx6.conf b/conf/distro/include/apalis-imx6.conf index 58bcdba..7a2666b 100644 --- a/conf/distro/include/apalis-imx6.conf +++ b/conf/distro/include/apalis-imx6.conf | |||
@@ -34,21 +34,21 @@ DEPLOY_CONF_NAME = "Toradex Apalis iMX6" | |||
34 | 34 | ||
35 | KERNEL_IMAGETYPE = "uImage" | 35 | KERNEL_IMAGETYPE = "uImage" |
36 | 36 | ||
37 | UBOOT_MACHINE = "" | ||
38 | UBOOT_CONFIG ??= "com it" | ||
39 | UBOOT_CONFIG[com] = "apalis_imx6_defconfig" | ||
40 | UBOOT_CONFIG[it] = "apalis_imx6_it_defconfig" | ||
41 | |||
37 | BOOTFS_CONTENT = "\ | 42 | BOOTFS_CONTENT = "\ |
38 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | 43 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ |
39 | ${KERNEL_IMAGETYPE}-imx6q-apalis-eval.dtb:imx6q-apalis-eval.dtb \ | 44 | ${KERNEL_IMAGETYPE}-imx6q-apalis-eval.dtb:imx6q-apalis-eval.dtb \ |
40 | ${KERNEL_IMAGETYPE}-imx6q-apalis-ixora.dtb:imx6q-apalis-ixora.dtb \ | 45 | ${KERNEL_IMAGETYPE}-imx6q-apalis-ixora.dtb:imx6q-apalis-ixora.dtb \ |
41 | ${KERNEL_IMAGETYPE}-imx6q-apalis_v1_0-eval.dtb:imx6q-apalis_v1_0-eval.dtb \ | 46 | ${KERNEL_IMAGETYPE}-imx6q-apalis_v1_0-eval.dtb:imx6q-apalis_v1_0-eval.dtb \ |
42 | ${KERNEL_IMAGETYPE}-imx6q-apalis_v1_0-ixora.dtb:imx6q-apalis_v1_0-ixora.dtb \ | 47 | ${KERNEL_IMAGETYPE}-imx6q-apalis_v1_0-ixora.dtb:imx6q-apalis_v1_0-ixora.dtb \ |
43 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
44 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
45 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
46 | " | 48 | " |
47 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" | 49 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" |
48 | BOOT_SCRIPTS += " \ | 50 | BOOT_SCRIPTS += " \ |
49 | u-boot-${MACHINE}.imx:u-boot.imx \ | 51 | u-boot-${MACHINE}.imx-it:${MACHINEDIR}/u-boot.imx-it \ |
50 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
51 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
52 | " | 52 | " |
53 | 53 | ||
54 | SERIAL_CONSOLES = "115200;ttymxc0 \ | 54 | SERIAL_CONSOLES = "115200;ttymxc0 \ |
diff --git a/conf/distro/include/colibri-imx6.conf b/conf/distro/include/colibri-imx6.conf index eabaf91..8a9bda5 100644 --- a/conf/distro/include/colibri-imx6.conf +++ b/conf/distro/include/colibri-imx6.conf | |||
@@ -38,11 +38,5 @@ BOOTFS_CONTENT = "\ | |||
38 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | 38 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ |
39 | ${KERNEL_IMAGETYPE}-imx6dl-colibri-eval-v3.dtb:imx6dl-colibri-eval-v3.dtb \ | 39 | ${KERNEL_IMAGETYPE}-imx6dl-colibri-eval-v3.dtb:imx6dl-colibri-eval-v3.dtb \ |
40 | ${KERNEL_IMAGETYPE}-imx6dl-colibri-cam-eval-v3.dtb:imx6dl-colibri-cam-eval-v3.dtb \ | 40 | ${KERNEL_IMAGETYPE}-imx6dl-colibri-cam-eval-v3.dtb:imx6dl-colibri-cam-eval-v3.dtb \ |
41 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
42 | " | 41 | " |
43 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" | 42 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" |
44 | BOOT_SCRIPTS += " \ | ||
45 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
46 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
47 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
48 | " | ||
diff --git a/conf/distro/include/colibri-imx7.conf b/conf/distro/include/colibri-imx7.conf index 193e6aa..149894f 100644 --- a/conf/distro/include/colibri-imx7.conf +++ b/conf/distro/include/colibri-imx7.conf | |||
@@ -28,13 +28,7 @@ BOOTFS_CONTENT = "\ | |||
28 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ | 28 | ${KERNEL_IMAGETYPE}:${KERNEL_IMAGETYPE} \ |
29 | ${KERNEL_IMAGETYPE}-imx7d-colibri-eval-v3.dtb:imx7d-colibri-eval-v3.dtb \ | 29 | ${KERNEL_IMAGETYPE}-imx7d-colibri-eval-v3.dtb:imx7d-colibri-eval-v3.dtb \ |
30 | ${KERNEL_IMAGETYPE}-imx7s-colibri-eval-v3.dtb:imx7s-colibri-eval-v3.dtb \ | 30 | ${KERNEL_IMAGETYPE}-imx7s-colibri-eval-v3.dtb:imx7s-colibri-eval-v3.dtb \ |
31 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
32 | " | 31 | " |
33 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" | 32 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" |
34 | BOOT_SCRIPTS += " \ | ||
35 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
36 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
37 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
38 | " | ||
39 | 33 | ||
40 | DISTRO_FEATURES_remove = "webengine" | 34 | DISTRO_FEATURES_remove = "webengine" |
diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index e4fdd93..845e2ff 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf | |||
@@ -33,17 +33,12 @@ IMAGE_FSTYPES += "ext3 sdcard" | |||
33 | IMAGE_ROOTFS_ALIGNMENT_colibri-vf = "1024" | 33 | IMAGE_ROOTFS_ALIGNMENT_colibri-vf = "1024" |
34 | 34 | ||
35 | BOOTFS_CONTENT = "\ | 35 | BOOTFS_CONTENT = "\ |
36 | u-boot-${MACHINE}.imx:u-boot.imx \ | ||
37 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
38 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
39 | ${KERNEL_IMAGETYPE}-vf500-colibri-eval-v3.dtb:vf500-colibri-eval-v3.dtb \ | 36 | ${KERNEL_IMAGETYPE}-vf500-colibri-eval-v3.dtb:vf500-colibri-eval-v3.dtb \ |
40 | ${KERNEL_IMAGETYPE}-vf610-colibri-eval-v3.dtb:vf610-colibri-eval-v3.dtb \ | 37 | ${KERNEL_IMAGETYPE}-vf610-colibri-eval-v3.dtb:vf610-colibri-eval-v3.dtb \ |
41 | " | 38 | " |
42 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" | 39 | BOOTFS_DEPENDS = "u-boot:do_deploy u-boot-script-toradex:do_deploy virtual/kernel:do_deploy" |
43 | BOOT_SCRIPTS += " \ | 40 | BOOT_SCRIPTS += " \ |
44 | u-boot-${MACHINE}.imx:u-boot.imx \ | 41 | u-boot-nand.imx:${MACHINEDIR}/u-boot-nand.imx \ |
45 | flash_mmc-${MACHINE}.img:flash_mmc.img \ | ||
46 | flash_blk-${MACHINE}.img:flash_blk.img \ | ||
47 | " | 42 | " |
48 | 43 | ||
49 | DEFAULTTUNE = "armv7ahf-neon" | 44 | DEFAULTTUNE = "armv7ahf-neon" |
diff --git a/conf/distro/include/nitrogen6x.conf b/conf/distro/include/nitrogen6x.conf index 7986cb7..511deab 100644 --- a/conf/distro/include/nitrogen6x.conf +++ b/conf/distro/include/nitrogen6x.conf | |||
@@ -91,7 +91,11 @@ UBOOT_CONFIG[nitrogen6_vm] = "nitrogen6_vm_config" | |||
91 | 91 | ||
92 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" | 92 | EXTRA_IMAGEDEPENDS += "u-boot-script-boundary" |
93 | 93 | ||
94 | KERNEL_DEVICETREE += "imx6dl-nit6xlite.dtb" | 94 | KERNEL_DEVICETREE += "\ |
95 | imx6dl-nit6xlite.dtb \ | ||
96 | imx6qp-nitrogen6_max.dtb \ | ||
97 | imx6q-nitrogen6_som2.dtb \ | ||
98 | " | ||
95 | 99 | ||
96 | DISTRO_FEATURES_DEFAULT += "wayland" | 100 | DISTRO_FEATURES_DEFAULT += "wayland" |
97 | 101 | ||
diff --git a/conf/distro/include/rcar-gen2.inc b/conf/distro/include/rcar-gen2.inc index c9bf0ae..806c591 100644 --- a/conf/distro/include/rcar-gen2.inc +++ b/conf/distro/include/rcar-gen2.inc | |||
@@ -58,6 +58,12 @@ | |||
58 | # internal copy of R-Car_Series_Evaluation_Software_Packages used for CI | 58 | # internal copy of R-Car_Series_Evaluation_Software_Packages used for CI |
59 | FILESEXTRAPATHS_append = "${BSPDIR}/sources/renesas-rcar-gen2/${PN}:" | 59 | FILESEXTRAPATHS_append = "${BSPDIR}/sources/renesas-rcar-gen2/${PN}:" |
60 | 60 | ||
61 | KERNEL_MODULE_AUTOLOAD += " \ | ||
62 | phy-rcar-gen2-usb \ | ||
63 | hid_multitouch \ | ||
64 | renesas_usbhs \ | ||
65 | " | ||
66 | |||
61 | GLES_DRIVER = "sgx" | 67 | GLES_DRIVER = "sgx" |
62 | GLES_DRIVER_r8a7790 = "rgx" | 68 | GLES_DRIVER_r8a7790 = "rgx" |
63 | 69 | ||
diff --git a/conf/distro/include/toradex.inc b/conf/distro/include/toradex.inc new file mode 100644 index 0000000..f448fbe --- /dev/null +++ b/conf/distro/include/toradex.inc | |||
@@ -0,0 +1,39 @@ | |||
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 | PREFERRED_PROVIDER_u-boot = "u-boot-toradex" | ||
31 | |||
32 | MACHINEDIR = "${@d.getVar('MACHINE', True).replace('-','_')}" | ||
33 | BOOT_SCRIPTS += " \ | ||
34 | fwd_blk.img:flash_blk.img \ | ||
35 | fwd_eth.img:flash_eth.img \ | ||
36 | fwd_mmc.img:flash_mmc.img \ | ||
37 | ${MACHINE}:${MACHINEDIR} \ | ||
38 | u-boot-${MACHINE}.imx:${MACHINEDIR}/u-boot.imx \ | ||
39 | " | ||