diff options
author | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-14 20:14:24 +0200 |
---|---|---|
committer | Serhii Voloshynov <serhii.voloshynov@globallogic.com> | 2022-01-14 20:14:24 +0200 |
commit | 4173e9d2eb7fbafdad4791fa581812f82eca2110 (patch) | |
tree | b966fddb834bf86d78b23933c8e5fad03072108e /recipes-kernel/linux | |
parent | e4e1c1ad52397d5807b18349cb6990c3e8364d6d (diff) | |
download | meta-multitech-atmel-4173e9d2eb7fbafdad4791fa581812f82eca2110.tar.gz meta-multitech-atmel-4173e9d2eb7fbafdad4791fa581812f82eca2110.tar.bz2 meta-multitech-atmel-4173e9d2eb7fbafdad4791fa581812f82eca2110.zip |
fix MTR and MTCAP builds
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux-at91_5.4.81.bb | 2 |
1 files changed, 1 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 6d0d9cb..1ebe14e 100644 --- a/recipes-kernel/linux/linux-at91_5.4.81.bb +++ b/recipes-kernel/linux/linux-at91_5.4.81.bb @@ -45,7 +45,6 @@ COMMON_PATCHES = " \ file://linux-5.4-OF-DT-Overlay-configfs-interface.patch \ file://linux-5.4-revert-net-macb-Properly-handle-phylink-on-at91rm9200.patch \ file://linux-5.4-bring-back-PAE-bit-and-fix-NCFGR-values-applicable-f.patch \ - file://linux-5.4-rs485-atmel-crtscts.patch \ file://mt-at91.h \ " @@ -53,6 +52,7 @@ SRC_URI_append_mtcdt = "\ ${COMMON_PATCHES} \ file://linux-5.4-reserve-5-bit-serial-for-multidrop.patch \ file://linux-5.4-export_name_to_desc.patch \ + file://linux-5.4-rs485-atmel-crtscts.patch \ " SRC_URI_append_mtrv1 = "\ ${COMMON_PATCHES} \ |