mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
17 lines
544 B
Plaintext
17 lines
544 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \
|
|
am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
|
|
am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
|
|
|
|
# Only has DVI connector for external screen
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|
|
|
|
IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"
|