From 1b292552e4c21563f9b1b1f614c68cae6b6e0569 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Mon, 18 Jan 2010 19:41:36 +0100 Subject: Rename jlime distro file. Stupid having 2009 for a file we are still perfecting, so bump it abit. Signed-off-by: Kristoffer Ericson --- conf/distro/jlime-2009.1.conf | 115 ---------------------------------------- conf/distro/jlime-2010.1.conf | 118 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 115 deletions(-) delete mode 100644 conf/distro/jlime-2009.1.conf create mode 100644 conf/distro/jlime-2010.1.conf (limited to 'conf') diff --git a/conf/distro/jlime-2009.1.conf b/conf/distro/jlime-2009.1.conf deleted file mode 100644 index b10aacc6c3..0000000000 --- a/conf/distro/jlime-2009.1.conf +++ /dev/null @@ -1,115 +0,0 @@ -#----------------------------------------------------------------------------- -#@TYPE: Distribution -#@NAME: Jlime 2009.1 -#@DESCRIPTION: Jlime Mobility Embedded Linux Distribution for the -# HP Jornada 620/660/680/690/720/728 handheld pc + Nec MP900c, -# Ben Nanonote. -#@MAINTAINER: Kristoffer Ericson -#----------------------------------------------------------------------------- - -# -# Header -# -DISTRO_NAME = "Jlime" -DISTRO_VERSION = "2009.1" -DISTRO_TYPE = "release" -export FEED_URLS_jlime = "http://repository.jlime.com/" - -OVERRIDES .= ":jlime" - -#<>------------------------------------------------------------------> -#<>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 = "JLiMe-${IMAGE_BASENAME}-2009.1-${MACHINE}" -SPLASH = "psplash" - -# -# Naming schemes + packages -# -INHERIT += "debian package_tar package_ipk src_distribute_local" -SRC_DIST_LOCAL ?= "symlink" -IMAGE_FSTYPES = "tar.gz tar.bz2 jffs2" -PREFERRED_PROVIDER_virtual/update-alternatives = "opkg-nogpg-nocurl" - -# -# Kernel -# -KERNEL = "kernel26" -MACHINE_KERNEL_VERSION = "git" - -# -# 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_PROVIDERS += " virtual/${TARGET_PREFIX}binutils:binutils-cross" -PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" -PREFERRED_PROVIDER_virtual/libusb0 = "libusb" -PREFERRED_PROVIDER_virtual/db = "db" -PREFERRED_PROVIDER_virtual/db-native = "db-native" -PREFERRED_PROVIDER_virtual/gtk+ = "gtk+" -PREFERRED_PROVIDER_gconf = "gconf" -PREFERRED_PROVIDER_avahi = "avahi" -PREFERRED_PROVIDER_gtk+ = "gtk+" -PREFERRED_PROVIDER_virtual/libqte2 = "qte-mt-static" -PREFERRED_PROVIDER_bluez-libs = "bluez-libs" - -PREFERRED_VERSION_gcc = "4.4.2" -PREFERRED_VERSION_gcc-cross = "4.4.2" -PREFERRED_VERSION_gcc-cross-initial = "4.4.2" -PREFERRED_VERSION_gcc-cross-intermediate = "4.4.2" -PREFERRED_VERSION_binutils = "2.18" -PREFERRED_VERSION_binutils-cross = "2.18" -PREFERRED_VERSION_coreutils-native = "6.0" - -# -# Target OS & FPU system -# -TARGET_OS = "linux" -TARGET_FPU_sh = "soft" -TARGET_FPU_arm = "soft" -TARGET_FPU_armeb = "soft" -TARGET_FPU_mipsel = "soft" -TARGET_FPU_mips = "soft" - -LIBC = "glibc" -require conf/distro/include/${LIBC}.inc - -PREFERRED_VERSION_linux-libc-headers = "2.6.31" -PREFERRED_VERSION_glibc-initial = "2.9" -PREFERRED_VERSION_glibc = "2.9" - -# -# Bootstrap & Init -# -PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" -require conf/distro/include/sane-srcdates.inc -require conf/distro/include/sane-srcrevs.inc - -# -# Framebuffer & X -# -require conf/distro/include/preferred-xorg-versions-X11R7.5.inc -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/libx11 = "libx11" -PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11" -PREFERRED_PROVIDER_tslib = "tslib" -PREFERRED_VERSION_mesa = "7.6" -PREFERRED_VERSION_mesa-dri = "7.6" -PREFERRED_VERSION_mesa-xlib = "7.6" - -# -# General Userspace -# -require conf/distro/include/preferred-opie-versions-1.2.4.inc -PREFERRED_VERSION_cdparanoia = "10.2" diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf new file mode 100644 index 0000000000..c60d65ddb8 --- /dev/null +++ b/conf/distro/jlime-2010.1.conf @@ -0,0 +1,118 @@ +#----------------------------------------------------------------------------- +#@TYPE: Distribution +#@NAME: Jlime 2010.1 +#@DESCRIPTION: Jlime Mobility Embedded Linux Distribution for the +# HP Jornada 620/660/680/690/720/728 handheld pc + Nec MP900c, +# Ben Nanonote. +# Unofficial support for Netbook pro, Bsquare Maui. +#@MAINTAINER: Kristoffer Ericson +#@MAINTAINER: Alex Ferguson +#@MAINTAINER: Filip Zyzniewski +#----------------------------------------------------------------------------- + +# +# Header +# +DISTRO_NAME = "Jlime" +DISTRO_VERSION = "2010.1" +DISTRO_TYPE = "release" +export FEED_URLS_jlime = "http://repository.jlime.com/" + +OVERRIDES .= ":jlime" + +#<>------------------------------------------------------------------> +#<>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 = "JLiMe-${IMAGE_BASENAME}-2009.1-${MACHINE}" +SPLASH = "psplash" + +# +# Naming schemes + packages +# +INHERIT += "debian package_tar package_ipk src_distribute_local" +SRC_DIST_LOCAL ?= "symlink" +IMAGE_FSTYPES = "tar.gz tar.bz2 jffs2" +PREFERRED_PROVIDER_virtual/update-alternatives = "opkg-nogpg-nocurl" + +# +# Kernel +# +KERNEL = "kernel26" +MACHINE_KERNEL_VERSION = "git" + +# +# 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_PROVIDERS += " virtual/${TARGET_PREFIX}binutils:binutils-cross" +PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers" +PREFERRED_PROVIDER_virtual/libusb0 = "libusb" +PREFERRED_PROVIDER_virtual/db = "db" +PREFERRED_PROVIDER_virtual/db-native = "db-native" +PREFERRED_PROVIDER_virtual/gtk+ = "gtk+" +PREFERRED_PROVIDER_gconf = "gconf" +PREFERRED_PROVIDER_avahi = "avahi" +PREFERRED_PROVIDER_gtk+ = "gtk+" +PREFERRED_PROVIDER_virtual/libqte2 = "qte-mt-static" +PREFERRED_PROVIDER_bluez-libs = "bluez-libs" + +PREFERRED_VERSION_gcc = "4.4.2" +PREFERRED_VERSION_gcc-cross = "4.4.2" +PREFERRED_VERSION_gcc-cross-initial = "4.4.2" +PREFERRED_VERSION_gcc-cross-intermediate = "4.4.2" +PREFERRED_VERSION_binutils = "2.18" +PREFERRED_VERSION_binutils-cross = "2.18" +PREFERRED_VERSION_coreutils-native = "6.0" + +# +# Target OS & FPU system +# +TARGET_OS = "linux" +TARGET_FPU_sh = "soft" +TARGET_FPU_arm = "soft" +TARGET_FPU_armeb = "soft" +TARGET_FPU_mipsel = "soft" +TARGET_FPU_mips = "soft" + +LIBC = "glibc" +require conf/distro/include/${LIBC}.inc + +PREFERRED_VERSION_linux-libc-headers = "2.6.31" +PREFERRED_VERSION_glibc-initial = "2.9" +PREFERRED_VERSION_glibc = "2.9" + +# +# Bootstrap & Init +# +PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" +require conf/distro/include/sane-srcdates.inc +require conf/distro/include/sane-srcrevs.inc + +# +# Framebuffer & X +# +require conf/distro/include/preferred-xorg-versions-X11R7.5.inc +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/libx11 = "libx11" +PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11" +PREFERRED_PROVIDER_tslib = "tslib" +PREFERRED_VERSION_mesa = "7.6" +PREFERRED_VERSION_mesa-dri = "7.6" +PREFERRED_VERSION_mesa-xlib = "7.6" + +# +# General Userspace +# +require conf/distro/include/preferred-opie-versions-1.2.4.inc +PREFERRED_VERSION_cdparanoia = "10.2" -- cgit v1.2.3