From ae06e04cd225d2c2147ca355e2dd39b4f6cf6775 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 29 Jan 2018 15:18:03 -0800 Subject: documentation: Created new "Getting Started" manual. Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../getting-started/yocto-project-components.html | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 documentation/getting-started/eclipse/html/getting-started/yocto-project-components.html (limited to 'documentation/getting-started/eclipse/html/getting-started/yocto-project-components.html') diff --git a/documentation/getting-started/eclipse/html/getting-started/yocto-project-components.html b/documentation/getting-started/eclipse/html/getting-started/yocto-project-components.html new file mode 100644 index 0000000000..0ad63b2402 --- /dev/null +++ b/documentation/getting-started/eclipse/html/getting-started/yocto-project-components.html @@ -0,0 +1,62 @@ + + + +3.1. Yocto Project Components + + + + + + + +
+

+3.1. Yocto Project Components

+

+ The + BitBake + task executor together with various types of configuration files + form the OpenEmbedded Core. + This section overviews these components by describing their use and + how they interact. +

+

+ BitBake handles the parsing and execution of the data files. + The data itself is of various types: +

+
    +
  • + Recipes: + Provides details about particular pieces of software. +

  • +
  • + Class Data: + Abstracts common build information (e.g. how to build a + Linux kernel). +

  • +
  • + Configuration Data: + Defines machine-specific settings, policy decisions, and + so forth. + Configuration data acts as the glue to bind everything + together. +

  • +
+

+

+

+ BitBake knows how to combine multiple data sources together and + refers to each data source as a layer. + For information on layers, see the + "Understanding and Creating Layers" + section of the Yocto Project Development Tasks Manual. +

+

+ Following are some brief details on these core components. + For additional information on how these components interact during + a build, see the + "Development Concepts" + section. +

+
+ -- cgit v1.2.3-54-g00ecf