summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-04-04 12:36:15 +0300
committerRisto Avila <risto.avila@theqtcompany.com>2016-04-05 07:58:23 +0000
commit2d926de7f7ccb9f5cb22fb22360207780f920752 (patch)
treecafc683293aa287e47d7b6bc83fb26c8ca8bfb20 /conf
parent431c82aefd72d6eb7a73b704bc7c6dadcd9295c5 (diff)
downloadmeta-boot2qt-2d926de7f7ccb9f5cb22fb22360207780f920752.tar.gz
Add Support for Raspberry Pi 3
Change-Id: I1220cce68059328512e52b7f5a9af7110dd9578c Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/raspberrypi3.conf57
1 files changed, 57 insertions, 0 deletions
diff --git a/conf/distro/include/raspberrypi3.conf b/conf/distro/include/raspberrypi3.conf
new file mode 100644
index 0000000..ee9a9e0
--- /dev/null
+++ b/conf/distro/include/raspberrypi3.conf
@@ -0,0 +1,57 @@
1##############################################################################
2##
3## Copyright (C) 2016 The Qt Company Ltd.
4## Contact: http://www.qt.io/licensing/
5##
6## This file is part of the Boot to Qt meta layer.
7##
8## $QT_BEGIN_LICENSE:COMM$
9##
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see http://www.qt.io/terms-conditions. For further
16## information use the contact form at http://www.qt.io/contact-us.
17##
18## $QT_END_LICENSE$
19##
20##############################################################################
21
22DEPLOY_CONF_NAME = "Raspberry Pi 3"
23
24IMAGE_FSTYPES += "ext3 rpi-sdimg"
25
26BOOTFS_CONTENT = "\
27 bcm2835-bootfiles/*: \
28 ${KERNEL_IMAGETYPE}:kernel.img \
29 "
30BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy"
31
32MACHINE_EXTRA_INSTALL = "\
33 userland \
34 omxplayer \
35 "
36
37MACHINE_EXTRA_INSTALL_SDK = " \
38 userland \
39 "
40
41KERNEL_MODULE_AUTOLOAD += "snd-bcm2835 bcm2835-v4l2"
42KERNEL_MODULE_PROBECONF += "bcm2835-v4l2"
43module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1"
44
45# additional memory for GPU
46GPU_MEM = "256"
47# video camera support
48VIDEO_CAMERA = "1"
49RPI_FT5604 = "1"
50
51KERNEL_DEVICETREE += "overlays/rpi-ft5406-overlay.dtb"
52MACHINE_FEATURES += "pitft"
53
54# MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
55
56MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-brcm43430"
57