From 4873add6e11c1bd421c83cd08df589f1184aa673 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 2 Nov 2020 18:44:49 -0600 Subject: Revert "poky: subtree update:b23aa6b753..ad30a6d470" This reverts commit af5e4ef732faedf66c6dc1756432e9de2ac72988. This commit introduced openbmc/openbmc#3720 and no solution has been forthcoming. Revert until we can get to the bottom of this. Change-Id: I2fb0d81eb26cf3dadb2f2abdd1a1bb7a95eaf03c --- poky/documentation/dev-manual/dev-manual-intro.xml | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 poky/documentation/dev-manual/dev-manual-intro.xml (limited to 'poky/documentation/dev-manual/dev-manual-intro.xml') diff --git a/poky/documentation/dev-manual/dev-manual-intro.xml b/poky/documentation/dev-manual/dev-manual-intro.xml new file mode 100644 index 000000000..38de5e4f5 --- /dev/null +++ b/poky/documentation/dev-manual/dev-manual-intro.xml @@ -0,0 +1,104 @@ + %poky; ] > + + + + +The Yocto Project Development Tasks Manual +
+ Welcome + + + Welcome to the Yocto Project Development Tasks Manual! + This manual provides relevant procedures necessary for developing + in the Yocto Project environment (i.e. developing embedded Linux + images and user-space applications that run on targeted devices). + The manual groups related procedures into higher-level sections. + Procedures can consist of high-level steps or low-level steps + depending on the topic. + + + + This manual provides the following: + + + Procedures that help you get going with the Yocto Project. + For example, procedures that show you how to set up + a build host and work with the Yocto Project + source repositories. + + + Procedures that show you how to submit changes to the + Yocto Project. + Changes can be improvements, new features, or bug + fixes. + + + Procedures related to "everyday" tasks you perform while + developing images and applications using the Yocto + Project. + For example, procedures to create a layer, customize an + image, write a new recipe, and so forth. + + + + + + This manual does not provide the following: + + + Redundant Step-by-step Instructions: + For example, the + Yocto Project Application Development and the Extensible Software Development Kit (eSDK) + manual contains detailed instructions on how to install an + SDK, which is used to develop applications for target + hardware. + + + Reference or Conceptual Material: + This type of material resides in an appropriate reference + manual. + For example, system variables are documented in the + Yocto Project Reference Manual. + + + Detailed Public Information Not Specific to the + Yocto Project: + For example, exhaustive information on how to use the + Source Control Manager Git is better covered with Internet + searches and official Git Documentation than through the + Yocto Project documentation. + + + +
+ +
+ Other Information + + + Because this manual presents information for many different + topics, supplemental information is recommended for full + comprehension. + For introductory information on the Yocto Project, see the + Yocto Project Website. + If you want to build an image with no knowledge of Yocto Project + as a way of quickly testing it out, see the + Yocto Project Quick Build + document. + + + + For a comprehensive list of links and other documentation, see the + "Links and Related Documentation" + section in the Yocto Project Reference Manual. + + + + +
+
+ -- cgit v1.2.3