[oe-commits] Kristoffer Ericson : Since we are working with 3 different archs (mips/sh3/ arm)

git version control git at git.openembedded.org
Tue Dec 22 09:48:06 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: b7ff17c5a59b328695a4e8721aceb204de012711
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b7ff17c5a59b328695a4e8721aceb204de012711

Author: Kristoffer Ericson <kristoffer.ericson at gmail.com>
Date:   Mon Dec 21 16:36:09 2009 +0100

Since we are working with 3 different archs (mips/sh3/arm)
we require versions that compile on all those platforms.
We update the gcc/glibc versions so that sh3 starts
building again. We also adjust the imagefile naming
and some minor version settings.

Signed-off-by:Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 conf/distro/jlime-2009.1.conf |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/conf/distro/jlime-2009.1.conf b/conf/distro/jlime-2009.1.conf
index 97de5cd..61c2ce3 100644
--- a/conf/distro/jlime-2009.1.conf
+++ b/conf/distro/jlime-2009.1.conf
@@ -26,12 +26,13 @@ DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate \
 #<>Our Image files should look abit better.
 #<>
 #<>------------------------------------------------------------------<
-IMAGE_NAME = "${IMAGE_BASENAME}-2009.1-${MACHINE}"
+IMAGE_NAME = "JLiMe-${IMAGE_BASENAME}-2009.1-${MACHINE}"
 SPLASH = "psplash"
 
 #
 # Naming schemes + packages
 #
+SRC_DIST_LOCAL = "copy"
 INHERIT += "debian package_tar package_ipk src_distribute_local src_distribute"
 IMAGE_FSTYPES = "tar.gz tar.bz2 jffs2"
 
@@ -60,11 +61,12 @@ PREFERRED_PROVIDER_gtk+ = "gtk+"
 PREFERRED_PROVIDER_virtual/libqte2 = "qte-mt-static"
 PREFERRED_PROVIDER_bluez-libs = "bluez-libs"
 PREFERRED_VERSION_gettext-native = "0.14.1"
+PREFERRED_VERSION_gettext = "0.14.1"
 
-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_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"
@@ -86,8 +88,8 @@ LIBC = "glibc"
 require conf/distro/include/${LIBC}.inc
 
 PREFERRED_VERSION_linux-libc-headers = "2.6.25"
-PREFERRED_VERSION_glibc-initial = "2.6.1"
-PREFERRED_VERSION_glibc = "2.6.1"
+PREFERRED_VERSION_glibc-initial = "2.9"
+PREFERRED_VERSION_glibc = "2.9"
 
 #
 # Bootstrap & Init





More information about the Openembedded-commits mailing list