diff options
author | Patrick Ohly <patrick.ohly@gmx.de> | 2005-08-24 20:47:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 20:47:48 +0000 |
commit | d8e136911691c3b6888364b1a793dfb855114b5f (patch) | |
tree | ead4e6d2ff71f92307f909861c9d2527c837fddc /conf/machine | |
parent | 27f7324b91c07cdf890f319d39e99c0b13eda4f0 (diff) |
bugzilla bug 83: list all supported architectures so that tune-xscale can be used
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 9e91dcfbbc..0363bd2f01 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -8,7 +8,7 @@ KERNEL ?= "kernel24" OVERRIDES =. "${KERNEL}:" TARGET_ARCH = "arm" -IPKG_ARCHS = "all arm ipaqpxa h3900" +IPKG_ARCHS = "all arm armv4 armv4t armv5e armv5te ipaqpxa h3900" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel_kernel24 = "handhelds-pxa" PREFERRED_PROVIDER_virtual/kernel_kernel26 = "handhelds-pxa-2.6" |