diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-07-14 12:58:22 -0500 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2022-07-14 12:58:22 -0500 |
commit | ff4df4b34737d4250ca5e8008c9c61074c3519ee (patch) | |
tree | aba115d679774a6062bd4a0077cc783cb78b73b4 /recipes-bsp | |
parent | 316b74abbf03edad7e90469bc031bae554d615cf (diff) | |
download | meta-multitech-ff4df4b34737d4250ca5e8008c9c61074c3519ee.tar.gz meta-multitech-ff4df4b34737d4250ca5e8008c9c61074c3519ee.tar.bz2 meta-multitech-ff4df4b34737d4250ca5e8008c9c61074c3519ee.zip |
Updated overlay recipe to add mtcpmhs support and removed redundant linux-at91 dependency
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mt-dt-overlay_1.2.7.bb (renamed from recipes-bsp/multitech/mt-dt-overlay_1.2.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mt-dt-overlay_1.2.5.bb b/recipes-bsp/multitech/mt-dt-overlay_1.2.7.bb index 58bcf69..260faea 100644 --- a/recipes-bsp/multitech/mt-dt-overlay_1.2.5.bb +++ b/recipes-bsp/multitech/mt-dt-overlay_1.2.7.bb @@ -9,11 +9,11 @@ INITSCRIPT_NAME = "${PN}" # because the gpio-leds driver will not load # after mts-io. INITSCRIPT_PARAMS = "start 39 S ." -DEPENDS = "dtc-native linux-at91 virtual/kernel u-boot-mkimage-native" +DEPENDS = "dtc-native virtual/kernel u-boot-mkimage-native" RDEPENDS_${PN} = "bash" -COMPATIBLE_MACHINE = "(mtcap|mtrv1|mtcdt)" +COMPATIBLE_MACHINE = "(mtcap|mtrv1|mtcdt|mtcpmhs)" # By using an overlay, we should be able to support multiple pinouts # using the same image. The overlays go into /lib/dtoverlays. |