summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 16:15:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:36 +0100
commitc420b886854bf0ba828405da4e9b2db07382b31b (patch)
tree955fa4206dd5044e1ec041e1fe2e3209d24f072c /documentation
parent7f94a247c7f9d6ebc9c818522870920d677910a1 (diff)
downloadpoky-c420b886854bf0ba828405da4e9b2db07382b31b.tar.gz
bsp-guide: Updated the help listing for the yocto-layer command.
(From yocto-docs rev: 48b55bc49c4871d00c03dc3bacc5cfff9807d5bc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 81a6c8b76d..ca6803c383 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -1375,6 +1375,13 @@
1375 patch list List the patches associated with a BSP 1375 patch list List the patches associated with a BSP
1376 patch add Patch the Yocto kernel for a BSP 1376 patch add Patch the Yocto kernel for a BSP
1377 patch rm Remove patches from a BSP 1377 patch rm Remove patches from a BSP
1378 feature list List the features used by a BSP
1379 feature add Have a BSP use a feature
1380 feature rm Have a BSP stop using a feature
1381 features list List the features available to BSPs
1382 feature describe Describe a particular feature
1383 feature create Create a new BSP-local feature
1384 feature destroy Remove a BSP-local feature
1378 1385
1379 See 'yocto-kernel help COMMAND' for more information on a specific command. 1386 See 'yocto-kernel help COMMAND' for more information on a specific command.
1380 1387