summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-09-02 17:44:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-03 07:55:20 +0200
commit0ab8b75c3a1dad0d8516b053d6acb8b0f5c3a812 (patch)
tree7399ebe78a0f90cab3a9d160556d3b30ec19f2ce /doc
parent6ccf265dcb9aa6c292578053b7ca73ee99d57b1b (diff)
downloadptxdist-0ab8b75c3a1dad0d8516b053d6acb8b0f5c3a812.tar.gz
ptxdist-0ab8b75c3a1dad0d8516b053d6acb8b0f5c3a812.tar.xz
doc: remove empty chapter "Working with GIT sources"
All options for git:// <PKG>_URLs are explained in that same paragraph, `git ptx-patches` is already explained in the "Patching Packages" chapter, and out-of-tree building is explained in the Daily Work chapter. If anything else related to Git is still open, this chapter can be re-added later, but it is useless for now (and regularly confuses me when looking for the location where all those things mentioned above are explained). Fixes: 185c2bebaa1686f2faac ("Split the daily-work section into separate files") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/daily_work_section.rst1
-rw-r--r--doc/ref_make_variables.inc3
-rw-r--r--doc/working_with_git_sources.inc6
3 files changed, 1 insertions, 9 deletions
diff --git a/doc/daily_work_section.rst b/doc/daily_work_section.rst
index 42a61e3c4..b9c4c0b5d 100644
--- a/doc/daily_work_section.rst
+++ b/doc/daily_work_section.rst
@@ -4,5 +4,4 @@ Various Aspects of Daily Work
.. include:: daily_work.inc
.. include:: nfsroot.inc
.. include:: multi_image_platforms.inc
-.. include:: working_with_git_sources.inc
.. include:: including_bsp_doc.inc
diff --git a/doc/ref_make_variables.inc b/doc/ref_make_variables.inc
index f2b491b40..e9a5c5a13 100644
--- a/doc/ref_make_variables.inc
+++ b/doc/ref_make_variables.inc
@@ -192,8 +192,7 @@ Package Definition
archive defined ``<PKG>_SOURCE`` and use it if available.
Git URLs must either start with 'git://' or end with '.git'. They have a
- mandatory ``tag=<tagname>`` option. Refer :ref:`gitSources` how to make use of
- it.
+ mandatory ``tag=<tagname>`` option.
Svn URLs must start with 'svn://'. They have a mandatory
``rev=r<number>`` option.
diff --git a/doc/working_with_git_sources.inc b/doc/working_with_git_sources.inc
deleted file mode 100644
index 0514ba966..000000000
--- a/doc/working_with_git_sources.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-.. _gitSources:
-
-Working with GIT sources
-------------------------
-
-TBD