From 38a742a4e607e0cd103e072ecef4d711c6d0c5ba Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 2 Mar 2015 12:51:43 +0200 Subject: RPi: add wildcard to kernel recipe Patch version keeps changing in upstream sources. Change-Id: I0253d2991196a684c9799888995bfd00a910bc3e Reviewed-by: Eirik Aavitsland --- .../linux/linux-raspberrypi_3.12.%.bbappend | 27 ++++++++++++++++++++++ .../linux/linux-raspberrypi_3.12.26.bbappend | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.%.bbappend delete mode 100644 meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.26.bbappend (limited to 'meta-raspberrypi-extras/recipes') diff --git a/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.%.bbappend b/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.%.bbappend new file mode 100644 index 0000000..94b2ab1 --- /dev/null +++ b/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.%.bbappend @@ -0,0 +1,27 @@ +############################################################################# +## +## 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$ +## +############################################################################# + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/../../../recipes/linux/linux:" +SRC_URI += "\ + file://ARM-perf-add-support-for-perf-registers-API.diff \ + file://ARM-perf-wire-up-perf_regs-and-unwind-support-for-AR.patch \ + " diff --git a/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.26.bbappend b/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.26.bbappend deleted file mode 100644 index 94b2ab1..0000000 --- a/meta-raspberrypi-extras/recipes/linux/linux-raspberrypi_3.12.26.bbappend +++ /dev/null @@ -1,27 +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$ -## -############################################################################# - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/../../../recipes/linux/linux:" -SRC_URI += "\ - file://ARM-perf-add-support-for-perf-registers-API.diff \ - file://ARM-perf-wire-up-perf_regs-and-unwind-support-for-AR.patch \ - " -- cgit v1.2.3-54-g00ecf