From cb2a3e32d7a0497c385aa1e79176d85769d6e31a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 17:49:11 -0500 Subject: documentation/poky-ref-manual/ref-structure.xml: Edits for Rel 1.0 These edits reflect changes in the directory structure from the 0.9 version of the software to the 1.0 version. This set of changes still is missing a few items. Changes were based on Saul Wold's input. (From OE-Core rev: 6288e2af1b05d849e53b90071c66bc893ba015b6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 103 ++++++++++++++++++++++-- 1 file changed, 97 insertions(+), 6 deletions(-) (limited to 'documentation/poky-ref-manual/ref-structure.xml') diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 7ebf9bddbf..4cfd08fae6 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -61,7 +61,7 @@ -
+ + +
+ <filename class="directory">meta-demoapps/</filename> + + + This directory contains recipes for applications and demos that are not core. + +
+ +
+ <filename class="directory">meta-rt/</filename> -
+ + This directory contains recipes for RealTime. + +
+ +
<filename class="directory">scripts/</filename> @@ -91,7 +109,7 @@
-
+
<filename class="directory">documentation</filename> @@ -159,11 +178,28 @@ like Poky to generate the build output.
+ +
+ <filename>LICENSE, README, and README.hardware</filename> + + + These files are standard top-level files. + +
The Build Directory - <filename class="directory">build/</filename> +
+ <filename>build/pseudodone</filename> + + + This tag file indicates that the intitial pseudo binar was created. + The first time BitBake is invoked this file is built. + +
+
<filename>build/conf/local.conf</filename> @@ -197,6 +233,36 @@
+
+ <filename>build/conf/sanity_info</filename> + + + This file is created during the build to indicate the state of the sanity checks. + +
+ +
+ <filename>build/downloads/</filename> + + + This directory is used for the upstream source tarballs. + The directory can be reused by multiple builds or moved to another location. + You can control the location of this directory through the + DL_DIR variable. + +
+ +
+ <filename>build/sstate-cache/</filename> + + + This directory is used for the shared state cache. + The directory can be reused by multiple builds or moved to another location. + You can control the location of this directory through the + SSTATE_DIR variable. + +
+
<filename class="directory">build/tmp/</filename> @@ -210,6 +276,14 @@
+
+ <filename class="directory">build/tmp/buildstats/</filename> + + + This directory stores the build statistics. + +
+
<filename class="directory">build/tmp/cache/</filename> @@ -230,7 +304,7 @@ <filename class="directory">build/tmp/deploy/deb/</filename> - This directory receives any .deb packages produced by Poky. + This directory receives any .deb packages produced by Poky. The packages are sorted into feeds for different architecture types.
@@ -239,7 +313,7 @@ <filename class="directory">build/tmp/deploy/rpm/</filename> - This directory receives any .rpm packages produced by Poky. + This directory receives any .rpm packages produced by Poky. The packages re sorted into feeds for different architecture types.
@@ -256,7 +330,7 @@
<filename class="directory">build/tmp/deploy/ipk/</filename> - This directory receives .ipk packages produced by Poky. + This directory receives .ipk packages produced by Poky.
@@ -512,6 +586,15 @@
+
+ <filename class="directory">meta/recipes-support/</filename> + + + This directory contains recipes that used by other recipes, but that are not directly + included in images (i.e. depenendies of other recipes). + +
+
<filename class="directory">meta/site/</filename> @@ -522,6 +605,14 @@ passed to "autoconf" for the various architectures.
+ +
+ <filename class="directory">meta/recipes.txt/</filename> + + + This file is a description of the contents of recipes-*. + +
-- cgit v1.2.3-54-g00ecf