mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
kernel-dev: Edits to the SCC reference section.
(From yocto-docs rev: 51872ec247e93f9dd7b7c12ee32191565c30ebfa) 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
29d5511d02
commit
b43b8efcff
@@ -1034,11 +1034,11 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id='scc-reference'>
|
<section id='scc-reference'>
|
||||||
<title>SCC Reference</title>
|
<title>SCC Description File Reference</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This section provides short descriptions for the commands you can
|
This section provides a brief reference for the commands you can use
|
||||||
use from an <filename>.scc</filename>:
|
within an SCC description file (<filename>.scc</filename>):
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem><para><filename>branch [ref]</filename>:
|
<listitem><para><filename>branch [ref]</filename>:
|
||||||
Creates a new branch relative to the current branch
|
Creates a new branch relative to the current branch
|
||||||
@@ -1051,13 +1051,15 @@
|
|||||||
<filename>KTYPE</filename>, <filename>KARCH</filename>,
|
<filename>KTYPE</filename>, <filename>KARCH</filename>,
|
||||||
and <filename>KFEATURE_DESCRIPTION</filename>.</para></listitem>
|
and <filename>KFEATURE_DESCRIPTION</filename>.</para></listitem>
|
||||||
<listitem><para><filename>include SCC_FILE</filename>:
|
<listitem><para><filename>include SCC_FILE</filename>:
|
||||||
Includes an <filename>scc</filename> file in the current file.
|
Includes an SCC file in the current file.
|
||||||
It will be parsed as if inserted inline.</para></listitem>
|
The file is parsed as if you had inserted it inline.
|
||||||
|
</para></listitem>
|
||||||
<listitem><para><filename>kconf [hardware|non-hardware] CFG_FILE</filename>:
|
<listitem><para><filename>kconf [hardware|non-hardware] CFG_FILE</filename>:
|
||||||
Queues a configuration fragment for merging into the final
|
Queues a configuration fragment for merging into the final
|
||||||
Linux <filename>.config</filename> file.</para></listitem>
|
Linux <filename>.config</filename> file.</para></listitem>
|
||||||
<listitem><para><filename>git merge GIT_BRANCH</filename>:
|
<listitem><para><filename>git merge GIT_BRANCH</filename>:
|
||||||
Merges the feature branch into the current branch.</para></listitem>
|
Merges the feature branch into the current branch.
|
||||||
|
</para></listitem>
|
||||||
<listitem><para><filename>patch PATCH_FILE</filename>:
|
<listitem><para><filename>patch PATCH_FILE</filename>:
|
||||||
Applies the patch to the current Git branch.</para></listitem>
|
Applies the patch to the current Git branch.</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|||||||
Reference in New Issue
Block a user