From 82ad008cd20f26fec104f662d3dd7526973a2272 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Mar 2015 10:00:39 -0800 Subject: [PATCH] kernel-dev: Updated "Modifying Source Code" section. Substituted a more correct build directory path in the example by providing "${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build" Reported-by: Robert P. J. Day (From yocto-docs rev: 818493d7ee5fc6c1750f20e5cea22a3816c8675c) 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(-) diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 90a4f3876f..e16b9e79a4 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -477,9 +477,9 @@ the compile. Once compilation is successful, you can inspect and test the resulting build (i.e. kernel, modules, and so forth) from - the Build Directory: + the following build directory: - ${WORKDIR}/linux-${MACHINE}-${KTYPE}-build + ${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build Alternatively, you can run the deploy command to place the kernel image in the