summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-08 08:53:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:18 +0100
commit9adc11d4ac419c6d88cb6cf2962d733c1f71a460 (patch)
treef33baccbce4865c04077f3dc89b03be8397522bb /documentation
parentb5a67a2f7b3b76191bf6347657b7f5a2a9fef123 (diff)
downloadpoky-9adc11d4ac419c6d88cb6cf2962d733c1f71a460.tar.gz
ref-manual: Added note about installing Git-Python package
buildhistory-diff tool requires the Git-python package. I added a note indicating this. Fixes [YOCTO #9712] (From yocto-docs rev: 61814503f5656b241646d43c208c6bcaf530a282) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/usingpoky.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index a7bf32d451..89b3437721 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -951,6 +951,19 @@
951 * PR changed from "r0" to "r1" 951 * PR changed from "r0" to "r1"
952 * PV changed from "0.1.10" to "0.1.12" 952 * PV changed from "0.1.10" to "0.1.12"
953 </literallayout> 953 </literallayout>
954 <note>
955 The <filename>buildhistory-diff</filename> tool requires
956 the <filename>GitPython</filename> package.
957 Be sure to install it using Pip3 as follows:
958 <literallayout class='monospaced'>
959 $ pip3 install GitPython --user
960 </literallayout>
961 Alternatively, you can install
962 <filename>python3-3</filename> using the appropriate
963 distribution package manager (e.g.
964 <filename>apt-get</filename>, <filename>dnf</filename>, or
965 <filename>zipper</filename>).
966 </note>
954 </para> 967 </para>
955 968
956 <para> 969 <para>