diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-01-06 09:01:53 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:46 +0000 |
commit | cd37517f970dd17ccf496372943cb56137656fd6 (patch) | |
tree | 3e02cdbd1de7d07c9d9b52c9fb9866bda464ed49 | |
parent | b7020b0bb8d0de28257b69fb157b0ac3c53ea6fd (diff) | |
download | poky-cd37517f970dd17ccf496372943cb56137656fd6.tar.gz |
dev-manual: Add ref to bitbake-layers "add-layer" and "remove-layer"
(From yocto-docs rev: aafc8f1da396a1838ce541706a8162a1493382b3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index c762e3cf6c..9503593f61 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -705,6 +705,12 @@ | |||
705 | Lists dependency relationships between recipes that | 705 | Lists dependency relationships between recipes that |
706 | cross layer boundaries. | 706 | cross layer boundaries. |
707 | </para></listitem> | 707 | </para></listitem> |
708 | <listitem><para><filename><emphasis>add-layer:</emphasis></filename> | ||
709 | Adds a layer to <filename>bblayers.conf</filename>. | ||
710 | </para></listitem> | ||
711 | <listitem><para><filename><emphasis>remove-layer:</emphasis></filename> | ||
712 | Removes a layer from <filename>bblayers.conf</filename> | ||
713 | </para></listitem> | ||
708 | <listitem><para><filename><emphasis>flatten:</emphasis></filename> | 714 | <listitem><para><filename><emphasis>flatten:</emphasis></filename> |
709 | Flattens the layer configuration into a separate output | 715 | Flattens the layer configuration into a separate output |
710 | directory. | 716 | directory. |