summaryrefslogtreecommitdiffstats
path: root/scripts/poky-qemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/poky-qemu-internal')
-rwxr-xr-xscripts/poky-qemu-internal7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index 5e74169bdf..3638a65a8e 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -268,13 +268,6 @@ if [ "$NFS_SERVER" = "" ]; then
268fi 268fi
269 269
270if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then 270if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then
271 if [ -e /proc/sys/vm/mmap_min_addr ]; then
272 if [ `cat /proc/sys/vm/mmap_min_addr` != "0" ]; then
273 echo "Error, please set /proc/sys/vm/mmap_min_addr to 0 since otherwise it can cause problems with QEMU"
274 return
275 fi
276 fi
277
278 QEMU=qemu-system-arm 271 QEMU=qemu-system-arm
279 MACHINE_SUBTYPE=versatilepb 272 MACHINE_SUBTYPE=versatilepb
280 QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS" 273 QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS"