From ddc6ef5273174379f4ed2747777bd9aef330bb17 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sun, 15 Apr 2018 12:47:32 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 @@ modules. If your module Makefile uses a different variable, you might want to override the - do_compile() + do_compile step, or create a patch to the Makefile to work with the more typical KERNEL_SRC or @@ -2494,7 +2494,7 @@ the Git commands. You can see the branch names through the web interface to the Yocto Project source repositories at - . + . To see a full range of the changes, use the git whatchanged command and specify a -- cgit v1.2.3-54-g00ecf