summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2017-11-19 21:44:24 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2017-11-19 21:48:09 +0200
commitf8ae9efa61711dbfdb8ea545c5768b48498df503 (patch)
tree3a97ec9de365200badb41cd409ea2243462459b0 /meta-fsl-extras
parent2ed6e25343501b55823b56111cc21111921972c9 (diff)
parent8d075eea57b66c672aead741d591fb7b71dfb170 (diff)
downloadmeta-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
Diffstat (limited to 'meta-fsl-extras')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-toradex/0004-apalis-imx6-lower-default-resolution-on-HDMI-to-720p.patch22
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-toradex_%.bbappend1
2 files changed, 23 insertions, 0 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 @@
1From 0b31b8e73bfbc02e7687ea521e9e92f892e7052a Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@qt.io>
3Date: Wed, 18 Oct 2017 13:20:25 +0300
4Subject: [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
10diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
11index 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 "
36DEPENDS += "dtc-native" 37DEPENDS += "dtc-native"