summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-26 11:01:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 12:00:15 +0100
commit40c887a2793f07c5e210fcda0c97a39dafb16d1b (patch)
treecea2ead85b8cd3ae1146f7197ce7706a011e5b49 /meta-yocto
parent9a90556f17f80d022470852b26566a0954519b74 (diff)
downloadpoky-40c887a2793f07c5e210fcda0c97a39dafb16d1b.tar.gz
meta/conf/local.conf.sample: remove oprofileui-native related settings
oprofileui-nativesdk would be a better way to handle these kinds of requirements with the modern system, and it is not something that most users will need to configure anyway (nor was it supported.) (From OE-Core rev: 87443c874f03b2220290f13908da58a414d3a3a9) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/local.conf.sample6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 499c48eec5..6ba92af02e 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -142,12 +142,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = '.debug'
142# Uncomment this if you want BitBake to emit the log if a build fails. 142# Uncomment this if you want BitBake to emit the log if a build fails.
143BBINCLUDELOGS = "yes" 143BBINCLUDELOGS = "yes"
144 144
145# Set this if you wish to make pkgconfig libraries from your system available
146# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow
147# native builds of applications like oprofileui-native (unsupported feature).
148#EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig"
149#ASSUME_PROVIDED += "gtk+-native libglade-native"
150
151ENABLE_BINARY_LOCALE_GENERATION = "1" 145ENABLE_BINARY_LOCALE_GENERATION = "1"
152 146
153# The architecture to build SDK items for, by setting this you can build SDK 147# The architecture to build SDK items for, by setting this you can build SDK