mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
dev-manual: Changed repo name.
Changed the poky-extras repo name to meta-yocto-kernel-extras repo. This repository had become stale and Bruce did some work to freshen it up a bit. The name was poor too. That drove the name change. (From yocto-docs rev: 4fa2b0f86cfe7191b8de7577d8d8ad6adb984a4e) 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
c56c79fd35
commit
e3550b4f28
@@ -168,9 +168,9 @@
|
|||||||
Cloning into 'my-linux-yocto-3.8-work'...
|
Cloning into 'my-linux-yocto-3.8-work'...
|
||||||
done.
|
done.
|
||||||
</literallayout></para></listitem>
|
</literallayout></para></listitem>
|
||||||
<listitem id='poky-extras-repo'><para><emphasis>
|
<listitem id='meta-yocto-kernel-extras-repo'><para><emphasis>
|
||||||
The <filename>poky-extras</filename> Git Repository</emphasis>:
|
The <filename>meta-yocto-kernel-extras</filename> Git Repository</emphasis>:
|
||||||
The <filename>poky-extras</filename> Git repository contains Metadata needed
|
The <filename>meta-yocto-kernel-extras</filename> Git repository contains Metadata needed
|
||||||
only if you are modifying and building the kernel image.
|
only if you are modifying and building the kernel image.
|
||||||
In particular, it contains the kernel BitBake append (<filename>.bbappend</filename>)
|
In particular, it contains the kernel BitBake append (<filename>.bbappend</filename>)
|
||||||
files that you
|
files that you
|
||||||
@@ -178,17 +178,17 @@
|
|||||||
image.
|
image.
|
||||||
Pointing to these local files is much more efficient than requiring a download of the
|
Pointing to these local files is much more efficient than requiring a download of the
|
||||||
kernel's source files from upstream each time you make changes to the kernel.</para>
|
kernel's source files from upstream each time you make changes to the kernel.</para>
|
||||||
<para>You can find the <filename>poky-extras</filename> Git Repository in the
|
<para>You can find the <filename>meta-yocto-kernel-extras</filename> Git Repository in the
|
||||||
"Yocto Metadata Layers" area of the Yocto Project Source Repositories at
|
"Yocto Metadata Layers" area of the Yocto Project Source Repositories at
|
||||||
<ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.
|
<ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.
|
||||||
It is good practice to create this Git repository inside the Source Directory.</para>
|
It is good practice to create this Git repository inside the Source Directory.</para>
|
||||||
<para>Following is an example that creates the <filename>poky-extras</filename> Git
|
<para>Following is an example that creates the <filename>meta-yocto-kernel-extras</filename> Git
|
||||||
repository inside the Source Directory, which is named <filename>poky</filename>
|
repository inside the Source Directory, which is named <filename>poky</filename>
|
||||||
in this case:
|
in this case:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ cd ~/poky
|
$ cd ~/poky
|
||||||
$ git clone git://git.yoctoproject.org/poky-extras poky-extras
|
$ git clone git://git.yoctoproject.org/meta-yocto-kernel-extras meta-yocto-kernel-extras
|
||||||
Cloning into 'poky-extras'...
|
Cloning into 'meta-yocto-kernel-extras'...
|
||||||
remote: Counting objects: 690, done.
|
remote: Counting objects: 690, done.
|
||||||
remote: Compressing objects: 100% (431/431), done.
|
remote: Compressing objects: 100% (431/431), done.
|
||||||
remote: Total 690 (delta 238), reused 690 (delta 238)
|
remote: Total 690 (delta 238), reused 690 (delta 238)
|
||||||
|
|||||||
Reference in New Issue
Block a user