diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 11:35:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:33 +0100 |
commit | 5e1460de1fc485b67dec2a109b7ad2c0082bc900 (patch) | |
tree | 4c8b47ee04a0b02882711dec734bc43dbd34b332 | |
parent | 873ac6a8c2f514e3d70c9343d6d61ee8e64c1764 (diff) | |
download | poky-5e1460de1fc485b67dec2a109b7ad2c0082bc900.tar.gz |
documentation: dev-manual - updated branch to use DISTRO_NAME
I changed the preferred branch for the Eclipse example from
a hard-coded "1.3_beta" to use the DISTRO_NAME variable.
(From yocto-docs rev: 9393c5d1e44a1e326c73353b090c1d1c1a5833da)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 9ad51e2628..27b89464c2 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -923,9 +923,9 @@ | |||
923 | For this example, the repository is named | 923 | For this example, the repository is named |
924 | <filename>~/yocto-eclipse</filename>.</para></listitem> | 924 | <filename>~/yocto-eclipse</filename>.</para></listitem> |
925 | <listitem><para>Be sure you are in the right branch for your Git repository. | 925 | <listitem><para>Be sure you are in the right branch for your Git repository. |
926 | For this release set the branch to <filename>1.3_beta</filename>: | 926 | For this release set the branch to <filename>&DISTRO_NAME;</filename>: |
927 | <literallayout class='monospaced'> | 927 | <literallayout class='monospaced'> |
928 | $ git checkout -b 1.3_beta origin/1.3_beta | 928 | $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; |
929 | </literallayout></para></listitem> | 929 | </literallayout></para></listitem> |
930 | <listitem><para>Locate the <filename>build.sh</filename> script in the | 930 | <listitem><para>Locate the <filename>build.sh</filename> script in the |
931 | Git repository you created in the previous step. | 931 | Git repository you created in the previous step. |
@@ -939,19 +939,19 @@ | |||
939 | </literallayout></para></listitem> | 939 | </literallayout></para></listitem> |
940 | <listitem><para>Be sure you have the right branch in the Poky Git repository | 940 | <listitem><para>Be sure you have the right branch in the Poky Git repository |
941 | checked out. | 941 | checked out. |
942 | For example, the following commands checkout the <filename>1.3_beta</filename> | 942 | For example, the following commands checkout the <filename>&DISTRO_NAME;</filename> |
943 | branch in the local Poky Git repository: | 943 | branch in the local Poky Git repository: |
944 | <literallayout class='monospaced'> | 944 | <literallayout class='monospaced'> |
945 | $ cd ~/poky | 945 | $ cd ~/poky |
946 | $ git checkout -b 1.3_beta origin/1.3_beta | 946 | $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; |
947 | </literallayout></para></listitem> | 947 | </literallayout></para></listitem> |
948 | <listitem><para>Move back to your Yocto Eclipse directory and | 948 | <listitem><para>Move back to your Yocto Eclipse directory and |
949 | run the <filename>build.sh</filename> script. | 949 | run the <filename>build.sh</filename> script. |
950 | Provide the name of the Git branch along with the Yocto Project release you are | 950 | Provide the name of the Git branch along with the Yocto Project release you are |
951 | using. | 951 | using. |
952 | Here is an example that uses the <filename>1.3_beta</filename> branches: | 952 | Here is an example that uses the <filename>&DISTRO_NAME;</filename> branches: |
953 | <literallayout class='monospaced'> | 953 | <literallayout class='monospaced'> |
954 | $ scripts/build.sh 1.3_beta 1.3_beta | 954 | $ scripts/build.sh &DISTRO_NAME; &DISTRO_NAME; |
955 | </literallayout> | 955 | </literallayout> |
956 | After running the script, the file | 956 | After running the script, the file |
957 | <filename>org.yocto.sdk-<release>-<date>-archive.zip</filename> | 957 | <filename>org.yocto.sdk-<release>-<date>-archive.zip</filename> |