diff options
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r-- | documentation/poky.ent | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index d0ae8716d1..d247b8e9fe 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -69,17 +69,20 @@ | |||
69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ | 71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ |
72 | xz-utils debianutils iputils-ping"> | 72 | xz-utils debianutils iputils-ping python3-git python3-jinja2"> |
73 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 73 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
75 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 75 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
76 | python3-pexpect findutils which file cpio python python3-pip xz"> | 76 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ |
77 | python3-jinja2"> | ||
77 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 78 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
78 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 79 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
79 | python3-pexpect xz which"> | 80 | python3-pexpect xz which python3-Jinja2 |
81 | $ sudo pip3 install GitPython"> | ||
80 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 82 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
81 | $ sudo yum makecache | 83 | $ sudo yum makecache |
82 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 84 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
83 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 85 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
84 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ | 86 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ |
85 | which"> | 87 | which |
88 | $ sudo pip3 install GitPython jinja2"> | ||