summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-21 04:06:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-21 21:21:09 -0400
commit38dd996ea1b0ad94e6a496336282d5bf23e6f345 (patch)
tree7142d0a9ab32182410b805254aadfdd81095bc75 /conf
parent127edce6a099d5bb1c2af64ced3299bcffd7632a (diff)
downloadmeta-ti-38dd996ea1b0ad94e6a496336282d5bf23e6f345.tar.gz
beaglebone: setup wic to produce SD card image
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to '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"