diff options
author | John Klug <john.klug@multitech.com> | 2016-09-21 15:32:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-09-21 15:32:38 -0500 |
commit | 386d841ee45b5084baf86d693d9c705be6a6d2fe (patch) | |
tree | d04a592b43cfb8768645e834ba62cc71b25f12eb | |
parent | afa4bbe0e313b2f24e95dc99aa3504b6ee052dab (diff) | |
download | meta-multitech-386d841ee45b5084baf86d693d9c705be6a6d2fe.tar.gz meta-multitech-386d841ee45b5084baf86d693d9c705be6a6d2fe.tar.bz2 meta-multitech-386d841ee45b5084baf86d693d9c705be6a6d2fe.zip |
Fix regression caused by the PPS Driver Patch
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index 42d1171..5a238e1 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -36,11 +36,20 @@ 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)" +COMPATIBLE_MACHINE = "(mtcdt|mtp)" DTB_APPEND_mtcdt = "mtcdt" +DTB_APPEND_mtp = "mtp" # disable this on purpose for dev purposes do_rm_work() { |