From 62e4d4571ce95376d7b82011ba8642f54d55062b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 3 Mar 2015 10:23:02 -0800 Subject: [PATCH] ref-manual: Updated the MACHINE variable description. Fill out missing machines for the MACHINE variable. (From yocto-docs rev: 2b8179cfb7e3a25d95c43f9160d284ebd5deefc7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 98799d5c95..7122b47f2e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6643,7 +6643,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" shipped include the following: MACHINE ?= "qemuarm" + MACHINE ?= "qemuarm64" MACHINE ?= "qemumips" + MACHINE ?= "qemumips64" MACHINE ?= "qemuppc" MACHINE ?= "qemux86" MACHINE ?= "qemux86-64"