diff options
author | John Klug <john.klug@multitech.com> | 2016-09-20 18:28:25 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-20 18:28:25 -0500 |
commit | 1f44d4748e01d9c4914295c5ba923487618e81fd (patch) | |
tree | c317a1e6c9d765f1392e499ff66aab2e0d019b86 /recipes-kernel/linux/linux_3.12.27.bb | |
parent | b93e7a6eeb3b9db0a211bcc8eaf406063040c069 (diff) | |
download | meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.tar.gz meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.tar.bz2 meta-multitech-1f44d4748e01d9c4914295c5ba923487618e81fd.zip |
PPS Driver Patch to handle both edges of the PPS signal.
Diffstat (limited to 'recipes-kernel/linux/linux_3.12.27.bb')
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index dbd6e08..42d1171 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -25,6 +25,7 @@ COMMON_PATCHES = " \ file://linux-3.12-release-rfcomm-port-fix.patch \ 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 \ " SRC_URI_append_mtcdt = "\ @@ -35,20 +36,11 @@ SRC_URI_append_mtcdt = "\ file://linux-3.12-add-num_accessory_ports-config-option.patch \ " -SRC_URI_append_mtp = "\ - ${COMMON_PATCHES} \ - file://defconfig \ - file://linux-3.12-eeprom-setup-mtcdt.patch \ - file://linux-3.12-mtp-device-tree.patch \ - file://linux-3.12-add-num_accessory_ports-config-option.patch \ - " - SRC_URI[md5sum] = "2f05332bfca89ae1348ae454af2f5ffb" SRC_URI[sha256sum] = "2014c55257dda311779359d6b42931079a687c154777cc528c44e25f262194cd" -COMPATIBLE_MACHINE = "(mtcdt|mtp)" +COMPATIBLE_MACHINE = "(mtcdt)" DTB_APPEND_mtcdt = "mtcdt" -DTB_APPEND_mtp = "mtp" # disable this on purpose for dev purposes do_rm_work() { |