[yocto] [yocto-docs][PATCH 05/11] documentation/poky-ref-manual: remove reference to Ubuntu Intrepid

Paul Eggleton paul.eggleton at linux.intel.com
Mon Oct 1 11:05:24 PDT 2012


We haven't supported Ubuntu Intrepid (8.04) for some time now.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
 documentation/poky-ref-manual/faq.xml |   22 ----------------------
 1 file changed, 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>
-- 
1.7.9.5




More information about the yocto mailing list