From 6b06a4fa1b99768516ac5bee9e70922af811d285 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Jun 2012 13:49:34 -0700 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: Added branch step The example did not specify to switch to the "denzil" branch after establishing the local repo of poky-extras. The example will not work without this step. (From yocto-docs rev: 69b99a77f1f8247c217e77af89ecec3982adc264) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-kernel-appendix.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index db6629da2f..da74721c63 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -178,6 +178,21 @@ poky-extras Git Repository" for information on how to get the poky-extras repository. + + + Because this example uses the Yocto Project &DISTRO; Release code + named "&DISTRO_NAME;", which maps to the &DISTRO_NAME; + branch in the repository, you need to be sure you are using that + branch for poky-extra. + The following commands create and checkout the local + branch you are using for the &DISTRO_NAME; + branch: + + $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; + Branch &DISTRO_NAME; set up to track remote branch &DISTRO_NAME; from origin. + Switched to a new branch '&DISTRO_NAME;' + +
-- cgit v1.2.3-54-g00ecf