From e81f728cc5849a51ab9f0429a9ad7d22add2634b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 16 Mar 2016 11:13:32 +0200 Subject: emulator: upgrade to newer kernel Change-Id: I537c91255e6f32f1618be1bbf0dd5e8b0bebbdae Reviewed-by: Samuli Piippo --- recipes/linux/linux-yocto_3.%.bbappend | 28 ---------------------------- recipes/linux/linux-yocto_4.%.bbappend | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes/linux/linux-yocto_3.%.bbappend create mode 100644 recipes/linux/linux-yocto_4.%.bbappend diff --git a/recipes/linux/linux-yocto_3.%.bbappend b/recipes/linux/linux-yocto_3.%.bbappend deleted file mode 100644 index 23b9d3a..0000000 --- a/recipes/linux/linux-yocto_3.%.bbappend +++ /dev/null @@ -1,28 +0,0 @@ -############################################################################## -## -## Copyright (C) 2016 The Qt Company Ltd. -## Contact: http://www.qt.io/licensing/ -## -## This file is part of the Boot to Qt meta layer. -## -## $QT_BEGIN_LICENSE:COMM$ -## -## Commercial License Usage -## Licensees holding valid commercial Qt licenses may use this file in -## accordance with the commercial license agreement provided with the -## Software or, alternatively, in accordance with the terms contained in -## a written agreement between you and The Qt Company. For licensing terms -## and conditions see http://www.qt.io/terms-conditions. For further -## information use the contact form at http://www.qt.io/contact-us. -## -## $QT_END_LICENSE$ -## -############################################################################## - -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "\ - file://snd_intel8x0.cfg \ - " - -KMACHINE_emulator = "qemux86" -COMPATIBLE_MACHINE_emulator = "emulator" diff --git a/recipes/linux/linux-yocto_4.%.bbappend b/recipes/linux/linux-yocto_4.%.bbappend new file mode 100644 index 0000000..23b9d3a --- /dev/null +++ b/recipes/linux/linux-yocto_4.%.bbappend @@ -0,0 +1,28 @@ +############################################################################## +## +## Copyright (C) 2016 The Qt Company Ltd. +## Contact: http://www.qt.io/licensing/ +## +## This file is part of the Boot to Qt meta layer. +## +## $QT_BEGIN_LICENSE:COMM$ +## +## Commercial License Usage +## Licensees holding valid commercial Qt licenses may use this file in +## accordance with the commercial license agreement provided with the +## Software or, alternatively, in accordance with the terms contained in +## a written agreement between you and The Qt Company. For licensing terms +## and conditions see http://www.qt.io/terms-conditions. For further +## information use the contact form at http://www.qt.io/contact-us. +## +## $QT_END_LICENSE$ +## +############################################################################## + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI += "\ + file://snd_intel8x0.cfg \ + " + +KMACHINE_emulator = "qemux86" +COMPATIBLE_MACHINE_emulator = "emulator" -- cgit v1.2.3-54-g00ecf