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 --- .../eclipse/html/getting-started/distro-layer.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 documentation/getting-started/eclipse/html/getting-started/distro-layer.html (limited to 'documentation/getting-started/eclipse/html/getting-started/distro-layer.html') diff --git a/documentation/getting-started/eclipse/html/getting-started/distro-layer.html b/documentation/getting-started/eclipse/html/getting-started/distro-layer.html new file mode 100644 index 0000000000..da6da55986 --- /dev/null +++ b/documentation/getting-started/eclipse/html/getting-started/distro-layer.html @@ -0,0 +1,60 @@ + + + +2.8.2.1. Distro Layer + + + + + + + +
+

+2.8.2.1. Distro Layer

+

+ The distribution layer provides policy configurations for your + distribution. + Best practices dictate that you isolate these types of + configurations into their own layer. + Settings you provide in + conf/distro/distro.conf override + similar + settings that BitBake finds in your + conf/local.conf file in the Build + Directory. +

+

+ The following list provides some explanation and references + for what you typically find in the distribution layer: +

+
    +
  • classes: + Class files (.bbclass) hold + common functionality that can be shared among + recipes in the distribution. + When your recipes inherit a class, they take on the + settings and functions for that class. + You can read more about class files in the + "Classes" + section of the Yocto Reference Manual. +

  • +
  • conf: + This area holds configuration files for the + layer (conf/layer.conf), + the distribution + (conf/distro/distro.conf), + and any distribution-wide include files. +

  • +
  • recipes-*: + Recipes and append files that affect common + functionality across the distribution. + This area could include recipes and append files + to add distribution-specific configuration, + initialization scripts, custom image recipes, + and so forth.

  • +
+

+

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