From 5306aaab07a7a9b3b0c7e8008dabbd2e89daec28 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Apr 2014 11:35:25 -0700 Subject: ref-manual: Added new section to the 1.6 migration section plus some 1.5 edits. Added a new section on "Matching Branch Requirement for Git Fetching" into the BitBake section. Plus, made some minor corrections to some of the 1.5 sections. (From yocto-docs rev: 326a8009ca0bef0a4686510bb521010d8f58ac81) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 0f0e8b06a9..7cefa5ebf4 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -829,10 +829,10 @@
- <filename>run</filename> + <filename>/run</filename> - The run directory from the Filesystem + The /run directory from the Filesystem Hierarchy Standard 3.0 has been introduced. You can find some of the implications for this change here. @@ -878,7 +878,7 @@ The previously deprecated task.bbclass has now been dropped. - For recipes that previously inherited from this task, you should + For recipes that previously inherited from this class, you should rename them from task-* to packagegroup-* and inherit packagegroup instead. @@ -1150,6 +1150,31 @@ BitBake. +
+ Matching Branch Requirement for Git Fetching + + + When fetching source from a Git repository using + SRC_URI, + BitBake will now validate the + SRCREV + value against the branch. + You can specify the branch using the following form: + + SRC_URI = "git://server.name/repository;branch=<branchname>" + + If you do not specify a branch, BitBake looks + in the default "master" branch. + + + + Alternatively, if you need to bypass this check (e.g. + if you are fetching a revision corresponding to a tag that + is not on any branch), you can add ";nobranch=1" to + the end of the URL within SRC_URI. + +
+
Python Definition substitutions -- cgit v1.2.3-54-g00ecf