summaryrefslogtreecommitdiffstats
path: root/meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-12 14:05:39 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-04-13 09:30:40 +0000
commitac3620551872d8196505425648eaef9ee0bb771f (patch)
tree724ac00ed7585d53a9d3cce3c320abee9ae4a614 /meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend
parent17412f4a768e36ba5ecd899610f556424a9471df (diff)
downloadmeta-boot2qt-ac3620551872d8196505425648eaef9ee0bb771f.tar.gz
smarc-samx6i: fix kernel build
Cherry-pick needed changes to make kernel build with gcc5 Change-Id: Ib930f4cc2601318d98f9bac246a209333859289f Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend')
-rw-r--r--meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend b/meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend
index 330a4f1..4f05ca1 100644
--- a/meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend
+++ b/meta-smx6-extras/recipes/linux/linux-smx6_3.14.28.bbappend
@@ -19,6 +19,12 @@
19## 19##
20############################################################################## 20##############################################################################
21 21
22FILESEXTRAPATHS_append := "${THISDIR}/${PN}:"
23SRC_URI += " \
24 file://0001-ARM-8158-1-LLVMLinux-use-static-inline-in-ARM-ftrace.patch \
25 file://0001-ARM-LLVMLinux-Change-extern-inline-to-static-inline-.patch \
26 "
27
22do_configure_prepend() { 28do_configure_prepend() {
23 sed -e '/CONFIG_USB_FUNCTIONFS_ETH=/d' \ 29 sed -e '/CONFIG_USB_FUNCTIONFS_ETH=/d' \
24 -e '/CONFIG_USB_FUNCTIONFS_RNDIS=/d' \ 30 -e '/CONFIG_USB_FUNCTIONFS_RNDIS=/d' \