diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-03 09:30:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-03 09:30:34 +0000 |
commit | a3764bfaf2fd3c04c91d502244994d6c429c952a (patch) | |
tree | 10e9efe7f016f87ab50793e75a368542b1fa76fb /conf | |
parent | 308571650c92db02b960edf382e158f2ef48c50c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/03 10:30:22+01:00 (none)!pb
remove modules-collateral, hostap-modules, orinoco-modules
BKrev: 40e67cbamvnjqpKWWp34hwTS5RswvQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/h3900.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/h3900.conf b/conf/h3900.conf index e69de29bb2..f2fc8f2805 100644 --- a/conf/h3900.conf +++ b/conf/h3900.conf @@ -0,0 +1,12 @@ +TARGET_ARCH = "arm" +IPKG_ARCHS = "all arm ipaqpxa h3900" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" +EXTRA_IMAGECMD_h3900 = "-e 0x40000 -p" +BOOTSTRAP_EXTRA_DEPENDS = "handhelds-pxa" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules" + +include conf/handheld-common.conf +# not using tune-xscale so as to retain backwards compatibility +include conf/tune-strongarm.conf + |