diff options
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
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" TARGET_FPU_armeb ?= "soft" IMAGE_ROOTFS_SIZE_ext2 ?= "131072" +# Poky is svn based +METADATA_REVISION_FUNCTION = "${@base_get_metadata_svn_revision(d)}" + #FEED_URIS += " \ # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ |