aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-07 23:06:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-07 23:06:23 +0000
commit4b1a478eee9aa26770c6a2a7d68daf8d6cf21fae (patch)
tree4618041f133fe79618bb726ee85df9a2cb369def /conf
parent5dc5cbd686c8c3e17faa98ed810c0bcc82051578 (diff)
downloadopenembedded-4b1a478eee9aa26770c6a2a7d68daf8d6cf21fae.tar.gz
Update local.conf.sample to append to ASSUME_PROVIDED as a better example of usage.
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 8515247d40..cbe829c2a1 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -34,11 +34,11 @@ BBMASK = ""
# provide packages for toolchain and additional libraries yourself. You also
# have to set PATH in your environment to make sure BitBake finds additional binaries.
# Note: You will definitely need to say:
-# ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95"
+# 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 - and don't forget
# to rename the binaries as instructed in the Wiki.
-# ASSUME_PROVIDED = "virtual/${TARGET_PREFIX}gcc virtual/libc"
+# ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
# Select between multiple alternative providers, if more than one is eligible.
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"