diff options
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 |