diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-14 18:08:28 +0200 |
---|---|---|
committer | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-14 18:09:01 +0200 |
commit | 0f9cd457c488c5aa4773a963c975eb6d7f9506b6 (patch) | |
tree | e6dacb502b970682b740c494f6a60c3ef58d7e47 /recipes-kernel | |
parent | 2df97d0813042af146f21b865527355641f0fb63 (diff) | |
download | meta-multitech-atmel-0f9cd457c488c5aa4773a963c975eb6d7f9506b6.tar.gz meta-multitech-atmel-0f9cd457c488c5aa4773a963c975eb6d7f9506b6.tar.bz2 meta-multitech-atmel-0f9cd457c488c5aa4773a963c975eb6d7f9506b6.zip |
linux 5.4: integrate existing patches from 4.9.87 (except configfs support for DTS overlays)
Diffstat (limited to 'recipes-kernel')
-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') |