mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
qemu/mips: arrange for vmlinux to be bootable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ fi
|
||||
|
||||
if [ "$MACHINE" = "qemumips" ]; then
|
||||
if [ "x$ZIMAGE" = "x" ]; then
|
||||
ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux.bin-$MACHINE.bin
|
||||
ZIMAGE=$BUILDDIR/tmp/deploy/images/vmlinux-$MACHINE.bin
|
||||
fi
|
||||
if [ "$TYPE" = "ext3" ]; then
|
||||
if [ "x$HDIMAGE" = "x" ]; then
|
||||
|
||||
Reference in New Issue
Block a user