From: Andrew Wilcox Date: Wed, 16 Jan 2008 18:35:53 +0000 (+0000) Subject: Make the FEED_ARCH selection a bit more intelligent. X-Git-Tag: Release-2010-05/1~7890^2~7^2~3^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=357976448f85ffff8a011309c86b3966d9d130e9;p=openembedded.git Make the FEED_ARCH selection a bit more intelligent. --- diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf index 03115118ed..533b41526b 100644 --- a/conf/distro/openprotium.conf +++ b/conf/distro/openprotium.conf @@ -25,7 +25,8 @@ INHERIT += "debian multimachine" INHERIT += "package_ipk" IMAGE_FSTYPES = "jffs2 tar.gz" OPENPROTIUM_URI = "http://www.openprotium.org" -FEED_ARCH ?= ${PACKAGE_ARCH} +FEED_ARCH_storcenter = ppc603e +FEED_ARCH_turbostation = ppc603e FEED_URIS = "\ no-arch##${OPENPROTIUM_URI}/releases/${DISTRO_VERSION}/all \ base##${OPENPROTIUM_URI}/releases/${DISTRO_VERSION}/${FEED_ARCH} \