summaryrefslogtreecommitdiffstats
path: root/conf/distro/include/raspberrypi.inc
diff options
context:
space:
mode:
authorTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-04-08 14:43:42 +0300
committerTuomas Heimonen <tuomas.heimonen@theqtcompany.com>2016-04-08 13:01:25 +0000
commit579d003d7696ea399b839e430bd8a976d9bb6f66 (patch)
treee4975904f9e678e0dd38916ccb7c80e1b24469e2 /conf/distro/include/raspberrypi.inc
parent2848919526f575d9eaaccf19d4bfaa4a0f4043c2 (diff)
downloadmeta-boot2qt-579d003d7696ea399b839e430bd8a976d9bb6f66.tar.gz
Raspberry Pi conf split
Change-Id: I556a0b35ff21edc6bec1897dd1c769012058df6b Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'conf/distro/include/raspberrypi.inc')
-rw-r--r--conf/distro/include/raspberrypi.inc50
1 files changed, 50 insertions, 0 deletions
diff --git a/conf/distro/include/raspberrypi.inc b/conf/distro/include/raspberrypi.inc
new file mode 100644
index 0000000..49d152e
--- /dev/null
+++ b/conf/distro/include/raspberrypi.inc
@@ -0,0 +1,50 @@
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
22IMAGE_FSTYPES += "ext3 rpi-sdimg"
23
24BOOTFS_CONTENT = "\
25 bcm2835-bootfiles/*: \
26 ${KERNEL_IMAGETYPE}:kernel.img \
27 "
28
29BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy"
30
31MACHINE_EXTRA_INSTALL_SDK = " \
32 userland-dev \
33 "
34
35MACHINE_EXTRA_INSTALL = "\
36 userland \
37 omxplayer \
38 "
39
40KERNEL_MODULE_AUTOLOAD += "snd-bcm2835 bcm2835-v4l2"
41KERNEL_MODULE_PROBECONF += "bcm2835-v4l2"
42module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1"
43
44# video camera support
45VIDEO_CAMERA = "1"
46
47RPI_FT5604 = "1"
48KERNEL_DEVICETREE += "overlays/rpi-ft5406-overlay.dtb"
49MACHINE_FEATURES += "pitft"
50