From 0c8dede10d6f8f45234ba538dd7d8eaf02dbb207 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Feb 2017 07:52:18 -0800 Subject: poky.ent, yocto-project-qs: Added "xz" and "which" to Essential packages Fixes [YOCTO #10855] In order for BitBake to run, we needed to add two more packages to the essential host packages: "xz" and "which". I have added these to the poky.ent file variables for each host and did the formatting so that the manuals render properly. (From yocto-docs rev: 1bfbdcb58e31ca6e978d6dcccd6d58fbd68dbf2b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky.ent | 11 +++++++---- documentation/yocto-project-qs/yocto-project-qs.xml | 3 +-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/poky.ent b/documentation/poky.ent index 46e11371d0..633209ecef 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -61,13 +61,16 @@ + build-essential chrpath socat cpio python python3 python3-pip python3-expect \ + xz which"> + findutils which file cpio python pip3 pexpect xz which"> + diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 \ + pexpect xz which"> + perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect xz \ + which"> diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 3e133a6e06..b64e6224ae 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -332,8 +332,7 @@ OpenSUSE - $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \ - libSDL-devel xterm + $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm CentOS -- cgit v1.2.3-54-g00ecf