summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-22 09:16:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:17:59 +0100
commite8a5266f30413dff75361d50ba6c7e2d91e70c2e (patch)
treeae87105924ec9d252aa9d4edb5aea4eb5b524e94 /documentation/ref-manual
parent824deabdab9ba6dee3d57620c9165c69301a1150 (diff)
downloadpoky-e8a5266f30413dff75361d50ba6c7e2d91e70c2e.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/migration.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 7aefcfd08d..a7bab5aa36 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -335,6 +335,24 @@
335 </para> 335 </para>
336 </section> 336 </section>
337 337
338 <section id='migration-1.4-custom-interfaces-file-netbase-change'>
339 <title>Custom Interfaces File (netbase change)</title>
340
341 <para>
342 If you have created your own custom
343 <filename>etc/network/interfaces</filename> file by creating
344 an append file for the <filename>netbase</filename> recipe,
345 you now need to create an append file for the
346 <filename>init-ifupdown</filename> recipe instead, which you can
347 find in the
348 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
349 at <filename>meta/recipes-core/init-ifupdown</filename>.
350 For information on how to use append files, see the
351 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>"
352 in the Yocto Project Development Manual.
353 </para>
354 </section>
355
338 <section id='migration-1.4-remote-debugging'> 356 <section id='migration-1.4-remote-debugging'>
339 <title>Remote Debugging</title> 357 <title>Remote Debugging</title>
340 358