diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-26 14:50:21 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-30 17:06:54 +0000 |
commit | f9f549d06fd787f93c9c0af607683d0521fcd827 (patch) | |
tree | 4a94a9f4635bcba3cdeb8f87829d12187f609bdc | |
parent | 428e0227007d87c17ea6b232b71b6886c447bb4f (diff) | |
download | openembedded-core-f9f549d06fd787f93c9c0af607683d0521fcd827.tar.gz openembedded-core-f9f549d06fd787f93c9c0af607683d0521fcd827.tar.bz2 openembedded-core-f9f549d06fd787f93c9c0af607683d0521fcd827.zip |
distro/poky.conf: Disable svn revision handling since svn is obsolete and no git revision handling function is present yet
-rw-r--r-- | meta/conf/distro/poky.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 95426c392f..e7178f9a9a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -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/ \ |