aboutsummaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-09-10 09:54:52 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-27 13:37:37 +0300
commit258855105491b51e57cd1273710972c251fab7e0 (patch)
treed84db4a8f3f6fac28dce33e7529c0f41339ecdbb /meta-raspberrypi-extras
parenteeb890732e02978c1959c46bef7255b233624643 (diff)
QBSP: include readme file in the QBSP image package
Add READMEs to be included in the QBSP image package, machine specific instructions moved from the online docs. Task-number: QTBUG-72815 Change-Id: I3af024aabb393eb32d866cd925e20d4f341f0d7d Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
Diffstat (limited to 'meta-raspberrypi-extras')
-rw-r--r--meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme.bbappend30
-rw-r--r--meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme/README4
2 files changed, 34 insertions, 0 deletions
diff --git a/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme.bbappend b/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme.bbappend
new file mode 100644
index 00000000..64d9670e
--- /dev/null
+++ b/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme.bbappend
@@ -0,0 +1,30 @@
+############################################################################
+##
+## Copyright (C) 2019 The Qt Company Ltd.
+## Contact: https://www.qt.io/licensing/
+##
+## This file is part of the Boot to Qt meta layer.
+##
+## $QT_BEGIN_LICENSE:GPL$
+## 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 https://www.qt.io/terms-conditions. For further
+## information use the contact form at https://www.qt.io/contact-us.
+##
+## GNU General Public License Usage
+## Alternatively, this file may be used under the terms of the GNU
+## General Public License version 3 or (at your option) any later version
+## approved by the KDE Free Qt Foundation. The licenses are as published by
+## the Free Software Foundation and appearing in the file LICENSE.GPL3
+## included in the packaging of this file. Please review the following
+## information to ensure the GNU General Public License requirements will
+## be met: https://www.gnu.org/licenses/gpl-3.0.html.
+##
+## $QT_END_LICENSE$
+##
+############################################################################
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
diff --git a/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme/README b/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme/README
new file mode 100644
index 00000000..2095db24
--- /dev/null
+++ b/meta-raspberrypi-extras/recipes/qbsp-readme/qbsp-readme/README
@@ -0,0 +1,4 @@
+To successfully set up the Boot to Qt software stack,
+follow the instructions in https://doc.qt.io/QtForDeviceCreation/qtdc-qbsp-installation-guide.html#.
+
+In 3. Configuring a Device Kit in Qt Creator, you should note that Raspberry Pi does not support USB OTG.