diff options
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r-- | conf/machine/beaglebone.conf | 6 |
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 |
11 | MACHINE_GUI_CLASS = "bigscreen" | 11 | MACHINE_GUI_CLASS = "bigscreen" |
12 | 12 | ||
13 | IMAGE_FSTYPES += "tar.gz" | 13 | WKS_FILE = "sdimage-bootpart.wks" |
14 | IMAGE_BOOT_FILES = "MLO u-boot.img" | ||
15 | IMAGE_FSTYPES += "tar.xz wic.xz" | ||
14 | 16 | ||
15 | SERIAL_CONSOLE = "115200 ttyS0" | 17 | SERIAL_CONSOLE = "115200 ttyS0" |
16 | 18 | ||
17 | UBOOT_MACHINE = "am335x_boneblack_config" | 19 | UBOOT_MACHINE = "am335x_boneblack_config" |
20 | |||
21 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | ||