Update local.conf.sample to append to ASSUME_PROVIDED as a better example of usage.
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 7 Jan 2006 23:06:23 +0000 (23:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 7 Jan 2006 23:06:23 +0000 (23:06 +0000)
conf/local.conf.sample

index 8515247..cbe829c 100644 (file)
@@ -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"