diff options
author | John Klug <john.klug@multitech.com> | 2016-11-21 09:23:06 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-11-21 09:23:06 -0600 |
commit | e8385d7c5f6f659ae3c739507f23608d75440c70 (patch) | |
tree | 8be3da7570d1c65d813d2f378f7e8ab3a9faffc0 /recipes-kernel/linux | |
parent | 3119893c9108d61c34a7f61863cd23ebabe2aab9 (diff) | |
download | meta-multitech-e8385d7c5f6f659ae3c739507f23608d75440c70.tar.gz meta-multitech-e8385d7c5f6f659ae3c739507f23608d75440c70.tar.bz2 meta-multitech-e8385d7c5f6f659ae3c739507f23608d75440c70.zip |
Put the patch in the patch list.
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index 8191d8a..1d82e66 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -10,7 +10,6 @@ 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 \ - file://linux-3.12-cadence-macb.patch \ " S = "${WORKDIR}/${PN}-${PV}" @@ -28,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 = "\ |