summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/start.rst24
1 files changed, 6 insertions, 18 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 88afa27ad5..4a556967eb 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -88,27 +88,15 @@ particular working environment and set of practices.
88 For information about BitBake, see the 88 For information about BitBake, see the
89 :doc:`bitbake:index`. 89 :doc:`bitbake:index`.
90 90
91 It is relatively easy to set up Git services and create 91 It is relatively easy to set up Git services and create infrastructure like
92 infrastructure like :yocto_git:`/`, which is based on 92 :yocto_git:`/`, which is based on server software called
93 server software called ``gitolite`` with ``cgit`` being used to 93 `Gitolite <https://gitolite.com>`__
94 generate the web interface that lets you view the repositories. The 94 with `cgit <https://git.zx2c4.com/cgit/about/>`__ being used to
95 ``gitolite`` software identifies users using SSH keys and allows 95 generate the web interface that lets you view the repositories.
96 ``gitolite`` identifies users using SSH keys and allows
96 branch-based access controls to repositories that you can control as 97 branch-based access controls to repositories that you can control as
97 little or as much as necessary. 98 little or as much as necessary.
98 99
99 .. note::
100
101 The setup of these services is beyond the scope of this manual.
102 However, here are sites describing how to perform setup:
103
104 - `Gitolite <https://gitolite.com>`__: Information for
105 ``gitolite``.
106
107 - `Interfaces, frontends, and
108 tools <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools>`__:
109 Documentation on how to create interfaces and frontends for
110 Git.
111
112#. *Set up the Application Development Machines:* As mentioned earlier, 100#. *Set up the Application Development Machines:* As mentioned earlier,
113 application developers are creating applications on top of existing 101 application developers are creating applications on top of existing
114 software stacks. Following are some best practices for setting up 102 software stacks. Following are some best practices for setting up