[oe-commits] org.oe.dev dht-walnut: use PACKAGE_EXTRA_ARCHS instead of overwriting PACKAGE_ARCHS

koen commit openembedded-commits at lists.openembedded.org
Sun Feb 4 12:23:40 UTC 2007


dht-walnut: use PACKAGE_EXTRA_ARCHS instead of overwriting PACKAGE_ARCHS

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a7590edee2fc601a4dfc71aae5955e47ef2a4ae1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a7590edee2fc601a4dfc71aae5955e47ef2a4ae1
Files:
1
conf/machine/dht-walnut.conf
Diffs:

#
# mt diff -r68b3ed4484fdac8ed374ae2fa653188c87efc9c7 -ra7590edee2fc601a4dfc71aae5955e47ef2a4ae1
#
# 
# 
# patch "conf/machine/dht-walnut.conf"
#  from [aa8da471568a4bc1c16eac3227ff3566af9d8759]
#    to [37ab294609d228a242e1f802b16a57b43c68f247]
# 
============================================================
--- conf/machine/dht-walnut.conf	aa8da471568a4bc1c16eac3227ff3566af9d8759
+++ conf/machine/dht-walnut.conf	37ab294609d228a242e1f802b16a57b43c68f247
@@ -1,9 +1,9 @@ TARGET_ARCH = "powerpc"
 #@TYPE: Machine
 #@Name: DHT-Walnut Development Platform
 #@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP  development platform
 
 TARGET_ARCH = "powerpc"
-PACKAGE_ARCHS = "all powerpc ${MACHINE} ppc405"
+PACKAGE_EXTRA_ARCHS = "ppc405"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 






More information about the Openembedded-commits mailing list