diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index f7dd12ea5a..d2e293ffe0 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -89,6 +89,30 @@ meta-<bsp_name>/recipes-kernel/linux/linux-wrs_git.bbappend | |||
89 | </para> | 89 | </para> |
90 | 90 | ||
91 | <para> | 91 | <para> |
92 | Below is an example of the crownbay BSP: | ||
93 | |||
94 | <programlisting> | ||
95 | meta-crownbay/COPYING.MIT | ||
96 | meta-crownbay/README | ||
97 | meta-crownbay/binary/.gitignore | ||
98 | meta-crownbay/conf/layer.conf | ||
99 | meta-crownbay/conf/machine/crownbay.conf | ||
100 | meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig | ||
101 | meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend | ||
102 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xcorg.conf | ||
103 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend | ||
104 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin/.gitignore | ||
105 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb | ||
106 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/crosscompile.patch | ||
107 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/fix_open_max_preprocessor_error.patch | ||
108 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/macro_tweak.patch | ||
109 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd/nodolt.patch | ||
110 | meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd_1.7.99.2.bb | ||
111 | meta-crownbay/recipes-kernel/linux/linux-wrs_git.bbappend | ||
112 | </programlisting> | ||
113 | </para> | ||
114 | |||
115 | <para> | ||
92 | The following sections detail what these files and directories could contain. | 116 | The following sections detail what these files and directories could contain. |
93 | </para> | 117 | </para> |
94 | 118 | ||