diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-10-02 08:34:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:37 +0100 |
commit | 371a19f684a489a2144eed4110d7a1474f784165 (patch) | |
tree | 09f9d8f757bd097ac44d146a9d8ee14c52f922b5 | |
parent | 85e5dffb72d00360f1ac950696db8898304a3892 (diff) | |
download | poky-371a19f684a489a2144eed4110d7a1474f784165.tar.gz |
documentation: poky-ref-manual, bsp-guide - netbase version updated.
(From yocto-docs rev: d0b2b7983fb3d6dbd9525a094a72573b62a8d276)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 5bfa9fb514..91b1be0640 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -871,7 +871,7 @@ | |||
871 | <para> | 871 | <para> |
872 | To better understand this, consider an example that customizes a recipe by adding | 872 | To better understand this, consider an example that customizes a recipe by adding |
873 | a BSP-specific configuration file named <filename>interfaces</filename> to the | 873 | a BSP-specific configuration file named <filename>interfaces</filename> to the |
874 | <filename>netbase_4.47.bb</filename> recipe for machine "xyz". | 874 | <filename>netbase_5.0.bb</filename> recipe for machine "xyz". |
875 | Do the following: | 875 | Do the following: |
876 | <orderedlist> | 876 | <orderedlist> |
877 | <listitem><para>Edit the <filename>netbase_4.47.bbappend</filename> file so that it | 877 | <listitem><para>Edit the <filename>netbase_4.47.bbappend</filename> file so that it |
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 4a17313136..54c4763630 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -399,7 +399,7 @@ | |||
399 | For example, add the following files to your layer: | 399 | For example, add the following files to your layer: |
400 | <literallayout class='monospaced'> | 400 | <literallayout class='monospaced'> |
401 | meta-MACHINE/recipes-bsp/netbase/netbase/MACHINE/interfaces | 401 | meta-MACHINE/recipes-bsp/netbase/netbase/MACHINE/interfaces |
402 | meta-MACHINE/recipes-bsp/netbase/netbase_4.44.bbappend | 402 | meta-MACHINE/recipes-bsp/netbase/netbase_5.0.bbappend |
403 | </literallayout> | 403 | </literallayout> |
404 | </para> | 404 | </para> |
405 | </answer> | 405 | </answer> |