From: Michael Lauer Date: Sun, 2 May 2004 15:43:50 +0000 (+0000) Subject: add comment for ASSUME_PROVIDED usage w/ linux 2.4 embedix X-Git-Tag: Release-2010-05/1~19399 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed8fdba4602bac0c22ce36afc866689f77727a1;p=openembedded.git add comment for ASSUME_PROVIDED usage w/ linux 2.4 embedix BKrev: 40951736OtVgc0PJwk6oKJ2j_zx1lg --- 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}