summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2021-10-21 20:09:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-22 22:15:33 +0100
commita43cb3d607d5da0ba700ac96fad57cfa9cf5d7cb (patch)
treee9db2f73a665255f1547318c83ce9db50aa3e63d /documentation/poky.yaml
parent002967ee238b0e9207369f3dc96e66de5bb8d173 (diff)
downloadpoky-a43cb3d607d5da0ba700ac96fad57cfa9cf5d7cb.tar.gz
poky.yaml: fix lz4 package name for older Ubuntu versions
It turns out that for Ubuntu, lz4 is the valid package name for newer versions (e.g. 20.04 LTS) but not for older ones (e.g. 18.04 LTS, where the correct package is liblz4-tool). In 20.04 the lz4 package includes liblz4-tool in its "provides" so it's best to list that one for now. (From yocto-docs rev: 2a4e259d2786c14b19a632b3a8f1a06383b6a80c) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml')
-rw-r--r--documentation/poky.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 50d1f9c4aa..a3aa40c94e 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -14,7 +14,7 @@ YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
14UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \ 14UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \
15 build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ 15 build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
16 xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ 16 xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
17 pylint3 xterm python3-subunit mesa-common-dev zstd lz4" 17 pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool"
18FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \ 18FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \
19 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ 19 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
20 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ 20 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \