summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux_3.12.27.bb
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2016-08-31 12:38:15 +0300
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2016-08-31 12:38:15 +0300
commit7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf (patch)
tree4a73f8d89580f61b1b2555a578871ca517723c73 /recipes-kernel/linux/linux_3.12.27.bb
parente8fef0c91691cdb00c70a6f96b85e3798c7ffc72 (diff)
downloadmeta-multitech-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.gz
meta-multitech-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.tar.bz2
meta-multitech-7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf.zip
mtp: Add initial support for the new mtp machine type.
Existing kernel/u-boot/at91bootstrap modified to support building against mtp machine type.
Diffstat (limited to 'recipes-kernel/linux/linux_3.12.27.bb')
-rw-r--r--recipes-kernel/linux/linux_3.12.27.bb11
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 aec6e54..dbd6e08 100644
--- a/recipes-kernel/linux/linux_3.12.27.bb
+++ b/recipes-kernel/linux/linux_3.12.27.bb
@@ -35,11 +35,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() {