]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/kernel-manual/kernel-how-to.xml: - Condense and merge example changed.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 8 Feb 2011 19:48:13 +0000 (13:48 -0600)
committerScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 14 Feb 2011 23:07:35 +0000 (17:07 -0600)
The example used to show how to condense and merge two BSPs into a second
SCM used a non-existant machine (cav_ebt5800-standard).  I replaced this
machine with 'common_pc_64-standard, which is a real machine.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/kernel-manual/kernel-how-to.xml

index 6b326b5561664bb34ed94187a52cf28f706a632b..01a78e685c94058e0989d7fdfe5456d2d810a6f7 100644 (file)
@@ -882,7 +882,7 @@ repository.
                     The following commands illustrate how you can condense and merge two BSPs into a second SCM:
                 <literallayout class='monospaced'>
      &gt; git checkout common_pc-standard
-     &gt; git merge cav_ebt5800-standard
+     &gt; git merge common_pc_64-standard
      # resolve any conflicts and commit them
      &gt; cd .. ; echo linux/.git &gt; .cvsignore
      &gt; cvs import -m "initial import" linux MY_COMPANY start