summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/poky.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r--meta/conf/distro/poky.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index c4df483310..dd7b0e25b2 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -19,6 +19,9 @@ TARGET_FPU_arm ?= "soft"
19TARGET_FPU_armeb ?= "soft" 19TARGET_FPU_armeb ?= "soft"
20IMAGE_ROOTFS_SIZE_ext2 ?= "131072" 20IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
21 21
22# Poky is svn based
23METADATA_REVISION_FUNCTION = "${@base_get_metadata_svn_revision(d)}"
24
22#FEED_URIS += " \ 25#FEED_URIS += " \
23# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ 26# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \
24#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ 27#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \