1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

distro/poky.conf: Disable svn revision handling since svn is obsolete and no git revision handling function is present yet

This commit is contained in:
Richard Purdie
2008-12-26 14:50:21 +00:00
parent 428e022700
commit f9f549d06f
+3 -2
View File
@@ -23,8 +23,9 @@ QA_LOGFILE = "${TMPDIR}/qa.log"
IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
# Poky is svn based
METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}"
# Poky is git based
# METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}"
METADATA_REVISION = "none"
#IPK_FEED_URIS += " \
# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \