diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-01 15:42:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-01 15:42:55 +0000 |
commit | 39b0cfa2bd4ed016d4fd49de7d26a61d8ebb84f8 (patch) | |
tree | 2ed8e3974c35c1233a8ec364540824c9e1009ef6 /meta/conf/distro/poky.conf | |
parent | 18104e12167d04945c3d09e580172a3186ed9efe (diff) | |
download | poky-39b0cfa2bd4ed016d4fd49de7d26a61d8ebb84f8.tar.gz |
Rename FEED_URIS -> IPK_FEED_URIS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 3bce6699e4..9d778cb2a4 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -26,7 +26,7 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | |||
26 | # Poky is svn based | 26 | # Poky is svn based |
27 | METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" | 27 | METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" |
28 | 28 | ||
29 | #FEED_URIS += " \ | 29 | #IPK_FEED_URIS += " \ |
30 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | 30 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ |
31 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | 31 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ |
32 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | 32 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ |