diff options
Diffstat (limited to 'conf/machine/intel-quark.conf')
-rw-r--r-- | conf/machine/intel-quark.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index b56f0501..b615055f 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf | |||
@@ -34,6 +34,6 @@ KERNEL_EXTRA_ARGS = "EXTRA_CFLAGS=-Wa,-momit-lock-prefix=yes" | |||
34 | 34 | ||
35 | IMAGE_FSTYPES += "wic" | 35 | IMAGE_FSTYPES += "wic" |
36 | WKS_FILE ?= "galileodisk-sd.wks" | 36 | WKS_FILE ?= "galileodisk-sd.wks" |
37 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" | 37 | do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
38 | do_image_wic[recrdeptask] += "do_bootimg" | 38 | do_image_wic[recrdeptask] += "do_bootimg" |
39 | 39 | ||