From cedb4ce2d86f55791325e5b4a8e30f97710ce75e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 08:54:00 -0700 Subject: ref-manual: Changes to the migration section Paul gave this a review and we found some issues. Slight changes. (From yocto-docs rev: 1e64fe277a6daaf484e56c3e9117fd72bb107614) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual/migration.xml') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index e1faea0fa9..69f0f8d3a2 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -314,6 +314,10 @@ MACHINEOVERRIDES or DISTROOVERRIDES variables, as appropriate. + For more changes regarding the + SRC_URI variable, see the + "Variables" + section. @@ -367,16 +371,21 @@ SRC_URI: The ${PN}, ${PF}, - and ${P} - directories have been dropped from the default value of the + ${P}, + and FILE_DIRNAME directories have been + dropped from the default value of the FILESPATH variable, which is used as the search path for finding files referred to in SRC_URI. If you have a recipe that relied upon these directories, which would be unusual, then you will need to add the - appropriate paths to - FILESEXTRAPATHS. + appropriate paths within the recipe or, alternatively, + rearrange the files. + The most common locations are still covered by + ${BP}, ${BPN}, + and "files", which all remain in the default value of + FILESPATH. -- cgit v1.2.3-54-g00ecf