meta-imx/meta-imx-bsp/conf/machine/imx6qpsabresd.conf
Neena Busireddy d25c439714 Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-12-08 06:41:38 +01:00

27 lines
806 B
Plaintext

#@TYPE: Machine
#@NAME: NXP i.MX6Q Plus SABRE Smart Device
#@SOC: i.MX6QP
#@DESCRIPTION: Machine configuration for NXP i.MX6QP SABRE Smart Device
#@MAINTAINER: Lauren Post <lauren.post@nxp.com>
MACHINEOVERRIDES =. "mx6:mx6q:"
include conf/machine/include/imx6sabresd-common.inc
KERNEL_DEVICETREE = " \
nxp/imx/imx6qp-sabresd.dtb \
nxp/imx/imx6qp-sabresd-btwifi.dtb \
nxp/imx/imx6qp-sabresd-hdcp.dtb \
nxp/imx/imx6qp-sabresd-ldo.dtb \
nxp/imx/imx6qp-sabresd-pcie-ep.dtb \
"
MACHINE_FEATURES:append = " optee"
UBOOT_CONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', 'sd', d)}"
UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"
UBOOT_CONFIG[sd-optee] = "mx6qpsabresd_optee_config,sdcard"
OPTEE_BIN_EXT = "6qpsdb"