diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:19 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-16 11:04:53 +0000 |
| commit | 9c8a31142b2706b773144f525c9fee730e2840c1 (patch) | |
| tree | 80a3ea7f5721d99d40f31b7a968bca4173e44284 /documentation/brief-yoctoprojectqs | |
| parent | 8f4afc7e150f3e5b68b84da0d23084791e316d08 (diff) | |
| download | poky-9c8a31142b2706b773144f525c9fee730e2840c1.tar.gz | |
Gather dependencies in poky.yaml.in
We used to have packages here and there in system-requirements.rst for
each distro. Instead, gather all the dependencies in poky.yaml.in so we
have an overview of what we provide for each distro.
Use yaml ">" to list the dependencies in alphabetical order, one entry
per line, which makes them easier to read and compare among distros.
Rename UBUNTU_… variables to UBUNTU_DEBIAN_…, since these are used for
both distros.
(From yocto-docs rev: 1ed6118b7cf1b5dcbfca753c83fa30fb97bf44ad)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
| -rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index c5400e4ac8..3d249eefaa 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
| @@ -78,7 +78,7 @@ You must install essential host packages on your build host. The | |||
| 78 | following command installs the host packages based on an Ubuntu | 78 | following command installs the host packages based on an Ubuntu |
| 79 | distribution:: | 79 | distribution:: |
| 80 | 80 | ||
| 81 | $ sudo apt install &UBUNTU_HOST_PACKAGES_ESSENTIAL; | 81 | $ sudo apt install &UBUNTU_DEBIAN_HOST_PACKAGES_ESSENTIAL; |
| 82 | 82 | ||
| 83 | .. note:: | 83 | .. note:: |
| 84 | 84 | ||
