diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-01-19 14:47:55 +0000 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-01-19 15:09:26 +0000 |
| commit | c94707a67921b49a39dcf6b7ce713083d59c0480 (patch) | |
| tree | 9cea9c8c3eb91c3fcd685c25746e0a28d93bf9a5 | |
| parent | 92df15ec76656ac4dafbd5e483f2d9b8416c3ec9 (diff) | |
| download | poky-c94707a67921b49a39dcf6b7ce713083d59c0480.tar.gz | |
qemuppc: Add qemuppc machine
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/conf/machine/qemuppc.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf new file mode 100644 index 0000000000..9baa893cf8 --- /dev/null +++ b/meta/conf/machine/qemuppc.conf | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: qemu PPC Emulator setup | ||
| 3 | #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation | ||
| 4 | |||
| 5 | TARGET_ARCH = "powerpc" | ||
| 6 | |||
| 7 | require conf/machine/include/qemu.inc | ||
| 8 | require conf/machine/include/tune-ppc603e.inc | ||
| 9 | |||
| 10 | KERNEL_IMAGETYPE = "uImage" | ||
| 11 | |||
| 12 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 13 | |||
| 14 | PREFERRED_PROVIDER_virtual/kernel = "linux" | ||
