From 50ab3115df5fc496bbed3a824f645792e80613e3 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Wed, 8 Dec 2021 18:20:40 +0100 Subject: [PATCH] docs/oniro-quick-build: Add new build system dependencies These dependencies were introduced since dunfell. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/oniro-quick-build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/oniro-quick-build.rst b/docs/oniro-quick-build.rst index f8d95069..cbec6365 100644 --- a/docs/oniro-quick-build.rst +++ b/docs/oniro-quick-build.rst @@ -30,7 +30,7 @@ Install all the required host packages. Here is an example for **Ubuntu**: $ sudo apt-get install gawk wget git diffstat unzip texinfo gcc-multilib \ build-essential chrpath socat cpio python3 python3-pip python3-pexpect \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ - pylint3 xterm + pylint3 xterm file zstd See `official Yocto documentation <https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#required-packages-for-the-build-host>`_ for host package requirements on all supported Linux distributions. -- GitLab