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 a73bf224..49edfd61 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -4,19 +4,21 @@
4 4
5require conf/machine/include/ti33x.inc 5require conf/machine/include/ti33x.inc
6 6
7KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" 7KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblue.dtb \
8 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
9 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"
8 10
9# Only has DVI connector for external screen 11# Only has DVI connector for external screen
10MACHINE_GUI_CLASS = "bigscreen" 12MACHINE_GUI_CLASS = "bigscreen"
11 13
12WKS_FILE = "sdimage-bootpart.wks"
13IMAGE_BOOT_FILES = "MLO u-boot.img"
14IMAGE_FSTYPES += "tar.xz wic.xz"
15
16SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyS0"
17 15
18UBOOT_MACHINE = "am335x_boneblack_config" 16UBOOT_MACHINE = "am335x_boneblack_config"
19 17
18WKS_FILE = "sdimage-bootpart.wks"
19IMAGE_BOOT_FILES = "MLO u-boot.img"
20IMAGE_FSTYPES += "tar.xz wic.xz"
21
20do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" 22do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
21 23
22# Refine the list of device targets for ti-pdk class recipes 24# Refine the list of device targets for ti-pdk class recipes