summaryrefslogtreecommitdiffstats
path: root/build/conf
diff options
context:
space:
mode:
Diffstat (limited to 'build/conf')
-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"