diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 3ac49b92cf..0f69ef1067 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;'
+
+