diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-09-14 09:56:03 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-09-14 09:56:03 +0000 |
commit | 1d58db695441ef0d9de2e89b7b40df1ee83c3eb9 (patch) | |
tree | d403181e3a49a5ef6603910e5d0d997102f8bba8 /conf/distro | |
parent | 5f1bcd6c3fb39d1e3f64ba17958855d77bdb50bf (diff) |
nylon: added nylon-helpers.bbclass (helper functions for working on the svn trunk), updated preferred providers in nylon.conf.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/nylon.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index b68d82ced6..b4dde3d0e2 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -18,6 +18,8 @@ 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" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:glibc" +PREFERRED_PROVIDERS += " virtual/libx11:diet-x11" +PREFERRED_PROVIDERS += " python:python-curses" TARGET_FPU = "soft" @@ -33,6 +35,8 @@ PREFERRED_VERSION_binutils-cross-sdk = "2.14.90.0.7" PREFERRED_VERSION_binutils = "2.16" PREFERRED_VERSION_shorewall = "2.0.9-monolithic" PREFERRED_VERSION_ppp-dsl = "0.1-monolithic" +PREFERRED_VERSION_mtd-utils = "0.0.0+cvs20041113" +PREFERRED_VERSION_kismet = "2005-01-R1" PREFERRED_VERSION_prism54-firmware = "1.0.3.0" |