summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2022-06-27 15:42:49 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-07-05 16:09:58 +0000
commit0cf07eb212db931dd76d00acf8f8c80bc55db32b (patch)
treefec1c487fc05075faaa852fcd07ac23f385761e0
parent5614ebae37f45248308b45a249fd61f0c627b860 (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> (cherry picked from commit ce3c1925df34b4d299b2dd1003ced41b9485ce41)
-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 8616797..1355da1 100644
--- a/recipes-images/images/packagegroup-tdx-cli.bb
+++ b/recipes-images/images/packagegroup-tdx-cli.bb
@@ -100,6 +100,7 @@ RRECOMMENDS:packagegroup-machine-tdx-cli:colibri-imx7 = "\
"
RRECOMMENDS_packagegroup-machine-tdx-cli:verdin-imx8mp = "\
btuart \
+ mwifiexap \
"
RRECOMMENDS:packagegroup-machine-tdx-cli:mx8-generic-bsp = "\
mwifiexap \