From 23abf7f1a06769d5daf2243a51d246f0ee2837e1 Mon Sep 17 00:00:00 2001 From: Serhii Voloshynov Date: Tue, 23 Mar 2021 18:22:55 +0200 Subject: add mtre modules --- recipes-core/images/mtre-modules.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-core/images/mtre-modules.inc (limited to 'recipes-core') 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 \ +" + + -- cgit v1.2.3