summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-06-27 15:42:49 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-06-27 15:47:41 +0200
commitce3c1925df34b4d299b2dd1003ced41b9485ce41 (patch)
tree9ce264c8ebf08b3f945b4de80d29763a2985c67f
parent524053266e1a7e7fe095850b464e7bcc2e1789b0 (diff)
packagegroup-tdx-cli: Add missing mwifiexap to verdin-imx8mp
mwifiexap is required to create the uap0 device to be used for Wi-Fi AP mode, this used to be included because of the `mx8` RRECOMMENDS_packagegroup-machine-tdx-cli, however after the addition of a new `verdin-imx8mp` it is no longer there. Add mwifiexap explicitly to verdin-imx8mp packagegroup to solve the issue. Related-to: ELB-4535 Fixes: 7df50f3ff17a ("packagegroup-tdx-cli: verdin-imx8mp: add btuart") Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
-rw-r--r--recipes-images/images/packagegroup-tdx-cli.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/packagegroup-tdx-cli.bb b/recipes-images/images/packagegroup-tdx-cli.bb
index a02a48d..21709c2 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -103,6 +103,7 @@ RRECOMMENDS_packagegroup-machine-tdx-cli_colibri-imx7 = "\
"
RRECOMMENDS_packagegroup-machine-tdx-cli_verdin-imx8mp = "\
btuart \
+ mwifiexap \
"
RRECOMMENDS_packagegroup-machine-tdx-cli_mx8 = "\
mwifiexap \