diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 15:36:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-10 15:36:48 +0000 |
commit | 2501ff256534533526646516d761c26e2a97365a (patch) | |
tree | 2c6815feb174f167d49bbb1daa32237bfb031e47 /meta | |
parent | d2cfd3c54fd27ea302af390c3c9e9ae60cf26604 (diff) | |
download | openembedded-core-2501ff256534533526646516d761c26e2a97365a.tar.gz openembedded-core-2501ff256534533526646516d761c26e2a97365a.tar.bz2 openembedded-core-2501ff256534533526646516d761c26e2a97365a.zip |
local.conf.sample: Drop some comments about things that either no longer apply or are obsoleted (now we have -dbg packages)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/local.conf.sample | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d61aaebdd0..16571fe7b7 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -106,18 +106,6 @@ USER_CLASSES ?= "image-mklibs image-prelink" # <build directory>/tmp #TMPDIR = "${POKYBASE}/build/tmp" - -# Uncomment this if you are using the Openedhand provided qemu deb - see README -# ASSUME_PROVIDED += "qemu-native" - -# Comment this out if you don't have a 3.x gcc version available and wish -# poky to build one for you. The 3.x gcc is required to build qemu-native. -# ASSUME_PROVIDED += "gcc3-native" - -# Uncomment these two if you want BitBake to build images useful for debugging. -# DEBUG_BUILD = "1" -# INHIBIT_PACKAGE_STRIP = "1" - # Uncomment these to build a package such that you can use gprof to profile it. # NOTE: This will only work with 'linux' targets, not # 'linux-uclibc', as uClibc doesn't provide the necessary |