From: Marcin Juszkiewicz Date: Fri, 10 Feb 2006 09:46:50 +0000 (+0000) Subject: zaurus-clamshell: s/c7x0/$MACHINE in IPKG_ARCHS - not every clamshell is c7x0 X-Git-Tag: Release-2010-05/1~9453^2~2371^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e22881ad0bb921d6f2ef04949523ad33a4d345;p=openembedded.git zaurus-clamshell: s/c7x0/$MACHINE in IPKG_ARCHS - not every clamshell is c7x0 taken from .oz354fam083 --- diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index ec10cd5e4e..7fc3ccc2ec 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/zaurus-clamshell.conf @@ -1,5 +1,5 @@ TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm armv4 armv5te c7x0" +IPKG_ARCHS = "all arm armv4 armv5te ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive"