diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index f243bb8091..1d65039c64 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -113,8 +113,8 @@ | |||
113 | <filename>meta-intel</filename> contained within the <filename>poky</filename> | 113 | <filename>meta-intel</filename> contained within the <filename>poky</filename> |
114 | parent directory. | 114 | parent directory. |
115 | The following steps will automatically create the | 115 | The following steps will automatically create the |
116 | <filename>meta-intel</filename> directory and the contained meta-crownbay | 116 | <filename>meta-intel</filename> directory and the contained |
117 | starting point in both the Git and the tarball cases. | 117 | <filename>meta-crownbay</filename> starting point in both the Git and the tarball cases. |
118 | </para> | 118 | </para> |
119 | 119 | ||
120 | <para> | 120 | <para> |
@@ -127,8 +127,13 @@ | |||
127 | </literallayout> | 127 | </literallayout> |
128 | Alternatively, you can start with the downloaded <filename>meta-intel</filename> | 128 | Alternatively, you can start with the downloaded <filename>meta-intel</filename> |
129 | edison tarball. | 129 | edison tarball. |
130 | You can download the Crown Bay tarball for the edison release from the | ||
131 | <ulink url='http://www.yoctoproject.org/download'>Download</ulink> page of the | ||
132 | Yocto Project website. | ||
133 | Here is the specific link for the tarball needed for this example: | ||
134 | <ulink url='http://downloads.yoctoproject.org/releases/yocto/yocto-1.1/machines/crownbay-noemgd/crownbay-noemgd-edison-6.0.0.tar.bz2'></ulink>. | ||
130 | Again, be sure that you are already in the <filename>poky</filename> directory | 135 | Again, be sure that you are already in the <filename>poky</filename> directory |
131 | as described previously: | 136 | as described previously before installing the tarball: |
132 | <literallayout class='monospaced'> | 137 | <literallayout class='monospaced'> |
133 | $ tar xfj crownbay-noemgd-edison-6.0.0.tar.bz2 | 138 | $ tar xfj crownbay-noemgd-edison-6.0.0.tar.bz2 |
134 | $ cd meta-intel | 139 | $ cd meta-intel |