diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-11-29 13:39:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 13:39:30 +0000 |
| commit | 661b9cabc1d022aa00e11e9d8eaea4ab8bca394f (patch) | |
| tree | 660861737f9889a3262955629029ca56d3afca96 | |
| parent | 255a9274241c54b59612f4095dbb10ad18c94aec (diff) | |
| download | poky-661b9cabc1d022aa00e11e9d8eaea4ab8bca394f.tar.gz | |
qemux86: machine config files should not set TARGET_VENDOR, its a distro option
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@979 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index 918376dce8..64b6c5fbff 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
| @@ -3,11 +3,9 @@ | |||
| 3 | #@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation | 3 | #@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation |
| 4 | 4 | ||
| 5 | TARGET_ARCH = "i586" | 5 | TARGET_ARCH = "i586" |
| 6 | TARGET_VENDOR = "-oe" | ||
| 7 | PACKAGE_EXTRA_ARCHS = "x86" | 6 | PACKAGE_EXTRA_ARCHS = "x86" |
| 8 | 7 | ||
| 9 | require conf/machine/include/qemu.conf | 8 | require conf/machine/include/qemu.conf |
| 10 | # require conf/machine/include/tune-arm926ejs.conf | ||
| 11 | 9 | ||
| 12 | SERIAL_CONSOLE = "115200 ttyS0" | 10 | SERIAL_CONSOLE = "115200 ttyS0" |
| 13 | 11 | ||
