mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-28 23:49:05 +00:00
Instead of making kernel RDEPENDS on devicetree and different FW images with lots of machine-override appends that are hard to modify downstream, use proper MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS vars that are specifically designed for this purpose. This also makes such dependencies generic and not tied to a particular kernel recipe including kernel-rdepends.inc with the entire machine-specific list. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Acked-by: Andrew Davis <afd@ti.com> Acked-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
21 lines
579 B
PHP
21 lines
579 B
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY:append = ":am62axx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen"
|
|
|
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
|
|
|
# Default tiboot3.bin on AM62A is for HS-FS
|
|
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-fs-evm.bin"
|
|
|
|
# Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP
|
|
IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin"
|
|
|
|
# Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE
|
|
IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin"
|
|
|
|
TFA_BOARD = "lite"
|
|
OPTEEMACHINE = "k3-am62x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
|