diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-24 20:29:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-24 20:29:40 +0000 |
commit | a7ebefac78e4403b5c0d8adee9da08a1dde21434 (patch) | |
tree | 6ccde763e2be0a0374777ed48d3077f2eecd3edc /conf/distro/nylon.conf | |
parent | 17793af48054581b4a860d41fdb95ed5b66addf2 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/11/24 17:03:02+01:00 (none)!br1
added CONFFILES to nylon-scripts and unik-olsrd
2004/11/24 16:59:22+01:00 (none)!br1
added homepage and licence to various files
2004/11/24 15:42:41+01:00 (none)!br1
nylon: use meshcube.org as mirror
2004/11/24 14:49:15+01:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/packages
2004/11/24 14:48:01+01:00 (none)!br1
libdaemon 0.6: disable doxygen, add licence
2004/11/24 12:00:27+00:00 cambridgebroadband.com!rjt
Merge openembedded@openembedded.bkbits.net:packages
into flotta.cambridgebroadband.com:/development/openembedded/packages
2004/11/24 11:53:38+00:00 cambridgebroadband.com!rjt
package netkit-tftp
2004/11/24 11:52:12+00:00 cambridgebroadband.com!rjt
a couple of tosa kernel fixes
BKrev: 41a4ef34waYELxJwD-Ryjlmhmgf3lw
Diffstat (limited to 'conf/distro/nylon.conf')
-rw-r--r-- | conf/distro/nylon.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index c75bcece8d..a72e639f64 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -11,8 +11,8 @@ # # Bruno Randolf <bruno.randolf@4g-systems.biz> -INHERIT += " package_ipk debian" -INHERIT += " linux_modules" +INHERIT += "package_ipk debian" +INHERIT += "linux_modules" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" @@ -31,4 +31,9 @@ PREFERRED_VERSION_binutils-cross-sdk = "2.14.90.0.7" PREFERRED_VERSION_binutils = "2.14.90.0.7" #PREFERRED_VERSION_prism54-module = "1.2" -PREFERRED_VERSION_unik-olsrd = "0.4.7"
\ No newline at end of file +PREFERRED_VERSION_unik-olsrd = "0.4.7" + +# use meshcub.org mirrors +CVS_TARBALL_STASH = "http://meshcube.org/nylon/unstable/sources/" +INHERIT += "nylon-mirrors" + |