summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-14 18:08:28 +0200
committerMykyta Dorokhin <mykyta.dorokhin@globallogic.com>2021-01-14 18:09:01 +0200
commit0f9cd457c488c5aa4773a963c975eb6d7f9506b6 (patch)
treee6dacb502b970682b740c494f6a60c3ef58d7e47 /recipes-kernel
parent2df97d0813042af146f21b865527355641f0fb63 (diff)
downloadmeta-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.bb10
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')