summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-10-16 16:26:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-20 14:40:29 +0100
commit3591075ff4e365b8a53e1a678b3f1bdfd6b96642 (patch)
tree11cfc7324ade8d005cc19b1c26787aa40304ee51 /documentation/dev-manual
parenta6753de86bd9f7d9ec8fbc70ccb36294d1497e88 (diff)
downloadpoky-3591075ff4e365b8a53e1a678b3f1bdfd6b96642.tar.gz
dev-manual: start.rst: remove obsolete reference
Remove a reference to a web resource which is clearly marked as obsolete. Replace the unnecessarily verbose note by just links to the mentioned tools. [YOCTO #15233] (From yocto-docs rev: 3f979f5d2446d57d75f0c4ad2199510d533880e8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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