diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-03-27 11:38:00 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-03-27 11:38:00 +0000 |
commit | 1348eeb3e66ac2de7f687b987a1868987c0d096c (patch) | |
tree | c7a3c9d26aac4bc43733749e3e0105523db60c23 /conf | |
parent | 31b51598e648ae75182339265ddb2092e9fc8305 (diff) |
Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembedded
into home.(none):/home/bitbake/openembedded
2005/03/27 21:07:22+09:30 (none)!rwhitby
Updated feeds for unslung, and made asusoe use an external toolchain
BKrev: 42469b18WCxVWQagjtLkdLzcgemi2Q
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/asusoe.conf | 21 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 6 |
2 files changed, 24 insertions, 3 deletions
diff --git a/conf/distro/asusoe.conf b/conf/distro/asusoe.conf index e69de29bb2..35be6a4fab 100644 --- a/conf/distro/asusoe.conf +++ b/conf/distro/asusoe.conf @@ -0,0 +1,21 @@ +#@TYPE: Distribution +#@NAME: AsusOE Linux +#@DESCRIPTION: Distribution configuration for the WL500g Linux + +DISTRO_NAME = "AsusOE" +DISTRO_VERSION = "0.1-alpha" + +TARGET_OS = "linux-uclibc" +TARGET_SYS = "${TARGET_ARCH}-uclibc" + +CROSS_DIR = "/opt/brcm/hndtools-mipsel-uclibc" + +INHIBIT_DEFAULT_DEPS = "1" + +USE_NLS ?= "no" + +INHERIT += "package_ipk debian" + +export prefix = "/opt" +export sysconfdir = "/opt/etc" +export localstatedir = "/opt/var" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 35f1de8ec4..f7a765a82a 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -2,9 +2,9 @@ #@NAME: Unslung #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 -FEED_URIS_cross = "cross##http://ipkg.nslu2-linux.org/feeds/unslung/cross" -FEED_URIS_native = "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" -FEED_URIS_oe = "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" +FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/unslung/cross" +FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" DISTRO_NAME = "Unslung" DISTRO_VERSION = "4.7-alpha" |