summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
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-05-22 17:23:37 +0100
commitcaa6e079c316c70f3600114069654c459607e983 (patch)
tree60f556ea34889a479d43aa96c2bb4f9f8ae34430 /documentation/ref-manual/migration.xml
parent06af7c1b3240f23f036afab3baf664f37a0b6f36 (diff)
downloadpoky-caa6e079c316c70f3600114069654c459607e983.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: 1903df0c21dbc018f0dbb4ce90eac192b428606b) 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/migration.xml')
-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