diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst index fbe5fb6f0..163d8832e 100644 --- a/documentation/dev-manual/build-quality.rst +++ b/documentation/dev-manual/build-quality.rst @@ -372,7 +372,7 @@ There is a command-line tool called ``buildhistory-diff``, though, that queries the Git repository and prints just the differences that might be significant in human-readable form. Here is an example:: - $ poky/poky/scripts/buildhistory-diff . HEAD^ + $ bitbake-builds/layers/openembedded-core/scripts/buildhistory-diff . HEAD^ Changes to images/qemux86_64/glibc/core-image-minimal (files-in-image.txt): /etc/anotherpkg.conf was added /sbin/anotherpkg was added
Refresh the document now that the Poky repository is obsolete. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/build-quality.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)