summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
blob: d1ed0e131e28dfb801c4e8c3264d0517d17d14cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#@TYPE: Machine
#@NAME: BeagleBone machine
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board 

require conf/machine/include/ti33x.inc
require conf/machine/include/beaglebone.inc

KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"

# Only has DVI connector for external screen
MACHINE_GUI_CLASS = "bigscreen"

WKS_FILE = "sdimage-bootpart.wks"
IMAGE_BOOT_FILES = "MLO u-boot.img"
IMAGE_FSTYPES += "tar.xz wic.xz"

SERIAL_CONSOLE = "115200 ttyS0"

UBOOT_MACHINE = "am335x_boneblack_config"

do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"