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.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index ff964ac8..d1ed0e13 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -10,8 +10,12 @@ KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
10# Only has DVI connector for external screen 10# Only has DVI connector for external screen
11MACHINE_GUI_CLASS = "bigscreen" 11MACHINE_GUI_CLASS = "bigscreen"
12 12
13IMAGE_FSTYPES += "tar.gz" 13WKS_FILE = "sdimage-bootpart.wks"
14IMAGE_BOOT_FILES = "MLO u-boot.img"
15IMAGE_FSTYPES += "tar.xz wic.xz"
14 16
15SERIAL_CONSOLE = "115200 ttyS0" 17SERIAL_CONSOLE = "115200 ttyS0"
16 18
17UBOOT_MACHINE = "am335x_boneblack_config" 19UBOOT_MACHINE = "am335x_boneblack_config"
20
21do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"