From ced772a05558f3fed732231b023b70e20ac20109 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 11 Apr 2014 10:14:57 +0000 Subject: reuqire qemu-img to be installed (the one we have in tools is too old) Signed-off-by: Imre Kaloz SVN-Revision: 40451 --- target/linux/x86_64/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/x86_64/image') diff --git a/target/linux/x86_64/image/Makefile b/target/linux/x86_64/image/Makefile index d77a5bc..1514956 100644 --- a/target/linux/x86_64/image/Makefile +++ b/target/linux/x86_64/image/Makefile @@ -208,3 +208,7 @@ endif endef $(eval $(call BuildImage)) + +$(eval $(call RequireCommand,qemu-img, \ + Please install qemu-img (package qemu-utils in Ubuntu/Debian). \ +)) -- cgit v1.1