diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 17:11:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 17:11:49 +0000 |
commit | af8f5c1e9c1ea0da47d154896dbd181dd0e1bffd (patch) | |
tree | c6a4ad9720497f974cf06767288783f699538bd5 /conf/local.conf.sample | |
parent | ae84eaa9fa2e789baa47a9e3c6ed20e7566c70f6 (diff) |
replace toolchain-external with ASSUME_PROVIDED, and supply default CACHE - patch courtesy pb_.
BKrev: 409288d5J6L1ISDoL1nbkJZ9paLQSQ
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 8ee6887cca..060520d373 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -13,9 +13,9 @@ OEFILES = "*/*.oe" # Use the OEMASK below unless you want to build something else than the default glibc based setup OEMASK = "(toolchain-external)" -# Uncomment this OEMASK, if you want to use a prebuilt toolchain. +# Uncomment this if you want to use a prebuilt toolchain. # You will need to provide packages for toolchain and additional libraries yourself -#OEMASK = "-initial|()" +# ASSUME_PROVIDED = "virtual/${TARGET_PREFIX}gcc virtual/libc" # Select between multiple alternative providers, if more than one is eligible. PREFERRED_PROVIDERS = "virtual/libc:glibc virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie virtual/libsdl:libsdl-qpe" @@ -46,3 +46,6 @@ TARGET_ARCH = "arm" # Also supported is "package_ipk" # Usually better to set DISTRO instead (see above) #INHERIT = "package_tar" + +# Comment this out if you do not wish to use a parse cache +CACHE=/var/tmp/oe-cache.${USER} |