diff options
author | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-03-07 13:05:07 +0000 |
commit | 0b098d35b319ed6c00f363cb0d4fd447d7fb8d57 (patch) | |
tree | a830bf983a66688f5648cd83e362c4fea2f48f6b /conf/machine/include/gumstix.inc | |
parent | 06fb90eb31b0b85a5c5c7adf185ce2515c5b1220 (diff) | |
parent | d3bbd28f22fbd8e9d097081fa128ae18197f36e1 (diff) |
merge of '26501141207c84e31e0f43c5795a15c0f16dbce5'
and '86618f966282489d43b51fbf0ee93b954ac615ae'
Diffstat (limited to 'conf/machine/include/gumstix.inc')
-rw-r--r-- | conf/machine/include/gumstix.inc | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index 1bc0b2e000..8b7d5be188 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -17,7 +17,7 @@ UBOOT_ENTRYPOINT = "a0008000" MACHINE_FEATURES += "kernel26 " COMBINED_FEATURES ?= "" -IMAGE_FSTYPES = "jffs2" +IMAGE_FSTYPES = "jffs2 tar.gz" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash-uids" SERIAL_CONSOLE = "115200 ttyS0 vt100" @@ -31,8 +31,11 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= " \ # The following *should* be in a distro.conf file # We include them here to avoid creating a new distro +PREFERRED_PROVIDER_classpath = "classpath" +PREFERRED_PROVIDER_bluez-utils-dbus = "bluez-utils" + PREFERRED_VERSION_gumstix-kernel = "2.6.21" -PREFERRED_VERSION_udev = "115" +PREFERRED_VERSION_udev = "118" PREFERRED_VERSION_gnuplot = "4.0.0" PREFERRED_VERSION_dropbear = "0.47" PREFERRED_VERSION_wpa-supplicant = "0.5.8" @@ -41,4 +44,11 @@ PREFERRED_VERSION_bluez-utils-alsa = "3.24" PREFERRED_VERSION_bluez-libs = "3.24" PREFERRED_VERSION_bluez-gstreamer-plugin = "3.24" PREFERRED_VERSION_bluez-hcidump = "1.40" - +PREFERRED_VERSION_microwindows = "0.91" +PREFERRED_VERSION_midori = "0.0.15" +PREFERRED_VERSION_jamvm = "1.5.0" +PREFERRED_VERSION_classpath = "0.96" +PREFERRED_VERSION_qtopia-core = "4.3.3" +PREFERRED_VERSION_uicmoc4-native = "4.3.3" + +SRCREV_pn-webkit-gtk = "28656" |