summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi-extras/conf
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-04 12:28:31 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-05 10:30:07 +0000
commit88018bbd9bd18425a876505a13e5e32b79d7f33c (patch)
tree567058336bc9ef5893548e2c7af7bb171899cb9d /meta-raspberrypi-extras/conf
parentdf4676ca212935e7ba57c83cdca41625a55cd8d6 (diff)
downloadmeta-boot2qt-88018bbd9bd18425a876505a13e5e32b79d7f33c.tar.gz
RPI: use latest revision of meta-raspberrypi
Adds support for RPi Zero and the 7" touch display Change-Id: I4ac5f2ce9e2ac8aa300331f48abaaf4249c70cee Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-raspberrypi-extras/conf')
-rw-r--r--meta-raspberrypi-extras/conf/layer.conf33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-raspberrypi-extras/conf/layer.conf b/meta-raspberrypi-extras/conf/layer.conf
deleted file mode 100644
index 0ac91aa..0000000
--- a/meta-raspberrypi-extras/conf/layer.conf
+++ /dev/null
@@ -1,33 +0,0 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23# We have a conf and classes directory, append to BBPATH
24BBPATH .= ":${LAYERDIR}"
25
26# We have a recipes directory, add to BBFILES
27BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
28 ${LAYERDIR}/recipes*/*/*.bbappend \
29 "
30
31BBFILE_COLLECTIONS += "b2qt_rpi"
32BBFILE_PATTERN_b2qt_rpi := "^${LAYERDIR}/"
33BBFILE_PRIORITY_b2qt_rpi = "20"