diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 7058c2863e..af04528a7b 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -857,8 +857,9 @@ | |||
857 | <para> | 857 | <para> |
858 | Yocto Project maintains an area for nightly builds that contains | 858 | Yocto Project maintains an area for nightly builds that contains |
859 | tarball releases at <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. | 859 | tarball releases at <ulink url='&YOCTO_AB_NIGHTLY_URL;'/>. |
860 | These builds include Yocto Project releases, SDK installation | 860 | These builds include Yocto Project releases ("poky"), |
861 | scripts, and experimental builds. | 861 | toolchains, Yocto Project plugins for Eclipse, and builds for |
862 | supported machines. | ||
862 | </para> | 863 | </para> |
863 | 864 | ||
864 | <para> | 865 | <para> |
@@ -866,14 +867,21 @@ | |||
866 | Yocto Project component, use the following procedure: | 867 | Yocto Project component, use the following procedure: |
867 | <orderedlist> | 868 | <orderedlist> |
868 | <listitem><para> | 869 | <listitem><para> |
869 | <emphasis>Access the Nightly Builds:</emphasis> | 870 | <emphasis>Locate the Index of Nightly Builds:</emphasis> |
870 | Open a browser and go to | 871 | Open a browser and go to |
871 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/> to access the | 872 | <ulink url='&YOCTO_AB_NIGHTLY_URL;'/> to access the |
872 | Nightly Builds. | 873 | Nightly Builds. |
873 | </para></listitem> | 874 | </para></listitem> |
874 | <listitem><para> | 875 | <listitem><para> |
876 | <emphasis>Select a Date:</emphasis> | ||
877 | Click on the date in which you are interested. | ||
878 | If you want the latest builds, use "CURRENT". | ||
879 | </para></listitem> | ||
880 | <listitem><para> | ||
875 | <emphasis>Select a Build:</emphasis> | 881 | <emphasis>Select a Build:</emphasis> |
876 | Click on any build by date in which you are interested. | 882 | Choose the area in which you are interested. |
883 | For example, if you are looking for the most recent | ||
884 | toolchains, select the "toolchain" link. | ||
877 | </para></listitem> | 885 | </para></listitem> |
878 | <listitem><para> | 886 | <listitem><para> |
879 | <emphasis>Find the Tarball:</emphasis> | 887 | <emphasis>Find the Tarball:</emphasis> |