From: Nadav Har'El <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master

build: aarch64: eliminate warnings from imgedit.py

Commit 6703d2283158f062eb0bccf0db9ccb73c6bbe6ac eliminated some annoying
complaints by newer qemu that we didn't explicitly specify the format of
a raw image, but I forgot to fix one place specific to the aarch64 build -
so this patch fixes that place.

Signed-off-by: Nadav Har'El <[email protected]>

---
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -487,7 +487,7 @@ $(out)/preboot.bin: $(out)/preboot.elf
 $(out)/loader.img: $(out)/preboot.bin $(out)/loader-stripped.elf
$(call quiet, dd if=$(out)/preboot.bin of=$@ > /dev/null 2>&1, DD $@ preboot.bin) $(call quiet, dd if=$(out)/loader-stripped.elf of=$@ conv=notrunc obs=4096 seek=16 > /dev/null 2>&1, DD $@ loader-stripped.elf)
-       $(call quiet, scripts/imgedit.py setargs $@ $(cmdline), IMGEDIT $@)
+ $(call quiet, scripts/imgedit.py setargs "-f raw $@" $(cmdline), IMGEDIT $@)

 endif # aarch64

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to