summaryrefslogtreecommitdiff
path: root/recipes-core/images/mtre-modules.inc
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-27 21:17:55 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-27 21:17:55 +0200
commit5ae745dc01caacce6f9ab60fd59138fb841e3a99 (patch)
treefd5f386edc3d8722ab30f6688fa12d4aed5b74ec /recipes-core/images/mtre-modules.inc
parentf1ba333112e095f7b90ad7c2e00bbfc5cd781629 (diff)
parente8658446ca0fdae5d53b5e920a7cb385db9062b7 (diff)
downloadmeta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.tar.gz
meta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.tar.bz2
meta-mlinux-atmel-5ae745dc01caacce6f9ab60fd59138fb841e3a99.zip
Merge branch 'ap/temp' into mtre-dunfell
Diffstat (limited to 'recipes-core/images/mtre-modules.inc')
-rw-r--r--recipes-core/images/mtre-modules.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-core/images/mtre-modules.inc b/recipes-core/images/mtre-modules.inc
new file mode 100644
index 0000000..1bd3820
--- /dev/null
+++ b/recipes-core/images/mtre-modules.inc
@@ -0,0 +1,16 @@
+# This file could be improved
+# by removing modules not needed
+# by MTR. It could also be
+# improved by not includeing
+# modules that are dependency's
+# of other modules.
+
+include common-modules.inc
+
+IMAGE_INSTALL_append_mtre = "\
+ kernel-module-rtc-ds1307 \
+ kernel-module-leds-pca955x \
+ kernel-module-mii \
+"
+
+