diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-22 08:56:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-22 08:56:56 +0000 |
commit | b988b64bb97009c78f9951f8d03114e5a428a24d (patch) | |
tree | 0a501d7024144ea6da1a52a7f80f00ad0de0339b /conf | |
parent | 766538d84b6878fa4f5fced6d7ab34237ae2d908 (diff) |
dht-walnut: fix PACKAGE_EXTRA_ARCHS
Diffstat (limited to 'conf')
-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 d490028eca..ead6a83282 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -5,7 +5,7 @@ #@DESCRIPTION: Machine configuration for the DHT-Walnut 405GP development platform TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppc405" +PACKAGE_EXTRA_ARCHS = "ppc ppc405" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" UBOOT_ENTRYPOINT = "0" |