From 88018bbd9bd18425a876505a13e5e32b79d7f33c Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 4 Feb 2016 12:28:31 +0200 Subject: RPI: use latest revision of meta-raspberrypi Adds support for RPi Zero and the 7" touch display Change-Id: I4ac5f2ce9e2ac8aa300331f48abaaf4249c70cee Reviewed-by: Teemu Holappa --- meta-raspberrypi-extras/conf/layer.conf | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta-raspberrypi-extras/conf/layer.conf (limited to 'meta-raspberrypi-extras/conf') 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 @@ -############################################################################# -## -## 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" -- cgit v1.2.3-54-g00ecf