diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 12:46:11 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
commit | 581bf7fd7f3669a490491484f13dd0c5e2dd2e90 (patch) | |
tree | caff80a85b68d26f497dde2943104133352a32cc /documentation/bsp-guide | |
parent | 6e82f12f7970d56486429e5fc1c09b62be98955a (diff) | |
download | poky-581bf7fd7f3669a490491484f13dd0c5e2dd2e90.tar.gz |
documentation/bsp-work/bsp.xml: Added crownbay BSP example to section 1.1.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide')
-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 | ||