diff options
author | John Klug <john.klug@multitech.com> | 2021-09-08 08:40:25 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-09-08 08:40:25 -0500 |
commit | 0c925625573a399754241136f859b8e8dba543e6 (patch) | |
tree | 469887dfd2dae91999d8793bc5de015a91db99e2 | |
parent | be6ef63e4509f08bc482f07a167ca1f1f21c7bcf (diff) | |
download | meta-multitech-0c925625573a399754241136f859b8e8dba543e6.tar.gz meta-multitech-0c925625573a399754241136f859b8e8dba543e6.tar.bz2 meta-multitech-0c925625573a399754241136f859b8e8dba543e6.zip |
Anticipating future mtac-gpiob/mtac-003 needs
-rw-r--r-- | recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb b/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb index ba3a7ab..887cb5e 100644 --- a/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb +++ b/recipes-bsp/multitech/mt-dt-overlay_1.0.1.bb @@ -10,8 +10,7 @@ INITSCRIPT_PARAMS = "start 40 S ." RDEPENDS_${PN} = "bash" -# For now, just mtcap -COMPATIBLE_MACHINE = "(mtcap)" +COMPATIBLE_MACHINE = "(mtcap|mtcdt)" # By using an overlay, we should be able to support multiple pinouts # using the same image. The overlays go into /lib/dtoverlays. |