mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
imx95-19x19-verdin: Add new configs on the machine
This commit append imx7-m7-core on WKS_FILE_DEPENDS to provide the IMAGE_BOOT_FILES added. Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit is contained in:
parent
b1401c70b5
commit
3f0c2f8187
|
@ -54,6 +54,7 @@ UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_BASENAME}_fspi_defconfig"
|
|||
|
||||
IMXBOOT_TARGETS = "flash_a55"
|
||||
|
||||
IMXBOOT_TARGETS_BASENAME = "flash"
|
||||
OEI_BOARD = "mx95lp5"
|
||||
DDR_TYPE = "lpddr5"
|
||||
|
||||
|
@ -65,6 +66,18 @@ DDR_FIRMWARE_NAME = " \
|
|||
"
|
||||
|
||||
IMXBOOT_VARIANT = ""
|
||||
M4_DEFAULT_IMAGE_MX95:imx-nxp-bsp = "imx95-verdin-evk_m7_TCM_power_mode_switch.bin"
|
||||
|
||||
WKS_FILE_DEPENDS:append:imx-nxp-bsp = " imx-m7-demos"
|
||||
IMAGE_BOOT_FILES:append:imx-nxp-bsp = " \
|
||||
mcore-demos/imx95-verdin-evk_m7_TCM_power_mode_switch.bin \
|
||||
mcore-demos/imx95-verdin-evk_m7_TCM_rpmsg_lite_pingpong_rtos_linux_remote.bin \
|
||||
mcore-demos/imx95-verdin-evk_m7_TCM_rpmsg_lite_str_echo_rtos.bin \
|
||||
mcore-demos/imx95-verdin-evk_m7_TCM_sai_low_power_audio.bin \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'xen', 'xen', '', d)} \
|
||||
"
|
||||
|
||||
#IMXBOOT_VARIANT = ""
|
||||
|
||||
# The System Manager Firmware Name corresponds to a particular binary implementation
|
||||
# in the Yocto deploy folder. The name is comprised of the Firmware Basename and the
|
||||
|
|
Loading…
Reference in New Issue
Block a user