From 6a01070df309a5804b5a1884ec0d312e6a5a229f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 29 Mar 2013 08:16:46 -0700 Subject: [PATCH] ref-manual: Edits to the machine-specific data in package question. (From yocto-docs rev: 41151cbab1f7205d992c77ac64d7214439bf2e94) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 6 ++++-- 1 file 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 @@ Set SRC_URI_OVERRIDES_PACKAGE_ARCH = "0" in the .bb file but make sure the package is manually marked as - machine-specific in the case that needs it. - The code that handles SRC_URI_OVERRIDES_PACKAGE_ARCH is in base.bbclass. + machine-specific for the case that needs it. + The code that handles + SRC_URI_OVERRIDES_PACKAGE_ARCH is in + the meta/classes/base.bbclass file.