From 9c11eefd926e50df7cf3f8f092bb9bfd49e8d6c3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 6 Sep 2007 05:59:29 +0000 Subject: angstrom-2008.1: make binutils overridable --- conf/distro/angstrom-2008.1.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/distro/angstrom-2008.1.conf') diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 655d435994..34a1e54959 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -21,10 +21,6 @@ DISTRO_REVISION = "0" PREFERRED_VERSION_gcc = "4.2.1" PREFERRED_VERSION_gcc-cross = "4.2.1" -PREFERRED_VERSION_binutils = "2.17.50.0.12" -PREFERRED_VERSION_binutils-cross = "2.17.50.0.12" -PREFERRED_VERSION_binutils-cross-sdk = "2.17.50.0.12" - #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against PREFERRED_VERSION_linux-libc-headers = "2.6.22" -- cgit v1.2.3 From a92cb47e788b89c55d4c9b6d9e1d6f2f04ecb481 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 7 Sep 2007 11:43:12 +0000 Subject: angstrom 2008: switch to xorg 7.3 --- conf/distro/angstrom-2008.1.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf/distro/angstrom-2008.1.conf') diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 34a1e54959..7d017b1e49 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -6,6 +6,11 @@ #@MAINTAINER: Michael 'Mickey' Lauer #@-------------------------------------------------------------------- + +# Use Xorg R7.3 release +require conf/distro/include/preferred-xorg-versions-X11R7.3.inc + + # This is a testbed for unstable and/or untested things, while angstrom-2007.1 # is aiming for stability and a release. # Use this at your own risk, we welcome bugreports filed at -- cgit v1.2.3 From e4877edc320afbe9aab8187564348dc2e321d873 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 11 Sep 2007 17:55:26 +0000 Subject: angstrom-2008.1.conf: use 2.6.21-hh16 version of handhelds.org kernel --- conf/distro/angstrom-2008.1.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/distro/angstrom-2008.1.conf') diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 7d017b1e49..9d2223ccd9 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -17,6 +17,9 @@ require conf/distro/include/preferred-xorg-versions-X11R7.3.inc # http://bugs.openembedded.org # In doubt, use DISTRO="angstrom-2007.1" +#Preferred version for the kernel on various machines +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh16" + require conf/distro/angstrom-2007.1.conf #DISTRO_VERSION = "2008.1" -- cgit v1.2.3