mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +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>
24 lines
553 B
Plaintext
24 lines
553 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"
|