bsp-guide: More corrections to the BSP Kernel Recipe example

After reading this over, I needed to explicitly state the
*.bb and *.bbappend file names.  It is clear now.

(From yocto-docs rev: 901b76d9f94c33da15382068dc933d765cddade5)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2019-05-07 09:13:01 -07:00
committed by Richard Purdie
parent 10edc0b04e
commit cfc0211165

View File

@@ -2167,12 +2167,12 @@
The <filename>meta-yocto-bsp/recipes-kernel/linux</filename>
directory in the layer contains metadata used
to build the kernel.
In this case, a kernel append file is used to
override an established kernel recipe, which is
In this case, a kernel append file (i.e.
<filename>linux-yocto_5.0.bbappend</filename>) is used to
override an established kernel recipe (i.e.
<filename>linux-yocto_5.0.bb</filename>), which is
located in
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux'></ulink>
and named
<filename>linux-yocto_5.0.bbappend</filename>.
<ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux'></ulink>.
</para>
<para>