diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-03-21 04:06:37 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-21 21:17:54 -0400 |
commit | ae9edd5f1ed133032dad1e2683f045a8b7d8aab5 (patch) | |
tree | 434b7debe014e8d4a9c1f1f6fb0d2ace0c9d9685 /conf | |
parent | 3d731d4004a3823285176d98abe8f968230cfd1b (diff) | |
download | meta-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.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" | ||