aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/angstrom-2008.1.conf
blob: 6702a6f6e23a82a76f0502e6c36a4ca88dbf5f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#@--------------------------------------------------------------------
#@TYPE: Distribution
#@NAME: Angstrom <http://www.angstrom-distribution.org>
#@DESCRIPTION: The Linux Distribution for Kernel 2.6 based devices
#@MAINTAINER: Koen Kooi <koen@dominion.kabel.utwente.nl>
#@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille-media.de>
#@--------------------------------------------------------------------

# 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 
#    http://bugs.openembedded.org
# In doubt, use DSITRO="angstrom-2007.1"

require conf/distro/angstrom-2007.1.conf

#DISTRO_VERSION = "2008.1"
DISTRO_VERSION = "2008.1-test-${DATE}"
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"

#Prefer glibc 2.5 and uclibc 0.9.29, these have had the most testing.
PREFERRED_VERSION_glibc ?= "2.6"
PREFERRED_VERSION_glibc-intermediate ?= "2.6"
PREFERRED_VERSION_glibc-initial ?= "2.6"