diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-15 15:23:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-15 15:23:45 +0000 |
commit | 35d364f96478a6f1a264f5c49aded46702615795 (patch) | |
tree | 433a6a2d9c63943a98c08f4a93614cdc31893a63 /meta/conf | |
parent | 53e5a894bba2ebbe668aca1c8f0055e0de4b4fd0 (diff) | |
download | poky-35d364f96478a6f1a264f5c49aded46702615795.tar.gz |
base.bbclass: Show svn revision of poky being used
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3818 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/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" | |||
19 | TARGET_FPU_armeb ?= "soft" | 19 | TARGET_FPU_armeb ?= "soft" |
20 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | 20 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" |
21 | 21 | ||
22 | # Poky is svn based | ||
23 | METADATA_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} \ |