summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-08-29 03:04:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-04 08:46:35 +0100
commit98dcd17a5c6c3c6ac3f542b47e358c714f88af6a (patch)
tree2cdcf8564a27b6a36f92eb061765f1757c0cc3e0
parenta24f1db1b3b7719de56fb56f5e5ab38f175790cc (diff)
downloadpoky-98dcd17a5c6c3c6ac3f542b47e358c714f88af6a.tar.gz
README: update manual list and names, online docs URL
Minor tweaks to top-level README: - add missing line for overview manual - correct manual names to match their *actual* names - point reader at docs.yoctoproject.org for online docs (From yocto-docs rev: 0ce9097728dbdca926fdf7065490207d09a34cb0) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/README27
1 files changed, 11 insertions, 16 deletions
diff --git a/documentation/README b/documentation/README
index fad19683c1..1e7b4f0e65 100644
--- a/documentation/README
+++ b/documentation/README
@@ -34,26 +34,21 @@ Manual Organization
34 34
35Here the folders corresponding to individual manuals: 35Here the folders corresponding to individual manuals:
36 36
37* sdk-manual - The Yocto Project Software Development Kit (SDK) Developer's Guide. 37* overview-manual - Yocto Project Overview and Concepts Manual
38* bsp-guide - The Yocto Project Board Support Package (BSP) Developer's Guide 38* sdk-manual - Yocto Project Software Development Kit (SDK) Developer's Guide.
39* dev-manual - The Yocto Project Development Tasks Manual 39* bsp-guide - Yocto Project Board Support Package (BSP) Developer's Guide
40* kernel-dev - The Yocto Project Linux Kernel Development Tasks Manual 40* dev-manual - Yocto Project Development Tasks Manual
41* ref-manual - The Yocto Project Reference Manual 41* kernel-dev - Yocto Project Linux Kernel Development Manual
42* brief-yoctoprojectqs - The Yocto Project Quick Start 42* ref-manual - Yocto Project Reference Manual
43* profile-manual - The Yocto Project Profile and Tracing Manual 43* brief-yoctoprojectqs - Yocto Project Quick Start
44* toaster-manual - The Toaster Manual 44* profile-manual - Yocto Project Profiling and Tracing Manual
45* test-manual - The Test Environment Manual 45* toaster-manual - Toaster User Manual
46* test-manual - Yocto Project Test Environment Manual
46 47
47Each folder is self-contained regarding content and figures. 48Each folder is self-contained regarding content and figures.
48 49
49If you want to find HTML versions of the Yocto Project manuals on the web, 50If you want to find HTML versions of the Yocto Project manuals on the web,
50go to https://www.yoctoproject.org and click on the "Docs" tab. From 51the current versions reside at https://docs.yoctoproject.org.
51there you have access to archived documentation from previous releases, current
52documentation for the latest release, and "Docs in Progress" for the release
53currently being developed.
54
55In general, the Yocto Project site (https://www.yoctoproject.org) is a great
56reference for both information and downloads.
57 52
58poky.yaml 53poky.yaml
59========= 54=========