summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 715d2f21..06f43861 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -5,19 +5,21 @@
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6require conf/machine/include/beaglebone.inc 6require conf/machine/include/beaglebone.inc
7 7
8KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" 8KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \
9 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
10 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
9 11
10# Only has DVI connector for external screen 12# Only has DVI connector for external screen
11MACHINE_GUI_CLASS = "bigscreen" 13MACHINE_GUI_CLASS = "bigscreen"
12 14
13WKS_FILE = "sdimage-bootpart.wks"
14IMAGE_BOOT_FILES = "MLO u-boot.img"
15IMAGE_FSTYPES += "tar.xz wic.xz"
16
17SERIAL_CONSOLE = "115200 ttyS0" 15SERIAL_CONSOLE = "115200 ttyS0"
18 16
19UBOOT_MACHINE = "am335x_boneblack_config" 17UBOOT_MACHINE = "am335x_boneblack_config"
20 18
19WKS_FILE = "sdimage-bootpart.wks"
20IMAGE_BOOT_FILES = "MLO u-boot.img"
21IMAGE_FSTYPES += "tar.xz wic.xz"
22
21do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 23do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
22 24
23# Refine the list of device targets for ti-pdk class recipes 25# Refine the list of device targets for ti-pdk class recipes