[oe-commits] org.oe.dev Make the FEED_ARCH selection a bit more intelligent.

awilcox commit openembedded-commits at lists.openembedded.org
Wed Jan 16 20:29:26 UTC 2008


Make the FEED_ARCH selection a bit more intelligent.

Author: awilcox at openembedded.org
Branch: org.openembedded.dev
Revision: 6c9956ec1a001a4b674c495aa904e479ca9c0aaf
ViewMTN: http://monotone.openembedded.org/revision/info/6c9956ec1a001a4b674c495aa904e479ca9c0aaf
Files:
1
conf/distro/openprotium.conf
Diffs:

#
# mt diff -r776a345f052c5352efa0a810830a321456747f8a -r6c9956ec1a001a4b674c495aa904e479ca9c0aaf
#
# 
# 
# patch "conf/distro/openprotium.conf"
#  from [675a168a57ce9b21aa838b950b5ae0da07243da2]
#    to [c91df50d1b1b24f6a52eba1264c1e195813952dd]
# 
============================================================
--- conf/distro/openprotium.conf	675a168a57ce9b21aa838b950b5ae0da07243da2
+++ conf/distro/openprotium.conf	c91df50d1b1b24f6a52eba1264c1e195813952dd
@@ -25,7 +25,8 @@ OPENPROTIUM_URI = "http://www.openprotiu
 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} \






More information about the Openembedded-commits mailing list