From 01603689e8dd2d3c5be0f41d41b3543452903f03 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 23 Sep 2014 13:04:47 +0300 Subject: Move meta-fsl-arm specific files to separate layer Create new layer for recipes and files that required only when meta-fsl-arm and meta-fsl-arm-extra layers are used. For now, the bblayers.conf template still includes the new layer as well. Change-Id: I01a0019ebaea3e1532f106e076f7608fb7aa86c6 Reviewed-by: Eirik Aavitsland --- meta-fsl-extras/conf/layer.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 meta-fsl-extras/conf/layer.conf (limited to 'meta-fsl-extras/conf') diff --git a/meta-fsl-extras/conf/layer.conf b/meta-fsl-extras/conf/layer.conf new file mode 100644 index 0000000..5e8676d --- /dev/null +++ b/meta-fsl-extras/conf/layer.conf @@ -0,0 +1,33 @@ +############################################################################# +## +## 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://qt.digia.com/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_fsl" +BBFILE_PATTERN_b2qt_fsl := "^${LAYERDIR}/" +BBFILE_PRIORITY_b2qt_fsl = "20" -- cgit v1.2.3-54-g00ecf