From: Scott Rifenbark Date: Fri, 28 Sep 2012 20:29:25 +0000 (-0700) Subject: documentation: deb-manual - updated list of layers in the repo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6acea5861e682df1893b44b1f7bcd7e9830726f8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: deb-manual - updated list of layers in the repo The manual listed an out-dated example listing of meta-* layers in poky. (From yocto-docs rev: 39e2a02301d1d0b609fbc041395dd31f6ba9fa2d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 6e7093a8130..9e1b1328423 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -50,8 +50,9 @@ You can easily identify a layer in the source directory by its folder name. Folders that are layers begin with the string meta. For example, when you set up the source directory - structure, you will see several layers: meta, meta-demoapps, - meta-skeleton, and meta-yocto. + structure, you will see several layers: meta, + meta-hob, meta-skeleton, + meta-yocto, and meta-yocto-bsp. Each of these folders is a layer.