diff options
| author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-10 11:00:19 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-18 06:43:48 -0800 |
| commit | 52e57af6a89dbcf197e9502e2ae854206553103d (patch) | |
| tree | 0420a965f7efb2bbc6c7800dd44b5bee1ce40af9 /documentation/brief-yoctoprojectqs | |
| parent | ccdf8c615fefd45cce2d8e38493c36dd824f6886 (diff) | |
| download | poky-52e57af6a89dbcf197e9502e2ae854206553103d.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: 33c0656706f5110381681b212877d39ec2148cc6)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1ed6118b7cf1b5dcbfca753c83fa30fb97bf44ad)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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 | ||
