From 386d841ee45b5084baf86d693d9c705be6a6d2fe Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 21 Sep 2016 15:32:38 -0500 Subject: Fix regression caused by the PPS Driver Patch --- recipes-kernel/linux/linux_3.12.27.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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() { -- cgit v1.2.3