summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
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:18:06 +0100
commit9928893e93caf4dc7a60f47f3584be16a3993619 (patch)
tree6e4489e00b3589bcf3de6930f91b42ae6d331b8e /documentation/bsp-guide
parent8d011018b0e8b79a36d7c20824aeabf03286f706 (diff)
downloadpoky-9928893e93caf4dc7a60f47f3584be16a3993619.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/bsp-guide')
-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