summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-05-18 14:05:01 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-18 14:05:01 +0000
commit1dfe6a3d89e15e0f8bb09570ec7e887a948d86b9 (patch)
tree6ccae6a2cf1351e929732237acc8c6c003936de9 /conf
parent56d1883c3858d8df9a2e08652c5bb4562be9f603 (diff)
jlime-donkey: new distro - close #1002
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/jlime-donkey.conf85
1 files changed, 85 insertions, 0 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf
new file mode 100644
index 0000000000..1871af384b
--- /dev/null
+++ b/conf/distro/jlime-donkey.conf
@@ -0,0 +1,85 @@
+#@TYPE: Distribution
+#@NAME: Jornada Linux Mobility Edition (JLime) <www.jlime.com>
+#@DESCRIPTION: Distribution file for JLime (Linux for HP jornada 5xx,6xx,7xx,8xx series)
+#@MAINTAINER: Kristoffer Ericson <Kristoffer@jlime.com>
+
+DISTRO = "Jornada Linux Mobility Edition"
+DISTRO_NAME = "JLime"
+DISTRO_VERSION = "Donkey"
+DISTRO_TYPE = "Beta"
+
+export FEED_URLS_jlime = "donkey##http://www.jlime.com/downloads/Releases/donkey/${TARGET_ARCH}/feed/"
+
+#<>
+#<> We will set CVS DATE when things are known to work.
+#<>
+#SRCDATE = "20060516"
+PREFERRED_PROVIDERS = "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc"
+
+#<>
+#<>We want kdrive as our default X-Server.
+#<>
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+
+#<>
+#<>Setting Preferred Binutils,gcc,glibc and linux-libc-headers
+#<>
+PREFERRED_VERSION_binutils = "2.15.94.0.1"
+PREFERRED_VERSION_binutils-cross = "2.15.94.0.1"
+PREFERRED_VERSION_binutils-cross-sdk = "2.15.94.0.1"
+PREFERRED_VERSION_gcc = "3.4.4"
+PREFERRED_VERSION_gcc-cross = "3.4.4"
+PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
+PREFERRED_VERSION_linux-libc-headers = "2.6.15.99"
+PREFERRED_VERSION_glibc = "2.3.5+cvs20050627"
+PREFERRED_VERSION_glibc-initial = "2.3.2"
+
+#<>
+#<>Setting Preferred glib-2.0,glib-1.2
+#<>
+PREFERRED_VERSION_glib-2.0-native = "2.6.5"
+PREFERRED_VERSION_glib-1.2-native = "1.2.10"
+PREFERRED_VERSION_glib-2.0 = "2.8.4"
+PREFERRED_VERSION_glib-1.2 = "1.2.10"
+
+#<>
+#<>Setting Preferred xserver-kdrive
+#<>
+PREFERRED_VERSION_xserver-kdrive = "0.0+cvs20060312"
+
+#<>
+#<>Other Specific stuff.
+#<>
+INHERIT += "package_tar package_ipk"
+BBINCLUDELOGS = "yes"
+IMAGE_FSTYPES = "tar.bz2"
+TARGET_OS = "linux"
+
+#<>
+#<>What we want on the bootstrap image (extra)
+#<>
+BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils"
+
+#<>
+#<>What Opie version should we use.
+#<>
+OPIE_VERSION = "1.2.2"
+include conf/distro/preferred-opie-versions.inc
+
+#<>
+#<>We want to be able to build this for all jornadas so
+#<>to not mess up the folders we need to make them dynamic.
+#<>It will use different folders depending on Arch (set in local.conf)
+include conf/distro/include/multimachine.conf
+
+#<>
+#<>Our Image files should look abit better.
+#<>
+#<>
+IMAGE_NAME = "${IMAGE_BASENAME}-Donkey-${MACHINE}"
+
+