From 38dd996ea1b0ad94e6a496336282d5bf23e6f345 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 21 Mar 2017 04:06:37 +0000 Subject: [PATCH] beaglebone: setup wic to produce SD card image Signed-off-by: Denys Dmytriyenko --- conf/machine/beaglebone.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" # Only has DVI connector for external screen MACHINE_GUI_CLASS = "bigscreen" -IMAGE_FSTYPES += "tar.gz" +WKS_FILE = "sdimage-bootpart.wks" +IMAGE_BOOT_FILES = "MLO u-boot.img" +IMAGE_FSTYPES += "tar.xz wic.xz" SERIAL_CONSOLE = "115200 ttyS0" UBOOT_MACHINE = "am335x_boneblack_config" + +do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"