From 661b9cabc1d022aa00e11e9d8eaea4ab8bca394f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Nov 2006 13:39:30 +0000 Subject: 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 --- meta/conf/machine/qemux86.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf/machine/qemux86.conf') 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 @@ #@DESCRIPTION: Machine configuration for running an x86 system under qemu emulation TARGET_ARCH = "i586" -TARGET_VENDOR = "-oe" PACKAGE_EXTRA_ARCHS = "x86" require conf/machine/include/qemu.conf -# require conf/machine/include/tune-arm926ejs.conf SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3-54-g00ecf