From 7a512a3d0ef6ddefff5b2e54c0c715025a58bcaf Mon Sep 17 00:00:00 2001 From: Mykyta Dorokhin Date: Wed, 31 Aug 2016 12:38:15 +0300 Subject: mtp: Add initial support for the new mtp machine type. Existing kernel/u-boot/at91bootstrap modified to support building against mtp machine type. --- recipes-kernel/linux/linux_3.12.27.bb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux_3.12.27.bb') 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() { -- cgit v1.2.3