diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-07 11:36:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-08 09:45:57 +0000 |
commit | a24c2ef65c8f62ad23cf436d4ea40edae6750d72 (patch) | |
tree | 33ae201c465dfc7ed48c263b96614d2f2e0b2acf /bitbake/doc | |
parent | 2d559fca130fb499d2fa0be0974ddab0289c627f (diff) | |
download | poky-a24c2ef65c8f62ad23cf436d4ea40edae6750d72.tar.gz |
bitbake: bitbake-user-manual: stop mentioning the Angstrom distribution
Now defunct.
(Bitbake rev: 2c7bff686c1f5eb80c89cb7f9f12287e8bb5770f)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst index 1c31c1f9e8..35ffb88b02 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst | |||
@@ -61,10 +61,9 @@ member Chris Larson split the project into two distinct pieces: | |||
61 | 61 | ||
62 | Today, BitBake is the primary basis of the | 62 | Today, BitBake is the primary basis of the |
63 | `OpenEmbedded <https://www.openembedded.org/>`__ project, which is being | 63 | `OpenEmbedded <https://www.openembedded.org/>`__ project, which is being |
64 | used to build and maintain Linux distributions such as the `Angstrom | 64 | used to build and maintain Linux distributions such as the `Poky |
65 | Distribution <http://www.angstrom-distribution.org/>`__, and which is | 65 | Reference Distribution <https://www.yoctoproject.org/software-item/poky/>`__, |
66 | also being used as the build tool for Linux projects such as the `Yocto | 66 | developed under the umbrella of the `Yocto Project <https://www.yoctoproject.org>`__. |
67 | Project <https://www.yoctoproject.org>`__. | ||
68 | 67 | ||
69 | Prior to BitBake, no other build tool adequately met the needs of an | 68 | Prior to BitBake, no other build tool adequately met the needs of an |
70 | aspiring embedded Linux distribution. All of the build systems used by | 69 | aspiring embedded Linux distribution. All of the build systems used by |