From f5c7a1f92ab181da409ac36994168b38a49e1aa9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Aug 2013 14:20:24 +0300 Subject: ref-manual: updates to TARGET_ARCH and KARCH variables. (From yocto-docs rev: c466ca5b8e9c4fb1824b3cb1bd9d53a300696a2d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4445ffb5a1..1a3cedf98e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2141,11 +2141,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Architectures supported for this release are: powerpc - arm i386 - mips - powerpc x86_64 + arm + qemu + mips @@ -4437,14 +4437,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The architecture of the device being built. - The OpenEmbedded build system supports the following - architectures: + The OpenEmbedded build system supports many + architectures. + Here is an example list of architectures supported. + This list is by no means complete as the architecture + is configurable: arm + i586 + x86_64 + powerpc + powerpc64 mips - ppc - x86 - x86-64 + mipsel -- cgit v1.2.3-54-g00ecf