From 4b7512ed8ce2c513703017f30fc64ab15178ec3e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Mar 2013 12:26:29 -0700 Subject: [PATCH] ref-manual: Edits to TARGET_ARCH variable. (From yocto-docs rev: 521dde2497adf0801febaeecbfaf4191617c79df) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fa4995b79c..df0b8e7459 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3258,8 +3258,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" TARGET_ARCH The architecture of the device being built. - While a number of values are possible, the OpenEmbedded build system primarily supports - arm and i586. + The OpenEmbedded build system supports the following + architectures: + + arm + mips + ppc + x86 + x86-64 + +