diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-06-08 08:53:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-21 12:59:07 +0100 |
commit | 52fc5679887682b69ef883d2694c407fcec77977 (patch) | |
tree | 44058040d06315776ddc5f47103b2ef78d18911a | |
parent | f33db8b6eb983e639a82d62aad4d235c61caca96 (diff) | |
download | poky-52fc5679887682b69ef883d2694c407fcec77977.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: 2187df01f784b40608b30f62d19888cf183e67e9)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 13 |
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> |