summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-29 08:16:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:42 +0100
commit6a01070df309a5804b5a1884ec0d312e6a5a229f (patch)
tree4076968b3ea0498351129bee65709ddb9d43d157 /documentation
parent2462cfcb37e9735233dba132fc04d417218e6b0d (diff)
downloadpoky-6a01070df309a5804b5a1884ec0d312e6a5a229f.tar.gz
ref-manual: Edits to the machine-specific data in package question.
(From yocto-docs rev: 41151cbab1f7205d992c77ac64d7214439bf2e94) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/faq.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index 227f288496..c0cde7f429 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -295,8 +295,10 @@
295 Set <filename><link linkend='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'>SRC_URI_OVERRIDES_PACKAGE_ARCH</link> 295 Set <filename><link linkend='var-SRC_URI_OVERRIDES_PACKAGE_ARCH'>SRC_URI_OVERRIDES_PACKAGE_ARCH</link>
296 </filename> = "0" in the <filename>.bb</filename> file but make sure the package is 296 </filename> = "0" in the <filename>.bb</filename> file but make sure the package is
297 manually marked as 297 manually marked as
298 machine-specific in the case that needs it. 298 machine-specific for the case that needs it.
299 The code that handles <filename>SRC_URI_OVERRIDES_PACKAGE_ARCH</filename> is in <filename>base.bbclass</filename>. 299 The code that handles
300 <filename>SRC_URI_OVERRIDES_PACKAGE_ARCH</filename> is in
301 the <filename>meta/classes/base.bbclass</filename> file.
300 </para> 302 </para>
301 </answer> 303 </answer>
302 </qandaentry> 304 </qandaentry>