diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/beaglebone.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/beaglebone.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/beaglebone.conf b/meta-ti-bsp/conf/machine/beaglebone.conf new file mode 100644 index 00000000..cce8fd09 --- /dev/null +++ b/meta-ti-bsp/conf/machine/beaglebone.conf | |||
@@ -0,0 +1,16 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: BeagleBone machine | ||
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board | ||
4 | |||
5 | require conf/machine/include/ti33x.inc | ||
6 | |||
7 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \ | ||
8 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | ||
9 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | ||
10 | |||
11 | # Only has DVI connector for external screen | ||
12 | MACHINE_GUI_CLASS = "bigscreen" | ||
13 | |||
14 | SERIAL_CONSOLES = "115200;ttyS0" | ||
15 | |||
16 | IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage" | ||