From 32d421e0924f706e0cb5232a07803fbf304a637d Mon Sep 17 00:00:00 2001 From: Serhii Voloshynov Date: Tue, 23 Mar 2021 16:53:40 +0200 Subject: prepare to make common whitelist --- recipes-core/images/mtcap-modules.inc | 6 +++++- recipes-core/images/mtr-modules.inc | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'recipes-core/images') diff --git a/recipes-core/images/mtcap-modules.inc b/recipes-core/images/mtcap-modules.inc index ed3ca51..b230838 100644 --- a/recipes-core/images/mtcap-modules.inc +++ b/recipes-core/images/mtcap-modules.inc @@ -5,6 +5,11 @@ # modules that are dependency's # of other modules. +IMAGE_INSTALL_append_mtcap = "\ + kernel-module-spi-atmel \ +" +# Modules for mtrv1 and mtr + IMAGE_INSTALL_append = " \ kernel-module-8021q \ kernel-module-af-alg \ @@ -224,7 +229,6 @@ IMAGE_INSTALL_append = " \ kernel-module-sha512-generic \ kernel-module-sit \ kernel-module-slhc \ - kernel-module-spi-atmel \ kernel-module-spidev \ kernel-module-spi-nor \ kernel-module-stp \ diff --git a/recipes-core/images/mtr-modules.inc b/recipes-core/images/mtr-modules.inc index f5a57b3..ef94107 100644 --- a/recipes-core/images/mtr-modules.inc +++ b/recipes-core/images/mtr-modules.inc @@ -9,7 +9,12 @@ IMAGE_INSTALL_append_mtr = "\ kernel-module-wl12xx \ kernel-module-wlcore \ kernel-module-wlcore-sdio \ + kernel-module-mii \ +" +IMAGE_INSTALL_append_mtrv1 = "\ + kernel-module-mii \ " + # Modules for mtrv1 and mtr IMAGE_INSTALL_append = " \ @@ -148,7 +153,6 @@ IMAGE_INSTALL_append = " \ kernel-module-md4 \ kernel-module-micrel \ kernel-module-microchip \ - kernel-module-mii \ kernel-module-mrp \ kernel-module-mtd-dataflash \ kernel-module-mtd-nandbiterrs \ -- cgit v1.2.3