summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
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 @@
1# Where to cache the files OE downloads 1# Where to cache the files OE downloads
2DL_DIR = "/usr/oe/sources" 2DL_DIR = "POKYROOT/sources"
3BBFILES := "/usr/ohoe/openembedded/packages/*/*.bb" 3BBFILES := "POKYROOT/openembedded/packages/*/*.bb"
4 4
5BBMASK = "" 5BBMASK = ""
6PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" 6PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie"