diff options
author | John Klug <john.klug@multitech.com> | 2016-11-21 09:43:46 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-21 09:43:46 -0600 |
commit | 107557a69a5a545f85e3a706a524d0f7bba80e16 (patch) | |
tree | c3eb35f86fd76895b17bd34812b4153ae34a38ed | |
parent | 8fa996e48e946c01d5ef0f2540d53cc364c2c907 (diff) | |
download | meta-multitech-107557a69a5a545f85e3a706a524d0f7bba80e16.tar.gz meta-multitech-107557a69a5a545f85e3a706a524d0f7bba80e16.tar.bz2 meta-multitech-107557a69a5a545f85e3a706a524d0f7bba80e16.zip |
Cadence patch
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 4 |
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..1d82e66 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -9,7 +9,8 @@ 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 \ +" S = "${WORKDIR}/${PN}-${PV}" @@ -26,6 +27,7 @@ COMMON_PATCHES = " \ file://linux-3.12-spi-atmel-dma-min.patch \ file://linux-3.12.27-USB-option-reduce-interrupt-urb-logging-verbosity.patch \ file://linux-3.12-pps-gpio.patch \ + file://linux-3.12-cadence-macb.patch \ " SRC_URI_append_mtcdt = "\ |