diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-18 15:03:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 13:47:50 +0000 |
commit | 3f27dfa9c9d02ec76775da9285fd292e69581f15 (patch) | |
tree | ad984eaadf212854c8e05fda82a62400eca95f5f /documentation/dev-manual | |
parent | e4e58669f0678d9068b236cd6e91bc7e3f71339a (diff) | |
download | poky-3f27dfa9c9d02ec76775da9285fd292e69581f15.tar.gz |
dev-manual: stop mentioning the Angstrom distribution
Now defunct
(From yocto-docs rev: 52f7aedda58becb081eeca4a1bc02068f72d7c4a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index d465c2f440..938a580cd3 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -6131,7 +6131,7 @@ layer. The following steps provide some more detail: | |||
6131 | variables that differ as compared to ``defaultsetup.conf``. | 6131 | variables that differ as compared to ``defaultsetup.conf``. |
6132 | Alternatively, you can create a distribution configuration file | 6132 | Alternatively, you can create a distribution configuration file |
6133 | from scratch using the ``defaultsetup.conf`` file or configuration files | 6133 | from scratch using the ``defaultsetup.conf`` file or configuration files |
6134 | from other distributions such as Poky or Angstrom as references. | 6134 | from another distribution such as Poky as a reference. |
6135 | 6135 | ||
6136 | - *Provide miscellaneous variables:* Be sure to define any other | 6136 | - *Provide miscellaneous variables:* Be sure to define any other |
6137 | variables for which you want to create a default or enforce as part | 6137 | variables for which you want to create a default or enforce as part |
@@ -7540,7 +7540,7 @@ Setting up Effective Mirrors | |||
7540 | 7540 | ||
7541 | A good deal that goes into a Yocto Project build is simply downloading | 7541 | A good deal that goes into a Yocto Project build is simply downloading |
7542 | all of the source tarballs. Maybe you have been working with another | 7542 | all of the source tarballs. Maybe you have been working with another |
7543 | build system (OpenEmbedded or Angstrom) for which you have built up a | 7543 | build system for which you have built up a |
7544 | sizable directory of source tarballs. Or, perhaps someone else has such | 7544 | sizable directory of source tarballs. Or, perhaps someone else has such |
7545 | a directory for which you have read access. If so, you can save time by | 7545 | a directory for which you have read access. If so, you can save time by |
7546 | adding statements to your configuration file so that the build process | 7546 | adding statements to your configuration file so that the build process |