aboutsummaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi-extras/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi-extras/conf/layer.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 0ac91aa1..00000000
--- a/meta-raspberrypi-extras/conf/layer.conf
+++ /dev/null
@@ -1,33 +0,0 @@
-#############################################################################
-##
-## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
-##
-## This file is part of the Qt Enterprise Embedded Scripts of the Qt
-## framework.
-##
-## $QT_BEGIN_LICENSE$
-## Commercial License Usage Only
-## Licensees holding valid commercial Qt license agreements with Digia
-## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
-## may use this file in accordance with the terms contained in said license
-## agreement.
-##
-## For further information use the contact form at
-## http://www.qt.io/contact-us.
-##
-##
-## $QT_END_LICENSE$
-##
-#############################################################################
-
-# We have a conf and classes directory, append to BBPATH
-BBPATH .= ":${LAYERDIR}"
-
-# We have a recipes directory, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
- ${LAYERDIR}/recipes*/*/*.bbappend \
- "
-
-BBFILE_COLLECTIONS += "b2qt_rpi"
-BBFILE_PATTERN_b2qt_rpi := "^${LAYERDIR}/"
-BBFILE_PRIORITY_b2qt_rpi = "20"