diff options
author | Richard Purdie <richard@openedhand.com> | 2006-06-12 20:05:28 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-06-12 20:05:28 +0000 |
commit | db303b73eeca4ec27aafe124c8415170279a500f (patch) | |
tree | b461766b8ef0447f7fd03df806733dd3254688b5 | |
parent | 243e32feb83a3420ac0594a5659bf5c7da43dbe0 (diff) | |
download | openembedded-core-db303b73eeca4ec27aafe124c8415170279a500f.tar.gz openembedded-core-db303b73eeca4ec27aafe124c8415170279a500f.tar.bz2 openembedded-core-db303b73eeca4ec27aafe124c8415170279a500f.tar.xz openembedded-core-db303b73eeca4ec27aafe124c8415170279a500f.zip |
poky.conf: Add an OH TARBALL stash.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@470 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/conf/distro/poky.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky.conf b/openembedded/conf/distro/poky.conf index 98e3ab043..092fbe2d4 100644 --- a/openembedded/conf/distro/poky.conf +++ b/openembedded/conf/distro/poky.conf @@ -168,3 +168,5 @@ PREFERRED_VERSION_xst ?= "0.15" PREFERRED_VERSION_oprofile ?= "0.9.1+cvs${SRCDATE}" PCMCIA_MANAGER ?= "pcmciautils" + +CVS_TARBALL_STASH += "http://www.o-hand.com/~richard/poky/sources/" |