mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 19:39:17 +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>
27 lines
729 B
Plaintext
27 lines
729 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone AI-64 (A72)
|
|
#@DESCRIPTION: Machine configuration for the BeagleBone AI-64 board (A72 core)
|
|
|
|
require conf/machine/include/j721e.inc
|
|
|
|
UBOOT_MACHINE = "j721e_evm_a72_config"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j721e-beagleboneai64.dtb \
|
|
ti/k3-j721e-common-proc-board.dtb \
|
|
ti/k3-j721e-evm-csi2-ov5640.dtbo \
|
|
ti/k3-j721e-evm-fusion.dtbo \
|
|
ti/k3-j721e-evm-gesi-exp-board.dtbo \
|
|
ti/k3-j721e-evm-quad-port-eth-exp.dtbo \
|
|
ti/k3-j721e-evm-virt-mac-client.dtbo \
|
|
ti/k3-j721e-sk-csi2-ov5640.dtbo \
|
|
ti/k3-j721e-sk-csi2-rpi-imx219.dtbo \
|
|
ti/k3-j721e-sk-fusion.dtbo \
|
|
ti/k3-j721e-sk-rpi-hdr-ehrpwm.dtbo \
|
|
ti/k3-j721e-sk.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|