mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 05:59:06 +00:00
This will no longer build after we switch away from k3-image-gen. Remove this version until it can be rebased on the latest U-Boot with binman support. For now switch current users of this over to u-boot-ti v2021.01. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
26 lines
630 B
Plaintext
26 lines
630 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-bb.org"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = "am335x-bone"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
am335x-bone.dtb \
|
|
am335x-boneblue.dtb \
|
|
am335x-boneblack.dtb \
|
|
am335x-boneblack-wireless.dtb \
|
|
am335x-bonegreen.dtb \
|
|
am335x-bonegreen-wireless.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-zimage"
|