diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 19:05:22 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 19:05:22 +0000 |
| commit | 7cd5d53f081b082478a3e876f65d0e5cb7df7b34 (patch) | |
| tree | fc4e338b2635a9970e6ee7defa7aa514d530f9fb | |
| parent | 5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55 (diff) | |
| download | poky-7cd5d53f081b082478a3e876f65d0e5cb7df7b34.tar.gz | |
handbook/faq.xml: Add entry about Ubuntu Intrepid
| -rw-r--r-- | handbook/faq.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml index 4bd1b7a493..b73c999c81 100644 --- a/handbook/faq.xml +++ b/handbook/faq.xml | |||
| @@ -242,8 +242,22 @@ | |||
| 242 | </para> | 242 | </para> |
| 243 | </answer> | 243 | </answer> |
| 244 | </qandaentry> | 244 | </qandaentry> |
| 245 | 245 | <qandaentry> | |
| 246 | 246 | <question> | |
| 247 | <para> | ||
| 248 | I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong? | ||
| 249 | </para> | ||
| 250 | </question> | ||
| 251 | <answer> | ||
| 252 | <para> | ||
| 253 | In Intrepid, Ubuntu turned on by default normally optional compile-time security features | ||
| 254 | and warnings. There are more details at <ulink | ||
| 255 | url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>. | ||
| 256 | You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags" | ||
| 257 | to the BUILD_CPPFLAGS variable in conf/bitbake.conf. | ||
| 258 | </para> | ||
| 259 | </answer> | ||
| 260 | </qandaentry> | ||
| 247 | </qandaset> | 261 | </qandaset> |
| 248 | </appendix> | 262 | </appendix> |
| 249 | <!-- | 263 | <!-- |
