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 | poky-2501ff256534533526646516d761c26e2a97365a.tar.gz |
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" | |||
106 | # <build directory>/tmp | 106 | # <build directory>/tmp |
107 | #TMPDIR = "${POKYBASE}/build/tmp" | 107 | #TMPDIR = "${POKYBASE}/build/tmp" |
108 | 108 | ||
109 | |||
110 | # Uncomment this if you are using the Openedhand provided qemu deb - see README | ||
111 | # ASSUME_PROVIDED += "qemu-native" | ||
112 | |||
113 | # Comment this out if you don't have a 3.x gcc version available and wish | ||
114 | # poky to build one for you. The 3.x gcc is required to build qemu-native. | ||
115 | # ASSUME_PROVIDED += "gcc3-native" | ||
116 | |||
117 | # Uncomment these two if you want BitBake to build images useful for debugging. | ||
118 | # DEBUG_BUILD = "1" | ||
119 | # INHIBIT_PACKAGE_STRIP = "1" | ||
120 | |||
121 | # Uncomment these to build a package such that you can use gprof to profile it. | 109 | # Uncomment these to build a package such that you can use gprof to profile it. |
122 | # NOTE: This will only work with 'linux' targets, not | 110 | # NOTE: This will only work with 'linux' targets, not |
123 | # 'linux-uclibc', as uClibc doesn't provide the necessary | 111 | # 'linux-uclibc', as uClibc doesn't provide the necessary |