From 579d003d7696ea399b839e430bd8a976d9bb6f66 Mon Sep 17 00:00:00 2001 From: Tuomas Heimonen Date: Fri, 8 Apr 2016 14:43:42 +0300 Subject: Raspberry Pi conf split Change-Id: I556a0b35ff21edc6bec1897dd1c769012058df6b Reviewed-by: Samuli Piippo --- conf/distro/include/raspberrypi.inc | 50 +++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 conf/distro/include/raspberrypi.inc (limited to 'conf/distro/include/raspberrypi.inc') 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 @@ +############################################################################## +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the Boot to Qt meta layer. +## +## $QT_BEGIN_LICENSE:COMM$ +## +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## $QT_END_LICENSE$ +## +############################################################################## + +IMAGE_FSTYPES += "ext3 rpi-sdimg" + +BOOTFS_CONTENT = "\ + bcm2835-bootfiles/*: \ + ${KERNEL_IMAGETYPE}:kernel.img \ + " + +BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy" + +MACHINE_EXTRA_INSTALL_SDK = " \ + userland-dev \ + " + +MACHINE_EXTRA_INSTALL = "\ + userland \ + omxplayer \ + " + +KERNEL_MODULE_AUTOLOAD += "snd-bcm2835 bcm2835-v4l2" +KERNEL_MODULE_PROBECONF += "bcm2835-v4l2" +module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1" + +# video camera support +VIDEO_CAMERA = "1" + +RPI_FT5604 = "1" +KERNEL_DEVICETREE += "overlays/rpi-ft5406-overlay.dtb" +MACHINE_FEATURES += "pitft" + -- cgit v1.2.3-54-g00ecf