diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-01 02:28:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-01 02:28:33 +0000 |
commit | 68c437628f2d561c87e6dfe2cdf07bd7bca44cd2 (patch) | |
tree | 257ef8d56339f014dd54622b6d6bce652c2dd54c /conf/distro/openslug.conf | |
parent | 6a882d224ddafb12c7a2098894552018495f5ef6 (diff) |
python(openslug), openslug kernel: enable tcl/tk in python, move kernel to 2.6.14-rc2
The changes overlap (in conf/distro/openslug.conf), the kernel change is, however,
only the version change in that file.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 3d0f4867c8..fb6a48b78d 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -157,10 +157,14 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" +# Select the smallest provider of x11 libraries +PREFERRED_PROVIDER_x11 ?= "diet-x11" +CVSDATE_diet-xll ?= "20050930" + # Select the correct versions of the kernel and modules PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.12.2" +PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc2" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" PREFERRED_VERSION_ixp425-eth ?= "1.1" |