comparison sources/configs/mipsel @ 372:37c8a6c9a493

Teach qemu-setup.sh to use oneit so ctrl-c works under the emulator. Also factor out some more generic emulator info from the configs (the real console device, which oneit needs to know, and the root device.)
author Rob Landley <rob@landley.net>
date Sat, 19 Jul 2008 08:02:37 -0500
parents cffc6d6ff459
children
comparison
equal deleted inserted replaced
371:b59c2561166e 372:37c8a6c9a493
4 KERNEL_PATH=vmlinux 4 KERNEL_PATH=vmlinux
5 BINUTILS_FLAGS= 5 BINUTILS_FLAGS=
6 GCC_FLAGS= 6 GCC_FLAGS=
7 QEMU_TEST=mipsel 7 QEMU_TEST=mipsel
8 8
9 ROOT=hda
10 CONSOLE=ttyS0
11
9 emulator_command() 12 emulator_command()
10 { 13 {
11 echo qemu-system-mipsel -M malta $(qemu_defaults "$@") \ 14 echo qemu-system-mipsel -M malta $(qemu_defaults "$@")
12 "console=ttyS0 root=/dev/hda\""
13 } 15 }
14 16
15 # Write out uClibc .config file. 17 # Write out uClibc .config file.
16 18
17 cat > "${WORK}"/miniconfig-uClibc << 'EOF' 19 cat > "${WORK}"/miniconfig-uClibc << 'EOF'