diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-24 17:17:43 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:45 +0000 |
| commit | b80943fc47503eb4c6650b7ddd9518a30e1fad85 (patch) | |
| tree | d4028496f8ee84a048f8e173257643ca3eb78821 /documentation/dev-manual/dev-manual-newbie.xml | |
| parent | b990aa8b1bf014fcc662da744f595f44eb8352b9 (diff) | |
| download | poky-b80943fc47503eb4c6650b7ddd9518a30e1fad85.tar.gz | |
dev-manual: Added notes saying you need to work from same branches
Fixes [YOCTO #4601]
Added a couple notes saying that you need to be in matching
branches for meta-intel and poky.
(From yocto-docs rev: 02bd63829b1d98f21183a10707753e9767bfe68e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 77c14a6611..1245345cc4 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
| @@ -431,12 +431,27 @@ | |||
| 431 | <filename>poky</filename> repository or any supported BSP tarballs. | 431 | <filename>poky</filename> repository or any supported BSP tarballs. |
| 432 | Unpacking these tarballs gives you a snapshot of the released | 432 | Unpacking these tarballs gives you a snapshot of the released |
| 433 | files. | 433 | files. |
| 434 | <note> | 434 | <note><title>Notes</title> |
| 435 | The recommended method for setting up the Yocto Project | 435 | <itemizedlist> |
| 436 | <link linkend='source-directory'>Source Directory</link> and the | 436 | <listitem><para> |
| 437 | files for supported BSPs (e.g., <filename>meta-intel</filename>) is to | 437 | The recommended method for setting up the Yocto Project |
| 438 | use <link linkend='git'>Git</link> to create a local copy of the | 438 | <link linkend='source-directory'>Source Directory</link> |
| 439 | upstream repositories. | 439 | and the files for supported BSPs |
| 440 | (e.g., <filename>meta-intel</filename>) is to use | ||
| 441 | <link linkend='git'>Git</link> to create a local copy of | ||
| 442 | the upstream repositories. | ||
| 443 | </para></listitem> | ||
| 444 | <listitem><para> | ||
| 445 | Be sure to always work in matching branches for both | ||
| 446 | the <filename>meta-intel</filename> repository and the | ||
| 447 | <link linkend='source-directory'>Source Directory</link> | ||
| 448 | (i.e. <filename>poky</filename>) repository. | ||
| 449 | For example, if you have checked out the "master" branch | ||
| 450 | of <filename>poky</filename> and you are going to use | ||
| 451 | <filename>meta-intel</filename>, be sure to checkout the | ||
| 452 | "master" branch of <filename>meta-intel</filename>. | ||
| 453 | </para></listitem> | ||
| 454 | </itemizedlist> | ||
| 440 | </note> | 455 | </note> |
| 441 | </para> | 456 | </para> |
| 442 | 457 | ||
