diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-02 08:30:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:37 +0100 |
commit | 85e5dffb72d00360f1ac950696db8898304a3892 (patch) | |
tree | 6100fd239d24cadf221192717103dcf5c1ae830b | |
parent | 4afdff475753a25158cc09ce9289ad93116adb08 (diff) | |
download | poky-85e5dffb72d00360f1ac950696db8898304a3892.tar.gz |
documentation: poky-ref-manual - faq entry removed.
Took out the FAQ question about using Ubuntu Intrepid and
seeing build failures.
(From yocto-docs rev: 2885aa27904d4b31541f77ceeb54ad94a8e21378)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 825ea8b1c6..4a17313136 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -310,28 +310,6 @@ | |||
310 | <qandaentry> | 310 | <qandaentry> |
311 | <question> | 311 | <question> |
312 | <para> | 312 | <para> |
313 | I'm using Ubuntu Intrepid and am seeing build failures. What’s wrong? | ||
314 | </para> | ||
315 | </question> | ||
316 | <answer> | ||
317 | <para> | ||
318 | In Intrepid, Ubuntu turns on by default the normally optional compile-time security features | ||
319 | and warnings. | ||
320 | There are more details at | ||
321 | <ulink url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>. | ||
322 | You can work around this problem by disabling those options by adding | ||
323 | the following to the <filename>BUILD_CPPFLAGS</filename> variable in the | ||
324 | <filename>conf/bitbake.conf</filename> file. | ||
325 | <literallayout class='monospaced'> | ||
326 | " -Wno-format-security -U_FORTIFY_SOURCE" | ||
327 | </literallayout> | ||
328 | </para> | ||
329 | </answer> | ||
330 | </qandaentry> | ||
331 | |||
332 | <qandaentry> | ||
333 | <question> | ||
334 | <para> | ||
335 | What’s the difference between <filename>foo</filename> and <filename>foo-native</filename>? | 313 | What’s the difference between <filename>foo</filename> and <filename>foo-native</filename>? |
336 | </para> | 314 | </para> |
337 | </question> | 315 | </question> |