diff options
| author | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 15:53:15 -0500 |
|---|---|---|
| committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-01 15:53:15 -0500 |
| commit | de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7 (patch) | |
| tree | 56c6fc3c9a8740eee83ea8d2fc6843b351e2fe4a /recipes-kernel/linux/linux_3.12.27.bb | |
| parent | 17546fcb10af43ef4e9aef70ecff341848501278 (diff) | |
| download | meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.tar.gz meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.tar.bz2 meta-multitech-de22fe2e10f6c1acdf8e5bddd7834f5d7fc168d7.zip | |
mtcap: rename machine type mtp to mtcap
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() { |
