summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-11-18 13:00:26 -0600
committerJohn Klug <john.klug@multitech.com>2016-11-18 13:00:26 -0600
commitcb1e85a890f0717f9932489f9617d291f4694aec (patch)
treef840197b06885107d7d843be7b2be31ab1e4c855
parent4a18f2fd37f24489154ce3f02db6d703f680552a (diff)
downloadmeta-multitech-cb1e85a890f0717f9932489f9617d291f4694aec.tar.gz
meta-multitech-cb1e85a890f0717f9932489f9617d291f4694aec.tar.bz2
meta-multitech-cb1e85a890f0717f9932489f9617d291f4694aec.zip
Add cadence ethernet patch to all kernels
-rw-r--r--recipes-kernel/linux/linux_3.12.27.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb
index 074ac48..8191d8a 100644
--- a/recipes-kernel/linux/linux_3.12.27.bb
+++ b/recipes-kernel/linux/linux_3.12.27.bb
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
DEPENDS += "xz-native bc-native"
-SRC_URI = "https://www.kernel.org/pub/linux/kernel/v3.x/linux-${PV}.tar.gz"
+SRC_URI = "https://www.kernel.org/pub/linux/kernel/v3.x/linux-${PV}.tar.gz \
+ file://linux-3.12-cadence-macb.patch \
+"
S = "${WORKDIR}/${PN}-${PV}"