summaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-02-18 14:34:17 +0100
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-26 12:55:33 +0300
commit06a8c81b3a0ae818b129638a1d8d4f9b327d8eb2 (patch)
tree085fd7dee60caebe96efb9d1d81e719eaab9b16a /meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend
parent8127be12eb0e119c422f635fb7b8d43b81d2e8c5 (diff)
downloadmeta-boot2qt-06a8c81b3a0ae818b129638a1d8d4f9b327d8eb2.tar.gz
Fix Linux Kernel 3.18 build with Colibri-VF
The Linux Kernel blacklists GCC 4.8.0 - 4.8.2 because of a bug. The GCC 4.8.2 provided by Poky has already been patched for this bug so it is safe to renabled building with GCC 4.8. GCC Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854 Change-Id: If3ea442b1dfbef8991c39f8d1326643cf418b1ec Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend')
-rw-r--r--meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend
new file mode 100644
index 0000000..4f05386
--- /dev/null
+++ b/meta-toradex-extras/recipes/linux/linux-toradex-vf_3.18.bbappend
@@ -0,0 +1,26 @@
1#############################################################################
2##
3## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
4##
5## This file is part of the Qt Enterprise Embedded Scripts of the Qt
6## framework.
7##
8## $QT_BEGIN_LICENSE$
9## Commercial License Usage Only
10## Licensees holding valid commercial Qt license agreements with Digia
11## with an appropriate addendum covering the Qt Enterprise Embedded Scripts,
12## may use this file in accordance with the terms contained in said license
13## agreement.
14##
15## For further information use the contact form at
16## http://www.qt.io/contact-us.
17##
18##
19## $QT_END_LICENSE$
20##
21#############################################################################
22
23FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
24SRC_URI += " \
25 file://0001-Allow-builds-with-GCC-4.8.patch \
26 "