From 97d63634b45e01f8b02fdc84f2e5709fe87ab593 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 23 Oct 2013 09:06:36 -0700 Subject: [PATCH] kernel-dev: Corrected error in the FILESEXTRAPATHS example FILESEXTRAPATHS_prepend example is missing essential trailing colon. (From yocto-docs rev: 9832a45e2ee6bda096453786d0273acff4033dab) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 11a527ce24..a152f9fbbe 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml @@ -95,7 +95,7 @@ FILESEXTRAPATHS variable as follows: - FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" + FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" The path ${THISDIR}/${PN} expands to "linux-yocto" in the current directory for this