[meta-ti] [morty/master][PATCH] beaglebone: setup wic to produce SD card image
Denys Dmytriyenko
denys at ti.com
Mon Mar 20 15:06:37 PDT 2017
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
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 ff964ac..d1ed0e1 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"
--
2.7.4
More information about the meta-ti
mailing list