aboutsummaryrefslogtreecommitdiff
path: root/doc/build/source.rst
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-09-14 15:39:27 -0400
committerTom Rini <trini@konsulko.com>2020-09-14 15:39:46 -0400
commit00e5fda0063eaa20e9c3f6844ac88c64eb875f23 (patch)
tree20397adfefbe204c2b348e271c056620f4bcadcc /doc/build/source.rst
parent3dd52dd69e6507624c7bb98aa1dbd5034221afcd (diff)
parent185440ffc46f310b0f300c10804ba3cb0a7bf15a (diff)
Merge branch '2020-09-12-assorted-bugfixes'
- A large assortment of minor fixes - Documentation improvements
Diffstat (limited to 'doc/build/source.rst')
-rw-r--r--doc/build/source.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/build/source.rst b/doc/build/source.rst
new file mode 100644
index 0000000000..75720e2027
--- /dev/null
+++ b/doc/build/source.rst
@@ -0,0 +1,30 @@
+Obtaining the source
+=====================
+
+The source of the U-Boot project is maintained in a Git repository.
+
+You can download the source via
+
+.. code-block:: bash
+
+ git clone https://gitlab.denx.de/u-boot/u-boot.git
+
+A mirror of the source is maintained on Github
+
+.. code-block:: bash
+
+ git clone https://github.com/u-boot/u-boot
+
+The released versions are available as tags which use the naming scheme::
+
+ v<year>.<month>
+
+Release candidates are named::
+
+ v<year>.<month>-rc<number>
+
+To checkout the October 2020 release you would use:
+
+.. code-block:: bash
+
+ git checkout v2020.10