summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-28 23:35:32 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-28 23:35:32 +0000
commitd28ecd2f5393ea32198dc2ff03b94c507831db2d (patch)
tree7341cc9ac823f5365c92db32c9a0f12d61f23cd1 /build
parentbcea3b9383ddc19b0c73f2f77d56f8d2104517e8 (diff)
downloadpoky-d28ecd2f5393ea32198dc2ff03b94c507831db2d.tar.gz
local.conf.sample: Add ASSUME_PROVIDED for gcc-native3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3611 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rw-r--r--build/conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 31209097f2..149cd81abf 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -92,6 +92,10 @@ TMPDIR = "${OEROOT}/build/tmp"
92# Uncomment this if you are using the Openedhand provided qemu deb - see README 92# Uncomment this if you are using the Openedhand provided qemu deb - see README
93# ASSUME_PROVIDED += "qemu-native" 93# ASSUME_PROVIDED += "qemu-native"
94 94
95# Comment this out if you don't have a 3.x gcc version available and wish
96# poky to build one for you. The 3.x gcc is required to build qemu-native.
97ASSUME_PROVIDED += "gcc-native3"
98
95# Uncomment these two if you want BitBake to build images useful for debugging. 99# Uncomment these two if you want BitBake to build images useful for debugging.
96# DEBUG_BUILD = "1" 100# DEBUG_BUILD = "1"
97# INHIBIT_PACKAGE_STRIP = "1" 101# INHIBIT_PACKAGE_STRIP = "1"