summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2021-01-15 10:56:27 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-01-15 10:56:27 +0200
commita270cbac6da54d76f262c3039525581fb8565955 (patch)
tree25a301b719fc391b6eeb27a663a01f5c46943a57
parentabab4194ce981859ff06b1937057bc151e4d4429 (diff)
downloadmeta-mlinux-atmel-a270cbac6da54d76f262c3039525581fb8565955.tar.gz
meta-mlinux-atmel-a270cbac6da54d76f262c3039525581fb8565955.tar.bz2
meta-mlinux-atmel-a270cbac6da54d76f262c3039525581fb8565955.zip
Additional kernel modules (leds-pca955x, rtc-ds1307) for MTRE device.
-rw-r--r--recipes-core/images/mtr-modules.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes-core/images/mtr-modules.inc b/recipes-core/images/mtr-modules.inc
index f5a57b3..7231dc6 100644
--- a/recipes-core/images/mtr-modules.inc
+++ b/recipes-core/images/mtr-modules.inc
@@ -10,7 +10,13 @@ IMAGE_INSTALL_append_mtr = "\
kernel-module-wlcore \
kernel-module-wlcore-sdio \
"
-# Modules for mtrv1 and mtr
+
+IMAGE_INSTALL_append_mtre = "\
+ kernel-module-leds-pca955x \
+ kernel-module-rtc-ds1307 \
+"
+
+# Modules for mtrv1 and mtr and mtre
IMAGE_INSTALL_append = " \
kernel-module-8021q \