diff options
Diffstat (limited to 'recipes-kernel/linux')
-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() { |