diff options
-rw-r--r-- | recipes-kernel/linux/linux-at91_5.4.81.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb index c9302c9..2977c39 100644 --- a/recipes-kernel/linux/linux-at91_5.4.81.bb +++ b/recipes-kernel/linux/linux-at91_5.4.81.bb @@ -32,7 +32,16 @@ SRC_URI_remove_sama7g5ek = "file://defconfig" COMMON_PATCHES = " \ file://defconfig \ + file://linux-5.4-at91sam9_wdt-10second-timeout.patch \ + file://linux-5.4-disable-atmel_mci-mmc_pwrseq-due-to-build-fail.patch \ + file://linux-5.4-spidev_squack.patch \ + file://linux-5.4-add-num_accessory_ports-config-option.patch \ + file://linux-5.4-cdc-acm-ignore-exar-devices.patch \ + file://EXTRAVERSION.patch \ + file://linux-5.4-addl-time-for-pmeccerrloc.patch \ " +# MTS TODO: file://950-0090-OF-DT-Overlay-configfs-interface.patch + SRC_URI_append_mtcdt = "\ ${COMMON_PATCHES} \ @@ -47,7 +56,6 @@ SRC_URI_append_mtr = "\ ${COMMON_PATCHES} \ " - python __anonymous () { if d.getVar('UBOOT_FIT_IMAGE', True) == 'xyes': d.appendVar('DEPENDS', ' u-boot-mkimage-native dtc-native') |