summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-10-02 08:30:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:37 +0100
commit85e5dffb72d00360f1ac950696db8898304a3892 (patch)
tree6100fd239d24cadf221192717103dcf5c1ae830b
parent4afdff475753a25158cc09ce9289ad93116adb08 (diff)
downloadast2050-yocto-poky-85e5dffb72d00360f1ac950696db8898304a3892.zip
ast2050-yocto-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.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index 825ea8b..4a17313 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -310,28 +310,6 @@
<qandaentry>
<question>
<para>
- I'm using Ubuntu Intrepid and am seeing build failures. What’s wrong?
- </para>
- </question>
- <answer>
- <para>
- In Intrepid, Ubuntu turns on by default the normally optional compile-time security features
- and warnings.
- There are more details at
- <ulink url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>.
- You can work around this problem by disabling those options by adding
- the following to the <filename>BUILD_CPPFLAGS</filename> variable in the
- <filename>conf/bitbake.conf</filename> file.
- <literallayout class='monospaced'>
- " -Wno-format-security -U_FORTIFY_SOURCE"
- </literallayout>
- </para>
- </answer>
- </qandaentry>
-
- <qandaentry>
- <question>
- <para>
What’s the difference between <filename>foo</filename> and <filename>foo-native</filename>?
</para>
</question>
OpenPOWER on IntegriCloud