diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-11 12:04:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-17 11:59:50 +0000 |
commit | e1ce6432f90f11e99d65a150359c4c1c6f56c2f6 (patch) | |
tree | 7432f1121ed71493add61425e3938e667b536dcd /documentation | |
parent | d8ddafdbff9468b5d03ccd6c31568e9ebc8abf86 (diff) | |
download | poky-e1ce6432f90f11e99d65a150359c4c1c6f56c2f6.tar.gz |
dev-manual: stop mentioning nightly builds
While nightly builds are still run, they only produce
test files and reports. They are no longer a solution
to use the latest code.
(From yocto-docs rev: ace9f81ade851bb1b0d98a050007fffbc62b938d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/start.rst | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst index 1ca25318cd..9c7dde8cf2 100644 --- a/documentation/dev-manual/start.rst +++ b/documentation/dev-manual/start.rst | |||
@@ -666,32 +666,6 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section. | |||
666 | "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll | 666 | "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll |
667 | down the page and look for what you need. | 667 | down the page and look for what you need. |
668 | 668 | ||
669 | Accessing Nightly Builds | ||
670 | ------------------------ | ||
671 | |||
672 | Yocto Project maintains an area for nightly builds that contains tarball | ||
673 | releases at https://autobuilder.yocto.io/pub/nightly/. These builds include Yocto | ||
674 | Project releases ("poky"), toolchains, and builds for supported | ||
675 | machines. | ||
676 | |||
677 | Should you ever want to access a nightly build of a particular Yocto | ||
678 | Project component, use the following procedure: | ||
679 | |||
680 | 1. *Locate the Index of Nightly Builds:* Open a browser and go to | ||
681 | https://autobuilder.yocto.io/pub/nightly/ to access the Nightly Builds. | ||
682 | |||
683 | 2. *Select a Date:* Click on the date in which you are interested. If | ||
684 | you want the latest builds, use "CURRENT". | ||
685 | |||
686 | 3. *Select a Build:* Choose the area in which you are interested. For | ||
687 | example, if you are looking for the most recent toolchains, select | ||
688 | the "toolchain" link. | ||
689 | |||
690 | 4. *Find the Tarball:* Drill down to find the associated tarball. | ||
691 | |||
692 | 5. *Download the Tarball:* Click the tarball to download and save a | ||
693 | snapshot of the given component. | ||
694 | |||
695 | Cloning and Checking Out Branches | 669 | Cloning and Checking Out Branches |
696 | ================================= | 670 | ================================= |
697 | 671 | ||