target/x86/image: use qemu-img from STAGING_DIR_HOST
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 12 Aug 2019 10:04:04 +0000 (12:04 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2019 14:57:32 +0000 (16:57 +0200)
commit33411ee9190bf6783eef0d1fac90ec1dd7c2cdff
treecac91103c7a8fb4ceec09e17cee1a89855a270d2
parent0d0617ff14b8b020896680de1f1a49c7ba8a5e0d
target/x86/image: use qemu-img from STAGING_DIR_HOST

The host tool package qemu is build for the target x86. The installed tool
qemu-img is needed to build vdi or vmdk images. In the image Makefile we
use however the host installed qemu-img command and not the tool from the
buildsystem. This commit force to use the already build qemu-img command
from the openwrt toolchain.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
target/linux/x86/image/Makefile