aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-08-31 12:44:02 +0000
committerMatthew Allum <mallum@openedhand.com>2005-08-31 12:44:02 +0000
commita716d991156aa04939496ba177c29ff87a26608c (patch)
tree2870e62e9c3130ad3d6c999e5490b4caa3930dfa /build
parentceb71677cf08997de6d0e8d50b9e7aadcc4048c9 (diff)
downloadopenembedded-core-contrib-a716d991156aa04939496ba177c29ff87a26608c.tar.gz
more local.conf rejigging
git-svn-id: https://svn.o-hand.com/repos/poky@6 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rwxr-xr-xbuild/conf/local.conf.sample (renamed from build/conf/local.conf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf b/build/conf/local.conf.sample
index 49d6fc7e1e..f933fb183f 100755
--- a/build/conf/local.conf
+++ b/build/conf/local.conf.sample
@@ -1,6 +1,6 @@
# Where to cache the files OE downloads
-DL_DIR = "/usr/oe/sources"
-BBFILES := "/usr/ohoe/openembedded/packages/*/*.bb"
+DL_DIR = "POKYROOT/sources"
+BBFILES := "POKYROOT/openembedded/packages/*/*.bb"
BBMASK = ""
PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"