diff options
Diffstat (limited to 'recipes-kernel/linux/linux_3.12.27.bb')
-rw-r--r-- | recipes-kernel/linux/linux_3.12.27.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux_3.12.27.bb b/recipes-kernel/linux/linux_3.12.27.bb index 5a238e1..074ac48 100644 --- a/recipes-kernel/linux/linux_3.12.27.bb +++ b/recipes-kernel/linux/linux_3.12.27.bb @@ -36,20 +36,20 @@ SRC_URI_append_mtcdt = "\ file://linux-3.12-add-num_accessory_ports-config-option.patch \ " -SRC_URI_append_mtp = "\ +SRC_URI_append_mtcap = "\ ${COMMON_PATCHES} \ file://defconfig \ file://linux-3.12-eeprom-setup-mtcdt.patch \ - file://linux-3.12-mtp-device-tree.patch \ + file://linux-3.12-mtcap-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|mtcap)" DTB_APPEND_mtcdt = "mtcdt" -DTB_APPEND_mtp = "mtp" +DTB_APPEND_mtcap = "mtcap" # disable this on purpose for dev purposes do_rm_work() { |