From cd474b08f6ea538e5a5b8a3441e892f9d3a87408 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 11 Feb 2013 12:20:20 -0800 Subject: dev-manual, bsp-guide: Added some links Fixes YOCTO #3552 Added some links to the FILESEXTRAPATHS and SRC_URI variables. These links connect appropriate sections to a newly improved section on FILESEXTRAPATHS glossary description. (From yocto-docs rev: a58e7c6f013393c87381411f918e16a8f04d55d1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ec744b472b..1f8dba4eb6 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -356,7 +356,8 @@ SRC_URI within a .bbappend by extending the path BitBake uses to search for files. The most reliable way to do this is by prepending the - FILESEXTRAPATHS variable. + FILESEXTRAPATHS + variable. For example, if you have your files in a directory that is named the same as your package (PN), you can add this directory by adding the following to your .bbappend file: @@ -1827,7 +1828,8 @@ PRINC := "${@int(PRINC) + 1}" - The FILESEXTRAPATHS and SRC_URI + The FILESEXTRAPATHS + and SRC_URI statements enable the OpenEmbedded build system to find the patch file. Put the patch file in your layer: -- cgit v1.2.3-54-g00ecf