diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2018-09-26 10:43:26 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-09-28 08:57:46 +0000 |
commit | aa863717a1e24a3c08a94726e95493780ccff1f3 (patch) | |
tree | 51ba08637efc4f99b0caeede3032c10ce6db6aa0 /meta-boot2qt-distro/conf | |
parent | 168f62cc6d06b205a3ddcb941570103e7910e14d (diff) | |
download | meta-boot2qt-aa863717a1e24a3c08a94726e95493780ccff1f3.tar.gz |
poky: update to 2.5 branch (sumo)
Update yocto from 2.3.4 (pyro) to 2.5.1 (sumo):
- Update poky, meta-openembedded & meta-mingw to sumo branch
- update image classes (obsolete IMAGE_DEPENDS definitions)
- Update bbappends under meta-boot2qt-distro
- Update meta-*-extras layers bbappends & patches
All recipes related to nitrogen6x are fixed here, but this depends
on follow up commits to work correctly.
Task-number: QTBUG-68681
Change-Id: Ic5802c5c1a3989bed746f96f8cf173743ec755bb
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'meta-boot2qt-distro/conf')
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/boundary.inc | 2 | ||||
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/fsl.inc | 2 | ||||
-rw-r--r-- | meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf | 39 |
3 files changed, 21 insertions, 22 deletions
diff --git a/meta-boot2qt-distro/conf/distro/include/boundary.inc b/meta-boot2qt-distro/conf/distro/include/boundary.inc index c8f5424..b08e11a 100644 --- a/meta-boot2qt-distro/conf/distro/include/boundary.inc +++ b/meta-boot2qt-distro/conf/distro/include/boundary.inc | |||
@@ -35,8 +35,6 @@ BBMASK += " \ | |||
35 | meta-boundary/recipes-mozilla/firefox \ | 35 | meta-boundary/recipes-mozilla/firefox \ |
36 | " | 36 | " |
37 | 37 | ||
38 | EXTRA_IMAGEDEPENDS += "u-boot u-boot-script-boundary" | ||
39 | |||
40 | MACHINE_EXTRA_INSTALL += "\ | 38 | MACHINE_EXTRA_INSTALL += "\ |
41 | kernel-module-qcacld \ | 39 | kernel-module-qcacld \ |
42 | linux-firmware-bdsdmac-wlan \ | 40 | linux-firmware-bdsdmac-wlan \ |
diff --git a/meta-boot2qt-distro/conf/distro/include/fsl.inc b/meta-boot2qt-distro/conf/distro/include/fsl.inc index 32fec1b..5f22dd4 100644 --- a/meta-boot2qt-distro/conf/distro/include/fsl.inc +++ b/meta-boot2qt-distro/conf/distro/include/fsl.inc | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | BBMASK += "meta-freescale/dynamic-layers/qt5-layer/recipes-qt/qt5" | 30 | BBMASK += "meta-freescale/dynamic-layers/qt5-layer/recipes-qt/qt5" |
31 | 31 | ||
32 | IMAGE_FSTYPES += "ext3 sdcard" | 32 | IMAGE_FSTYPES += "ext3 wic" |
33 | IMAGE_CLASSES += "image_types_fsl" | 33 | IMAGE_CLASSES += "image_types_fsl" |
34 | 34 | ||
35 | QBSP_IMAGE_CONTENT ?= "\ | 35 | QBSP_IMAGE_CONTENT ?= "\ |
diff --git a/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf b/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf index 894d51d..f6871be 100644 --- a/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf +++ b/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf | |||
@@ -33,25 +33,26 @@ include conf/distro/include/opencv.inc | |||
33 | DEPLOY_CONF_NAME = "Boundary Devices i.MX6" | 33 | DEPLOY_CONF_NAME = "Boundary Devices i.MX6" |
34 | 34 | ||
35 | BOOT_SPACE = "16384" | 35 | BOOT_SPACE = "16384" |
36 | BOOT_SCRIPTS += "6x_upgrade-${MACHINE}:6x_upgrade \ | 36 | IMAGE_BOOT_FILES += "\ |
37 | u-boot-nit6xlite-*.imx:u-boot.nit6xlite \ | 37 | upgrade.scr-${MACHINE};upgrade.scr \ |
38 | u-boot-nit6xlite1g-*.imx:u-boot.nit6xlite1g \ | 38 | upgrade.scr-${MACHINE};6x_upgrade \ |
39 | u-boot-nitrogen6dl-*.imx:u-boot.nitrogen6dl \ | 39 | u-boot-${MACHINE}.imx-nit6xlite;u-boot.nit6xlite \ |
40 | u-boot-nitrogen6dl2g-*.imx:u-boot.nitrogen6dl2g \ | 40 | u-boot-${MACHINE}.imx-nit6xlite1g;u-boot.nit6xlite1g \ |
41 | u-boot-nitrogen6q2g-*.imx:u-boot.nitrogen6q2g \ | 41 | u-boot-${MACHINE}.imx-nitrogen6dl;u-boot.nitrogen6dl \ |
42 | u-boot-nitrogen6q-*.imx:u-boot.nitrogen6q \ | 42 | u-boot-${MACHINE}.imx-nitrogen6dl2g;u-boot.nitrogen6dl2g \ |
43 | u-boot-nitrogen6q_fl-*.imx:u-boot.nitrogen6q_fl \ | 43 | u-boot-${MACHINE}.imx-nitrogen6q2g;u-boot.nitrogen6q2g \ |
44 | u-boot-nitrogen6qp_max-*.imx:u-boot.nitrogen6qp_max \ | 44 | u-boot-${MACHINE}.imx-nitrogen6q;u-boot.nitrogen6q \ |
45 | u-boot-nitrogen6s1g-*.imx:u-boot.nitrogen6s1g \ | 45 | u-boot-${MACHINE}.imx-nitrogen6q_fl;u-boot.nitrogen6q_fl \ |
46 | u-boot-nitrogen6s-*.imx:u-boot.nitrogen6s \ | 46 | u-boot-${MACHINE}.imx-nitrogen6qp_max;u-boot.nitrogen6qp_max \ |
47 | u-boot-nitrogen6sx-*.imx:u-boot.nitrogen6sx \ | 47 | u-boot-${MACHINE}.imx-nitrogen6s1g;u-boot.nitrogen6s1g \ |
48 | u-boot-nitrogen6_lum_dl1-*.imx:u-boot.nitrogen6_lum_dl1 \ | 48 | u-boot-${MACHINE}.imx-nitrogen6s;u-boot.nitrogen6s \ |
49 | u-boot-nitrogen6_max-*.imx:u-boot.nitrogen6_max \ | 49 | u-boot-${MACHINE}.imx-nitrogen6sx;u-boot.nitrogen6sx \ |
50 | u-boot-nitrogen6_vm1g-*.imx:u-boot.nitrogen6_vm1g \ | 50 | u-boot-${MACHINE}.imx-nitrogen6_lum_dl1;u-boot.nitrogen6_lum_dl1 \ |
51 | u-boot-nitrogen6_vm-*.imx:u-boot.nitrogen6_vm \ | 51 | u-boot-${MACHINE}.imx-nitrogen6_max;u-boot.nitrogen6_max \ |
52 | " | 52 | u-boot-${MACHINE}.imx-nitrogen6_vm1g;u-boot.nitrogen6_vm1g \ |
53 | 53 | u-boot-${MACHINE}.imx-nitrogen6_vm;u-boot.nitrogen6_vm \ | |
54 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-boundary" | 54 | " |
55 | WKS_FILE_DEPENDS += "u-boot" | ||
55 | 56 | ||
56 | UBOOT_MACHINE = "" | 57 | UBOOT_MACHINE = "" |
57 | UBOOT_CONFIG ??= "nit6xlite nit6xlite1g \ | 58 | UBOOT_CONFIG ??= "nit6xlite nit6xlite1g \ |