diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-19 21:44:24 +0200 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-11-19 21:48:09 +0200 |
| commit | f8ae9efa61711dbfdb8ea545c5768b48498df503 (patch) | |
| tree | 3a97ec9de365200badb41cd409ea2243462459b0 | |
| parent | 2ed6e25343501b55823b56111cc21111921972c9 (diff) | |
| parent | 8d075eea57b66c672aead741d591fb7b71dfb170 (diff) | |
| download | meta-boot2qt-f8ae9efa61711dbfdb8ea545c5768b48498df503.tar.gz | |
Merge remote-tracking branch 'origin/morty' into pyro
* origin/morty:
tegra: correctly append to DEPENDS
poky: update to latest revision in morty branch
meta-qt5: update layer
otf-noto: get files from the git repo
Add qdbd to automotive images
apalis-imx6: lower default resolution on HDMI to 720p
Fix for the broken gdb in windows toolchain
Conflicts:
recipes/gdb/gdb-cross-canadian_7.%.bbappend
scripts/manifest.xml
Change-Id: Ia02e9bea46758459e2792cd10174f3c38f4f7a10
| -rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch | 22 | ||||
| -rw-r--r-- | meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend | 1 | ||||
| -rw-r--r-- | recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb | 1 | ||||
| -rw-r--r-- | recipes/fonts/otf-noto_git.bb (renamed from recipes/fonts/otf-noto.bb) | 15 |
4 files changed, 31 insertions, 8 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch new file mode 100644 index 0000000..c259f7f --- /dev/null +++ b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | From 0b31b8e73bfbc02e7687ea521e9e92f892e7052a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Samuli Piippo <samuli.piippo@qt.io> | ||
| 3 | Date: Wed, 18 Oct 2017 13:20:25 +0300 | ||
| 4 | Subject: [PATCH 4/4] apalis-imx6: lower default resolution on HDMI to 720p | ||
| 5 | |||
| 6 | --- | ||
| 7 | include/configs/apalis_imx6.h | 2 +- | ||
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 9 | |||
| 10 | diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h | ||
| 11 | index 77a8874..0292e74 100644 | ||
| 12 | --- a/include/configs/apalis_imx6.h | ||
| 13 | +++ b/include/configs/apalis_imx6.h | ||
| 14 | @@ -295,7 +295,7 @@ | ||
| 15 | "source ${loadaddr}\0" \ | ||
| 16 | "splashpos=m,m\0" \ | ||
| 17 | "vidargs=mxc_hdmi.only_cea=1 " \ | ||
| 18 | - "video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 " \ | ||
| 19 | + "video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 " \ | ||
| 20 | "video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off " \ | ||
| 21 | "fbmem=32M\0 " | ||
| 22 | |||
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend b/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend index 3d288f1..bfa84e3 100644 --- a/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend +++ b/meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend | |||
| @@ -32,5 +32,6 @@ SRC_URI += " \ | |||
| 32 | file://0001-Make-sdboot-default-on-all-boards.patch \ | 32 | file://0001-Make-sdboot-default-on-all-boards.patch \ |
| 33 | file://0002-apalis-imx6-test-for-Capacitive-Touch-Display-7-Para.patch \ | 33 | file://0002-apalis-imx6-test-for-Capacitive-Touch-Display-7-Para.patch \ |
| 34 | file://0003-apalis-imx6-Ixora-v1.0-support.patch \ | 34 | file://0003-apalis-imx6-Ixora-v1.0-support.patch \ |
| 35 | file://0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch \ | ||
| 35 | " | 36 | " |
| 36 | DEPENDS += "dtc-native" | 37 | DEPENDS += "dtc-native" |
diff --git a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb index be15207..bb2e4de 100644 --- a/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb +++ b/recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb | |||
| @@ -43,4 +43,5 @@ RDEPENDS_${PN} += " \ | |||
| 43 | gammaray \ | 43 | gammaray \ |
| 44 | qmllive-target \ | 44 | qmllive-target \ |
| 45 | multiscreen-demo \ | 45 | multiscreen-demo \ |
| 46 | qdbd \ | ||
| 46 | " | 47 | " |
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto_git.bb index 1c17d33..3be53c2 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto_git.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ############################################################################ | 1 | ############################################################################ |
| 2 | ## | 2 | ## |
| 3 | ## Copyright (C) 2016 The Qt Company Ltd. | 3 | ## Copyright (C) 2017 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. |
| @@ -31,23 +31,22 @@ SUMMARY = "Noto Sans CJK" | |||
| 31 | SECTION = "fonts" | 31 | SECTION = "fonts" |
| 32 | HOMEPAGE = "http://www.google.com/get/noto" | 32 | HOMEPAGE = "http://www.google.com/get/noto" |
| 33 | LICENSE = "OFL-1.1" | 33 | LICENSE = "OFL-1.1" |
| 34 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_OFL.txt;md5=55719faa0112708e946b820b24b14097" | 34 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=55719faa0112708e946b820b24b14097" |
| 35 | 35 | ||
| 36 | INHIBIT_DEFAULT_DEPS = "1" | 36 | INHIBIT_DEFAULT_DEPS = "1" |
| 37 | 37 | ||
| 38 | inherit allarch fontcache | 38 | inherit allarch fontcache |
| 39 | 39 | ||
| 40 | PV = "1.004" | 40 | PV = "1.004" |
| 41 | SRC_URI = "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip" | 41 | SRC_URI = "git://github.com/googlei18n/noto-cjk.git" |
| 42 | SRCREV = "40d9f5b179a59a06b98373c76bdc3e2119e4e6b2" | ||
| 42 | 43 | ||
| 43 | SRC_URI[md5sum] = "539a04d2a14a12096897f84ba046d110" | 44 | S = "${WORKDIR}/git" |
| 44 | SRC_URI[sha256sum] = "c0a77b24ce1964c5d244be7576ada5899d681638e0abd0917e6a661df56e0232" | ||
| 45 | |||
| 46 | S = "${WORKDIR}" | ||
| 47 | 45 | ||
| 48 | do_install() { | 46 | do_install() { |
| 49 | install -m 0755 -d ${D}${datadir}/fonts/otf/noto | 47 | install -m 0755 -d ${D}${datadir}/fonts/otf/noto |
| 50 | install -m 0644 ${WORKDIR}/*.otf ${D}${datadir}/fonts/otf/noto | 48 | install -m 0644 ${S}/NotoSansCJKsc-*.otf ${D}${datadir}/fonts/otf/noto |
| 49 | install -m 0644 ${S}/NotoSansMonoCJKsc-*.otf ${D}${datadir}/fonts/otf/noto | ||
| 51 | } | 50 | } |
| 52 | 51 | ||
| 53 | PACKAGES = "${PN}" | 52 | PACKAGES = "${PN}" |
