summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2016-08-26 11:20:48 -0400
committerGedare Bloom <gedare@rtems.org>2016-08-26 11:20:48 -0400
commit851c734e6f5d6f2b5967e80f0962c7c6095c09db (patch)
treecdf83d9f2225b4a9a4194f13db1dc76482fe134a
parentrtems: move 4.9 and 4.10 bsets to new branches and delete from master (diff)
downloadrtems-source-builder-851c734e6f5d6f2b5967e80f0962c7c6095c09db.tar.bz2
doc: update with version information
-rw-r--r--doc/source-builder.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 3bcc397..2b9a17d 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -129,6 +129,17 @@ system provides and placing the RTEMS tools path at the front means it is
searched first and the RTEMS needed versions of the tools are used.
*************************************************************
+.RTEMS Version
+*************************************************************
+RSB and RTEMS have matching `git branch` for each version of RTEMS.
+For example, if you want to build a toolchain for 4.11, then you
+should checkout the 4.11 branch of the RSB:
+-------------------------------------------------------------
+$ git checkout -t origin/4.11
+-------------------------------------------------------------
+Branches are available for the 4.9, 4.10, and 4.11 versions of RTEMS.
+*************************************************************
+
Setup
~~~~~