summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-17 11:09:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:36 +0100
commit5d29a2ef276f6923092c043442a5d2e53b92c53f (patch)
tree17919f1e3cd7e941ae900f5aae784462fdec2d55 /documentation
parent368474d7409fd5ae8f8cf8aa08dd0c4d14a4f575 (diff)
downloadpoky-5d29a2ef276f6923092c043442a5d2e53b92c53f.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
1895 xf86-video-modesetting \ 1895 xf86-video-modesetting \
1896 " 1896 "
1897 1897
1898 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" 1898 MACHINE_EXTRA_RRECOMMENDS = "kernel-modules kernel-devicetree"
1899 1899
1900 EXTRA_IMAGEDEPENDS += "u-boot" 1900 EXTRA_IMAGEDEPENDS += "u-boot"
1901 1901