diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-15 12:31:06 -0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 12:49:43 +0000 |
| commit | 6e82f12f7970d56486429e5fc1c09b62be98955a (patch) | |
| tree | 431c62af3b9fa936c273c25201621cd07543ca5c /documentation/bsp-guide | |
| parent | 91cf2634c71e6384ea485a2e46fc4d4e78db53a3 (diff) | |
| download | poky-6e82f12f7970d56486429e5fc1c09b62be98955a.tar.gz | |
documentation/bsp-guide/bsp.xml: Updated common form for file structure.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/bsp-guide')
| -rw-r--r-- | documentation/bsp-guide/bsp.xml | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 874ef6de42..f7dd12ea5a 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
| @@ -76,19 +76,15 @@ | |||
| 76 | 76 | ||
| 77 | <programlisting> | 77 | <programlisting> |
| 78 | meta-<bsp_name>/ | 78 | meta-<bsp_name>/ |
| 79 | meta-<bsp_name>/binary/zImage | 79 | meta-<bsp_name>/<bsp_license_file> |
| 80 | meta-<bsp_name>/binary/poky-image-minimal.directdisk | 80 | meta-<bsp_name>/README |
| 81 | meta-<bsp_name>/binary/<bootable_images> | ||
| 81 | meta-<bsp_name>/conf/layer.conf | 82 | meta-<bsp_name>/conf/layer.conf |
| 82 | meta-<bsp_name>/conf/machine/*.conf | 83 | meta-<bsp_name>/conf/machine/*.conf |
| 83 | meta-<bsp_name>/conf/machine/include/tune-*.inc | 84 | meta-<bsp_name>/recipes-bsp/* |
| 84 | meta-<bsp_name>/recipes-kernel/bootloader/bootloader_0.1.bb | 85 | meta-<bsp_name>/recipes-bsp/formfactor/formfactor/<bsp_name>/* |
| 85 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/*.patch | 86 | meta-<bsp_name>/recipes-graphics/* |
| 86 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp-2.6.50/defconfig-bsp | 87 | meta-<bsp_name>/recipes-kernel/linux/linux-wrs_git.bbappend |
| 87 | meta-<bsp_name>/recipes-kernel/linux/linux-bsp_2.6.50.bb | ||
| 88 | meta-<bsp_name>/recipes-bsp/modem/modem-driver_0.1.bb | ||
| 89 | meta-<bsp_name>/recipes-bsp/modem/modem-daemon_0.1.bb | ||
| 90 | meta-<bsp_name>/recipes-bsp/image-creator/image-creator-native_0.1.bb | ||
| 91 | meta-<bsp_name>/prebuilds/ | ||
| 92 | </programlisting> | 88 | </programlisting> |
| 93 | </para> | 89 | </para> |
| 94 | 90 | ||
