summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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