diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ee5d0f1d9e..5148acb1e2 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -252,6 +252,13 @@ $ sudo apt-get install autoconf automake libtool libglib2.0-dev + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo apt-get install python-git + + @@ -289,6 +296,13 @@ $ sudo dnf install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo dnf install GitPython + + @@ -325,6 +339,12 @@ $ sudo zypper install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo zypper install python-GitPython + @@ -374,6 +394,13 @@ $ sudo dnf install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo dnf install GitPython + +