diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-16 16:15:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:22 +0100 |
commit | ce24b057846cb7c407f2a1481294b642a35387e9 (patch) | |
tree | e36fbc69f4f563345de1665cbb7d5ac7b731b805 /documentation | |
parent | 3b83bc90341d7ebb88785f20b4fd62a04afed8c7 (diff) | |
download | poky-ce24b057846cb7c407f2a1481294b642a35387e9.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.xml | 7 |
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 | ||