aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-02 15:43:50 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-02 15:43:50 +0000
commit9ed8fdba4602bac0c22ce36afc866689f77727a1 (patch)
tree378043d2c654efb25d5ca898aae4ac42b93b8de0 /conf/local.conf.sample
parent3cfa260191de880bee1c7c0b78cb0095f7390193 (diff)
downloadopenembedded-9ed8fdba4602bac0c22ce36afc866689f77727a1.tar.gz
add comment for ASSUME_PROVIDED usage w/ linux 2.4 embedix
BKrev: 40951736OtVgc0PJwk6oKJ2j_zx1lg
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 060520d373..1f64a1b062 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -15,7 +15,9 @@ OEMASK = "(toolchain-external)"
# Uncomment this if you want to use a prebuilt toolchain.
# You will need to provide packages for toolchain and additional libraries yourself
-# ASSUME_PROVIDED = "virtual/${TARGET_PREFIX}gcc virtual/libc"
+# You will definitly need to say ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95" to build any of two
+# Linux 2.4 Embedix kernels, i.e. openzaurus-sa-2.4.18 and openzaurus-pxa-2.4.18.
+#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"
@@ -47,5 +49,5 @@ TARGET_ARCH = "arm"
# Usually better to set DISTRO instead (see above)
#INHERIT = "package_tar"
-# Comment this out if you do not wish to use a parse cache
+#Comment this out if you do not wish to use a parse cache (not recommended).
CACHE=/var/tmp/oe-cache.${USER}