summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-04-28 14:39:43 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2025-05-14 18:12:22 -0300
commit087d398f70da3114f7cc90da47cd8eda685c2b28 (patch)
tree6896b89e43fdf9e0cf93c94052272234cbfb64ce
parentda98e4e6edc6e9356a0167887e4d0b3f9501b38a (diff)
downloadmeta-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.inc2
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
4IMX_DEFAULT_BSP = "nxp" 4IMX_DEFAULT_BSP = "nxp"
5 5
6MACHINE_FEATURES += "pci optee bcm43455 bcm4356 nxp8997-pcie nxp9098-pcie" 6MACHINE_FEATURES += "pci optee bcm43455 bcm4356 nxp8997-pcie nxp9098-pcie"
7MACHINE_FEATURES:append:use-nxp-bsp = " bcm4359" 7MACHINE_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
10RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" 10RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""