aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-xlnx_3.10.bb')
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.10.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.10.bb b/recipes-kernel/linux/linux-xlnx_3.10.bb
index 7f03bc63..8edd4d71 100644
--- a/recipes-kernel/linux/linux-xlnx_3.10.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.10.bb
@@ -1,7 +1,11 @@
-# Kernel version and SRCREV correspond to:
+# Kernel version and SRCREV correspond to:
LINUX_VERSION = "3.10"
-# xilinx-v14.7 tag
+# xilinx-v14.7 tag
SRCREV ?= "efc27505715e64526653f35274717c0fc56491e3"
PR = "r1"
include linux-xlnx.inc
+
+# The MACB driver is non-functional in the 3.10 kernel
+KERNEL_FEATURES_append_zynq += "features/xilinx/disable-macb.scc"
+