mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
poky-qemu-internal: Add -no-reboot option for poky-qemu-internal since can't halt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3571 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Handle running Poky images under qemu
|
# Handle running Poky images under qemu
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2007 OpenedHand Ltd.
|
# Copyright (C) 2006-2008 OpenedHand Ltd.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License version 2 as
|
# it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -73,7 +73,7 @@ if [ "$MACHINE" = "qemuarm" ]; then
|
|||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
KERNCMDLINE="root=/dev/nfs nfsroot=192.168.7.1:$HDIMAGE rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
|
KERNCMDLINE="root=/dev/nfs nfsroot=192.168.7.1:$HDIMAGE rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
|
||||||
QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb"
|
QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -no-reboot"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user