From 4ffde57e6ff7dcb76d613e0fce17c0a0504c4f1f 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 +++++++++++++---- documentation/ref-manual/ref-variables.xml | 8 ++++---- 2 files changed, 17 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual') 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. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index b5f04cbf6c..e4bcb56aed 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3395,10 +3395,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ${BPN}-${PV}. The base recipe name and version but without any special package name suffix. - Files - Files beneath the directory in which the recipe - resides. - Directory - The directory itself in which the recipe - resides. + files - Files within a + directory, which is named files + and is also alongside the recipe. + bzr:// - Fetches files from a Bazaar revision control repository. -- cgit v1.2.3-54-g00ecf