diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-15 12:47:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:16 +0100 |
commit | ddc6ef5273174379f4ed2747777bd9aef330bb17 (patch) | |
tree | 673b632ba52c0a50f7fa223ad65fe403e77a201d | |
parent | 65cb5fdf7925bee96c9e8de26884c0f203ff54a8 (diff) | |
download | poky-ddc6ef5273174379f4ed2747777bd9aef330bb17.tar.gz |
kernel-dev: Minor fixes.
1. Fixed the name of the "do_compile" task so that it was not
referenced as "do_compile()".
2. Fixed a link to the Source Repositories so that the link
used the ENTITY for the YP Git area and not a full-blown
hard-coded path.
(From yocto-docs rev: 4b8d0e61f3f3017954d36ed196a08fb0a04909dc)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index c502813d6d..1a0c7e4c33 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -2418,7 +2418,7 @@ | |||
2418 | modules. | 2418 | modules. |
2419 | If your module <filename>Makefile</filename> uses a different | 2419 | If your module <filename>Makefile</filename> uses a different |
2420 | variable, you might want to override the | 2420 | variable, you might want to override the |
2421 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-compile'><filename>do_compile()</filename></ulink> | 2421 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-compile'><filename>do_compile</filename></ulink> |
2422 | step, or create a patch to | 2422 | step, or create a patch to |
2423 | the <filename>Makefile</filename> to work with the more typical | 2423 | the <filename>Makefile</filename> to work with the more typical |
2424 | <filename>KERNEL_SRC</filename> or | 2424 | <filename>KERNEL_SRC</filename> or |
@@ -2494,7 +2494,7 @@ | |||
2494 | the Git commands. | 2494 | the Git commands. |
2495 | You can see the branch names through the web interface | 2495 | You can see the branch names through the web interface |
2496 | to the Yocto Project source repositories at | 2496 | to the Yocto Project source repositories at |
2497 | <ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>. | 2497 | <ulink url='&YOCTO_GIT_URL;'></ulink>. |
2498 | </note> | 2498 | </note> |
2499 | To see a full range of the changes, use the | 2499 | To see a full range of the changes, use the |
2500 | <filename>git whatchanged</filename> command and specify a | 2500 | <filename>git whatchanged</filename> command and specify a |