mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Remove jailhouse overlay as it is not currently available in ti-linux-5.10.y branch. Removing for now, and shall be added back once they are available in 5.10 kernel. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
21 lines
552 B
Plaintext
21 lines
552 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J7200 EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J7200 EVM
|
|
|
|
require conf/machine/include/j7.inc
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS3"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j7200-common-proc-board.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "j7200_evm_a72_config"
|
|
|
|
# J7200 supports multi-certificate images, use the same
|
|
IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
|
|
|
|
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|