diff options
author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-28 14:39:43 -0300 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-14 18:12:22 -0300 |
commit | 087d398f70da3114f7cc90da47cd8eda685c2b28 (patch) | |
tree | 6896b89e43fdf9e0cf93c94052272234cbfb64ce | |
parent | da98e4e6edc6e9356a0167887e4d0b3f9501b38a (diff) | |
download | meta-freescale-087d398f70da3114f7cc90da47cd8eda685c2b28.tar.gz |
include/imx8x-mek: Add new MACHINE_FEATURES on imx8dx and imx8qxp machines
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
-rw-r--r-- | conf/machine/include/imx8x-mek.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx8x-mek.inc b/conf/machine/include/imx8x-mek.inc index 239fc1cf..e8308586 100644 --- a/conf/machine/include/imx8x-mek.inc +++ b/conf/machine/include/imx8x-mek.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/arm/armv8a/tune-cortexa35.inc | |||
4 | IMX_DEFAULT_BSP = "nxp" | 4 | IMX_DEFAULT_BSP = "nxp" |
5 | 5 | ||
6 | MACHINE_FEATURES += "pci optee bcm43455 bcm4356 nxp8997-pcie nxp9098-pcie" | 6 | MACHINE_FEATURES += "pci optee bcm43455 bcm4356 nxp8997-pcie nxp9098-pcie" |
7 | MACHINE_FEATURES:append:use-nxp-bsp = " bcm4359" | 7 | MACHINE_FEATURES:append:use-nxp-bsp = " bcm4359 nxpwifi-all-pcie nxpwifi-all-sdio" |
8 | 8 | ||
9 | # Don't include kernels in standard images | 9 | # Don't include kernels in standard images |
10 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" | 10 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" |