diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 12:52:49 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 19:38:46 +0100 |
commit | 74a308c3d3f92bd16b102f7c8c23fb931829afe1 (patch) | |
tree | f969df3063d261433caea2fc71e67e30a8faa222 /conf/distro/jlime-mongo.conf | |
parent | 1d1e92c5a2e25df8bb897c3c890cb05ac23fc274 (diff) |
Remove obselete distro files:
* We earlier had an need for different distro files
due to differences in archs. Now we have managed to merge
all platforms into a single distro file. Besides these old
distro files havent been used in between 1-4 years so its
time to get rid of them.
All current development should focus on the jlime-2009.1.conf
distro file (which is up to date).
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'conf/distro/jlime-mongo.conf')
-rw-r--r-- | conf/distro/jlime-mongo.conf | 105 |
1 files changed, 0 insertions, 105 deletions
diff --git a/conf/distro/jlime-mongo.conf b/conf/distro/jlime-mongo.conf deleted file mode 100644 index 2e6c43462e..0000000000 --- a/conf/distro/jlime-mongo.conf +++ /dev/null @@ -1,105 +0,0 @@ -#----------------------------------------------------------------------------- -#@TYPE: Distribution -#@NAME: Jlime Mongo <jlime.com> -#@DESCRIPTION: Jlime Mobility Embedded Linux Distribution for the -# HP Jornada 720/728 handheld pc. -#@MAINTAINER: Matt Oudenhoven <wicked5850@yahoo.com> -#----------------------------------------------------------------------------- - -# -# Header -# -DISTRO_NAME = "Jlime" -DISTRO_VERSION = "Mongo" -#DISTRO_TYPE = "release" -#DISTRO_TYPE = "debug" - -export FEED_URLS_jlime = "http://mongo.jlime.com/feed" - -#<>------------------------------------------------------------------> -#<>What we want on the bootstrap image (extra) -#<> -#<>------------------------------------------------------------------< -DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate \ - console-tools tslib-tests parted dialog" - -#<>------------------------------------------------------------------> -#<>Our Image files should look abit better. -#<> -#<>------------------------------------------------------------------< -IMAGE_NAME = "${IMAGE_BASENAME}-Mongo-${MACHINE}" - -# -# Naming schemes -# -INHERIT += "debian" - -# -# Packaging and output format -# -INHERIT += "package_ipk" -INHERIT += "package_tar" -IMAGE_FSTYPES = "tar.bz2" - -# -# Kernel -# -KERNEL = "kernel26" -MACHINE_KERNEL_VERSION = "2.6" - -# -# Binutils & Compiler -# -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -PREFERRED_VERSION_gcc = "4.2.2" -PREFERRED_VERSION_gcc-cross = "4.2.2" -PREFERRED_VERSION_gcc-cross-initial = "4.2.2" -PREFERRED_VERSION_gcc-cross-intermediate = "4.2.2" -PREFERRED_VERSION_binutils = "2.18" -PREFERRED_VERSION_binutils-cross = "2.18" - -# -# Target OS & FPU system -# -TARGET_OS = "linux" -TARGET_FPU_arm = "soft" -TARGET_FPU_armeb = "soft" - -LIBC = "glibc" -require conf/distro/include/${LIBC}.inc - -PREFERRED_VERSION_linux-libc-headers = "2.6.18" -PREFERRED_VERSION_glibc = "2.5" - -# -# Bootstrap & Init -# -PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" -require conf/distro/include/sane-srcdates.inc -require conf/distro/include/sane-srcrevs.inc - -# -# Framebuffer & X -# -PREFERRED_PROVIDER_virtual/libx11 = "diet-x11" -PREFERRED_PROVIDER_tslib = "tslib" -PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -require conf/distro/include/preferred-xorg-versions-X11R7.4.inc - -# -# GPE -# -require conf/distro/include/preferred-gpe-versions-2.8.inc - -# -# Opie -# -QTE_VERSION = "2.3.10" -PALMTOP_USE_MULTITHREADED_QTE = "yes" -OPIE_VERSION = "1.2.3" -require conf/distro/include/preferred-opie-versions.inc |