diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-09 10:52:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-09 10:52:43 +0000 |
commit | b14c8cd294f4a9e96bad8e097a7eaae221a8e14e (patch) | |
tree | 7bb9649032d01da0faf53ee37f800b93e64efe41 /build/conf | |
parent | 6e909eb80ea2c94b53c9bfbd3b7f56f26dadbc0d (diff) | |
download | poky-b14c8cd294f4a9e96bad8e097a7eaae221a8e14e.tar.gz |
Switch back to using our own qemu binary for locale generation by default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2424 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 0512ced85c..4816294f9c 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -75,8 +75,8 @@ TMPDIR = "${OEROOT}/build/tmp" | |||
75 | # Also, make can be passed flags so it run parallel threads e.g.: | 75 | # Also, make can be passed flags so it run parallel threads e.g.: |
76 | # PARALLEL_MAKE = "-j 4" | 76 | # PARALLEL_MAKE = "-j 4" |
77 | 77 | ||
78 | # Comment this out if you are *not* using provided qemu deb - see README | 78 | # Uncomment this if you are using the Openedhand provided qemu deb - see README |
79 | ASSUME_PROVIDED += "qemu-native" | 79 | # ASSUME_PROVIDED += "qemu-native" |
80 | 80 | ||
81 | # Uncomment these two if you want BitBake to build images useful for debugging. | 81 | # Uncomment these two if you want BitBake to build images useful for debugging. |
82 | # DEBUG_BUILD = "1" | 82 | # DEBUG_BUILD = "1" |