From ea114c8786a00bebd878c74068a3f8fd7743e324 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 3 Jan 2013 17:01:38 -0600 Subject: kernel-dev: Fixed the COMPATIBLE_MACHINE example. (From yocto-docs rev: ea9a862b3840075cfb197bf00cb96b616873f0ea) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 0b31de0c60..83d5db3f6e 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -716,10 +716,9 @@ to the Yocto Project Development Manual, section 5.7.3 Creating the Patch. that your new recipe supports. For example, to support the qemux86 and qemux86-64 machines, use - the following form with your layer name as the - override: + the following form: - COMPATIBLE_MACHINE_yourmachine = "qemux86|qemux86-64" + COMPATIBLE_MACHINE = "qemux86|qemux86-64" Provide further customizations to your recipe -- cgit v1.2.3-54-g00ecf