mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
dev-manual, bsp-guide: Updates for init-ifupdown change.
Release 1.4 requires the user to create an append file to the new recipe init-ifupdown if they want to create their own custom /etc/network/interfaces file. Previously, they needed to append the netbase recipe. Changes needed in the migration section of the ref-manual as well as the exmaple used in the bsp-guide. (From yocto-docs rev: 888ae2a2c18eae2cc13a1860452762b510fc909a) 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
824deabdab
commit
e8a5266f30
@@ -335,6 +335,24 @@
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='migration-1.4-custom-interfaces-file-netbase-change'>
|
||||
<title>Custom Interfaces File (netbase change)</title>
|
||||
|
||||
<para>
|
||||
If you have created your own custom
|
||||
<filename>etc/network/interfaces</filename> file by creating
|
||||
an append file for the <filename>netbase</filename> recipe,
|
||||
you now need to create an append file for the
|
||||
<filename>init-ifupdown</filename> recipe instead, which you can
|
||||
find in the
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
|
||||
at <filename>meta/recipes-core/init-ifupdown</filename>.
|
||||
For information on how to use append files, see the
|
||||
"<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>"
|
||||
in the Yocto Project Development Manual.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='migration-1.4-remote-debugging'>
|
||||
<title>Remote Debugging</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user