diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-26 08:05:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-26 08:05:26 +0000 |
commit | af7a1f435004ba7f8e4f18e6b86404109de7ba13 (patch) | |
tree | 895dfbe672b84a2e76c80b5afe7e27e462a68b45 | |
parent | 1562b744c1dbbd8193f636f37f61c417c8ccbdf9 (diff) |
angstrom-2006.9: add more feeds
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index f1a2a74523..1d22b97a9a 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -18,7 +18,11 @@ DISTRO_TYPE = "debug" FEED_URIS += " \ - base##${ANGSTROM_URI}/unstable/feed/base" + base##${ANGSTROM_URI}/unstable/feed/base \ + perl##${ANGSTROM_URI}/unstable/feed/perl \ + python##${ANGSTROM_URI}/unstable/feed/python \ + debug##${ANGSTROM_URI}/unstable/feed/debug \ + ${MACHINE}##${ANGSTROM_URI}/usntable/feed/machine/${MACHINE}" # base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/base \ # ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \ # updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates" |