diff options
author | John Klug <john.klug@multitech.com> | 2021-09-23 11:29:16 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-10-05 14:43:02 -0500 |
commit | 838477330f351ae2b871bf40111748f10c567aaf (patch) | |
tree | b861aaf6a8707bea80cf14a65003f3ce095866c2 | |
parent | ae5e958a7214588a3c5bb4fe0604af9c8b848187 (diff) | |
download | meta-multitech-838477330f351ae2b871bf40111748f10c567aaf.tar.gz meta-multitech-838477330f351ae2b871bf40111748f10c567aaf.tar.bz2 meta-multitech-838477330f351ae2b871bf40111748f10c567aaf.zip |
Add the USART4 overlay for MTRV1-0.4
-rw-r--r-- | recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb (renamed from recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb b/recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb index 887cb5e..76648ed 100644 --- a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb +++ b/recipes-bsp/multitech/mt-dt-overlay_1.0.4.bb @@ -10,7 +10,7 @@ INITSCRIPT_PARAMS = "start 40 S ." RDEPENDS_${PN} = "bash" -COMPATIBLE_MACHINE = "(mtcap|mtcdt)" +COMPATIBLE_MACHINE = "(mtcap|mtcdt|mtrv1)" # By using an overlay, we should be able to support multiple pinouts # using the same image. The overlays go into /lib/dtoverlays. |