mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
documentation/dev-manual/dev-manual-newbie.xml: Fixed branch example
The example in the "Repositories, Tags, and Branches" section that creates a local branch that tracks the upstream branch is incorrect. The syntax should be "git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; Fixed it. (From yocto-docs rev: 7b47dd460f240a0d7f07edf2767bcad1ddc9d4c3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e9b8cf485c
commit
74c34c9d3c
@@ -527,7 +527,7 @@
|
|||||||
$ cd ~
|
$ cd ~
|
||||||
$ git clone git://git.yoctoproject.org/poky
|
$ git clone git://git.yoctoproject.org/poky
|
||||||
$ cd poky
|
$ cd poky
|
||||||
$ git checkout &DISTRO_NAME; -b &DISTRO_NAME;
|
$ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME;
|
||||||
</literallayout>
|
</literallayout>
|
||||||
In this example, the name of the top-level directory of your local Yocto Project
|
In this example, the name of the top-level directory of your local Yocto Project
|
||||||
Files Git repository is <filename>poky</filename>.
|
Files Git repository is <filename>poky</filename>.
|
||||||
|
|||||||
Reference in New Issue
Block a user