[oe-commits] org.oe.dev local.conf.sample: Document how to avoid compiling gcc-native3, cleanup other ASSUME_PROVIDED documentation

rpurdie commit openembedded-commits at lists.openembedded.org
Mon Jan 28 23:25:33 UTC 2008


local.conf.sample: Document how to avoid compiling gcc-native3, cleanup other ASSUME_PROVIDED documentation

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: e5bcfd0cbef641549a2bd0f75e3fad79bfccb844
ViewMTN: http://monotone.openembedded.org/revision/info/e5bcfd0cbef641549a2bd0f75e3fad79bfccb844
Files:
1
conf/local.conf.sample
Diffs:

#
# mt diff -redeeced17549bd274e2a7ea203acafb5fe7c781b -re5bcfd0cbef641549a2bd0f75e3fad79bfccb844
#
# 
# 
# patch "conf/local.conf.sample"
#  from [3861d3e815459d94527022232b83f9e4c6699f55]
#    to [6489f64f53748259d3ce778d7dcb4a1d20ad3af9]
# 
============================================================
--- conf/local.conf.sample	3861d3e815459d94527022232b83f9e4c6699f55
+++ conf/local.conf.sample	6489f64f53748259d3ce778d7dcb4a1d20ad3af9
@@ -33,12 +33,19 @@ BBMASK = ""
 # Uncomment this if you want to use a prebuilt toolchain. You will need to
 # 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"
-# to build any of two Linux 2.4 Embedix kernels,
+# ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
+
+# Uncomment this if you're building for an arch that uses emulated locale 
+# generation under qemu (mainly arm glibc) and have an external gcc 3.x compiler
+# that OE recognises. This will mean the gcc-native build is skipped, speeding 
+# builds up.
+# ASSUME_PROVIDED += "gcc-native3"
+
+# Uncomment this if you are building 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"
+# Most users do not need this anymore thankfully!
+# ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
 
 # Select between multiple alternative providers, if more than one is eligible.
 PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"






More information about the Openembedded-commits mailing list