From: Marcin Juszkiewicz Date: Thu, 18 Sep 2008 15:21:47 +0000 (+0000) Subject: x86: do not add 'x86' into list of package archs X-Git-Tag: Release-2010-05/1~6063^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5a9b117e7a82ae68fb29d3c0778a363265b2c8;p=openembedded.git x86: do not add 'x86' into list of package archs --- diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index cce5868313..30eb943cc6 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -6,7 +6,6 @@ # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html TARGET_ARCH = "i486" -PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"