diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-07 09:13:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:14:03 +0100 |
commit | cfc02111655e9e222b5d4621496fc33e59a5bbd6 (patch) | |
tree | 58a973623766522a8d6b4c4c1d9e43d599a91adc | |
parent | 10edc0b04e46d170f7e83bfaeb8736bba4001dfe (diff) | |
download | poky-cfc02111655e9e222b5d4621496fc33e59a5bbd6.tar.gz |
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>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index fecb46b703..58f5733f7a 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -2167,12 +2167,12 @@ | |||
2167 | The <filename>meta-yocto-bsp/recipes-kernel/linux</filename> | 2167 | The <filename>meta-yocto-bsp/recipes-kernel/linux</filename> |
2168 | directory in the layer contains metadata used | 2168 | directory in the layer contains metadata used |
2169 | to build the kernel. | 2169 | to build the kernel. |
2170 | In this case, a kernel append file is used to | 2170 | In this case, a kernel append file (i.e. |
2171 | override an established kernel recipe, which is | 2171 | <filename>linux-yocto_5.0.bbappend</filename>) is used to |
2172 | override an established kernel recipe (i.e. | ||
2173 | <filename>linux-yocto_5.0.bb</filename>), which is | ||
2172 | located in | 2174 | located in |
2173 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux'></ulink> | 2175 | <ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/recipes-kernel/linux'></ulink>. |
2174 | and named | ||
2175 | <filename>linux-yocto_5.0.bbappend</filename>. | ||
2176 | </para> | 2176 | </para> |
2177 | 2177 | ||
2178 | <para> | 2178 | <para> |