From 5d29a2ef276f6923092c043442a5d2e53b92c53f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 May 2018 11:09:15 -0700 Subject: bsp-guide: Fixed MACHINE_EXTRA_RRECOMMENDS syntax in conf file example Fixes [YOCTO #12628] The syntax for MACHINE_EXTRA_RRECOMMENDS was off in the machine.conf example. I have removed that leading space, which should not have been there. This matches the actual file in poky now. (From yocto-docs rev: 11e38c4c2b23f9a8ae9a0655a07af1a5682c24b8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index b132461963..00a28b0327 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1895,7 +1895,7 @@ xf86-video-modesetting \ " - MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" + MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree" EXTRA_IMAGEDEPENDS += "u-boot" -- cgit v1.2.3-54-g00ecf