summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.xml2
-rw-r--r--documentation/poky-ref-manual/faq.xml2
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>