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/ucslugc.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/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index 82b4b67ab8..c4db50c1e3 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -129,6 +129,10 @@ 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" |