Ver Fonte

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>
Scott Rifenbark há 7 anos atrás
pai
commit
5d29a2ef27
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      documentation/bsp-guide/bsp.xml

+ 1 - 1
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"