diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-04 12:21:39 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-04 12:21:39 +0000 |
commit | c70822e74a58d71097721d8c8c5908338c4936ce (patch) | |
tree | 9b88cc290268fbd63baf56f0988c4575f1eb7141 | |
parent | 600e2635294af6e610f197938668652c38a9595c (diff) |
dht-walnut: use PACKAGE_EXTRA_ARCHS instead of overwriting PACKAGE_ARCHS
-rw-r--r-- | conf/machine/dht-walnut.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index 4e9159e2e0..5acdb24ba6 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -3,7 +3,7 @@ #@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}" |