diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-02 11:09:04 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-02 11:09:04 +0000 |
| commit | 3ab2ff7668229f8f103043aaaad9310d607510bb (patch) | |
| tree | 55c61b7cd19c1657ac278baa4c1784a00d2091f3 /meta/conf | |
| parent | 1d89595e2b99c645f7529cf9868e3aae7f4d70f1 (diff) | |
| download | poky-3ab2ff7668229f8f103043aaaad9310d607510bb.tar.gz | |
base.bbclass: Add metadata revision handling for git (from OE)
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/distro/poky.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index e7178f9a9a..774f101dab 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -23,10 +23,6 @@ QA_LOGFILE = "${TMPDIR}/qa.log" | |||
| 23 | 23 | ||
| 24 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | 24 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" |
| 25 | 25 | ||
| 26 | # Poky is git based | ||
| 27 | # METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" | ||
| 28 | METADATA_REVISION = "none" | ||
| 29 | |||
| 30 | #IPK_FEED_URIS += " \ | 26 | #IPK_FEED_URIS += " \ |
| 31 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | 27 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ |
| 32 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | 28 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ |
