summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-17 16:29:53 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 12:49:45 +0000
commit1d671c41df95be586df0386b3041a68d0e8ae8b4 (patch)
tree67d61dd08dc91eb1c68994e1cc37e40b00491876 /documentation
parent6224858276ca3d8343361b8a6a89394be0a02aa5 (diff)
downloadpoky-1d671c41df95be586df0386b3041a68d0e8ae8b4.tar.gz
documentation/bsp-guide/bsp.xml: replaced the append file line in the template
Section 1.1 has the example filesystem layout. The last line of the example filesystem layout had linux-wrs. It has been changed to linux-yocto-stable. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index ff8a4818f8..7909bb5ba0 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -83,7 +83,7 @@ meta-&lt;bsp_name&gt;/conf/layer.conf
83meta-&lt;bsp_name&gt;/conf/machine/*.conf 83meta-&lt;bsp_name&gt;/conf/machine/*.conf
84meta-&lt;bsp_name&gt;/recipes-bsp/* 84meta-&lt;bsp_name&gt;/recipes-bsp/*
85meta-&lt;bsp_name&gt;/recipes-graphics/* 85meta-&lt;bsp_name&gt;/recipes-graphics/*
86meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-wrs_git.bbappend 86meta-&lt;bsp_name&gt;/recipes-kernel/linux/linux-yocto-stable.bbappend
87 </programlisting> 87 </programlisting>
88 </para> 88 </para>
89 89