diff options
author | John Klug <john.klug@multitech.com> | 2019-02-22 04:57:41 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-22 04:57:41 -0600 |
commit | a598b99ff7a1bda317d08ebeac813cbcd31e7faf (patch) | |
tree | 8cb80aefa1a79a0dc1e0834508b2d4e64c0cb28e /recipes-kernel | |
parent | 219a4d0b3d3eacb0ea198e4646515c814fd3f6cc (diff) | |
download | meta-multitech-a598b99ff7a1bda317d08ebeac813cbcd31e7faf.tar.gz meta-multitech-a598b99ff7a1bda317d08ebeac813cbcd31e7faf.tar.bz2 meta-multitech-a598b99ff7a1bda317d08ebeac813cbcd31e7faf.zip |
Add the DT Overlay patch to kernel for MTRV1
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 51cfe9b..5358151 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -43,11 +43,10 @@ COMMON_PATCHES = " \ file://EXTRAVERSION.patch \ file://linux-4.9-ledtrig-netdev.patch \ file://linux-4.9-telit_print_qmi_wwan.patch \ - file://linux-4.9-addl-time-for-pmeccerrloc.patch \ + file://linux-4.9-addl-time-for-pmeccerrloc.patch \ + file://950-0090-OF-DT-Overlay-configfs-interface.patch \ " -# file://at91pinctrl_reprobe.patch - SRC_URI_append_mtcdt = "\ ${COMMON_PATCHES} \ |