diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-27 15:32:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 15:32:32 +0000 |
commit | cea4c3d023db29f9ddf75dba403262dd9932d1f7 (patch) | |
tree | 0fcddffc35ab78892f24fa642deef113b1e679e7 /conf | |
parent | cf48a26def1b006524f244ab18ee892ab2932510 (diff) | |
parent | 9bcca595397feb60a1bcd3a485bb6680e62c636b (diff) |
merge of aa6f9aaabdcd4ae0fc3588b296bfb909b1deb0fa
and f0eb2ff6d879b69c095726d4650ab88be6b557e4
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 2 | ||||
-rw-r--r-- | conf/machine/jornada6xx.conf | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 8fe6a62061..0f475598e2 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -18,6 +18,8 @@ SRCDATE = "20060425" # Opie +#use 1337 mt version of opie to have a webbrowser +PALMTOP_USE_MULTITHREADED_QT = "yes" QTE_VERSION = "2.3.10" OPIE_VERSION = "1.2.2" include conf/distro/preferred-opie-versions.inc diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf index 6526f50ef4..03fa7faa62 100644 --- a/conf/machine/jornada6xx.conf +++ b/conf/machine/jornada6xx.conf @@ -2,8 +2,8 @@ #@NAME: HP Jornada 680 #@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer -TARGET_ARCH = "sh3" -IPKG_ARCHS = "all sh3 ${MACHINE}" +TARGET_ARCH = "sh" +IPKG_ARCHS = "all ${TARGET_ARCH} ${MACHINE}" PREFERRED_VERSION_glibc = "2.3.4" PREFERRED_VERSION_glibc-initial = "2.3.4" |