summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--recipes-qt/packagegroups/packagegroup-b2qt-automotive-addons.bb1
-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 @@
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"
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"
31SECTION = "fonts" 31SECTION = "fonts"
32HOMEPAGE = "http://www.google.com/get/noto" 32HOMEPAGE = "http://www.google.com/get/noto"
33LICENSE = "OFL-1.1" 33LICENSE = "OFL-1.1"
34LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_OFL.txt;md5=55719faa0112708e946b820b24b14097" 34LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=55719faa0112708e946b820b24b14097"
35 35
36INHIBIT_DEFAULT_DEPS = "1" 36INHIBIT_DEFAULT_DEPS = "1"
37 37
38inherit allarch fontcache 38inherit allarch fontcache
39 39
40PV = "1.004" 40PV = "1.004"
41SRC_URI = "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip" 41SRC_URI = "git://github.com/googlei18n/noto-cjk.git"
42SRCREV = "40d9f5b179a59a06b98373c76bdc3e2119e4e6b2"
42 43
43SRC_URI[md5sum] = "539a04d2a14a12096897f84ba046d110" 44S = "${WORKDIR}/git"
44SRC_URI[sha256sum] = "c0a77b24ce1964c5d244be7576ada5899d681638e0abd0917e6a661df56e0232"
45
46S = "${WORKDIR}"
47 45
48do_install() { 46do_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
53PACKAGES = "${PN}" 52PACKAGES = "${PN}"