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:17:54 -0400
commitae9edd5f1ed133032dad1e2683f045a8b7d8aab5 (patch)
tree434b7debe014e8d4a9c1f1f6fb0d2ace0c9d9685 /conf
parent3d731d4004a3823285176d98abe8f968230cfd1b (diff)
downloadmeta-ti-ae9edd5f1ed133032dad1e2683f045a8b7d8aab5.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"