public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] profile-manual: document how to build perf manpages on target
@ 2021-07-30 16:06 Michael Opdenacker
  2021-08-02  9:38 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Opdenacker @ 2021-07-30 16:06 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

Thanks to closing yocto bug #3388, there is now a simple way
to build the perf manpages for use on the target

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/profile-manual/usage.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/documentation/profile-manual/usage.rst b/documentation/profile-manual/usage.rst
index 825290c3f8..ae4efa7f4c 100644
--- a/documentation/profile-manual/usage.rst
+++ b/documentation/profile-manual/usage.rst
@@ -1157,13 +1157,14 @@ section can be found here:
 Normally, you should be able to invoke the man pages via perf itself
 e.g. 'perf help' or 'perf help record'.
 
-However, by default Yocto doesn't install man pages, but perf invokes
-the man pages for most help functionality. This is a bug and is being
-addressed by a Yocto bug: :yocto_bugs:`Bug 3388 - perf: enable man pages for
-basic 'help' functionality </show_bug.cgi?id=3388>`.
+To have the perf manpages installed on your target, modify your
+configuration as follows::
+
+   IMAGE_INSTALL:append = " perf perf-doc"
+   DISTRO_FEATURES:append = " api-documentation"
 
 The man pages in text form, along with some other files, such as a set
-of examples, can be found in the 'perf' directory of the kernel tree::
+of examples, can also be found in the 'perf' directory of the kernel tree::
 
    tools/perf/Documentation
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-02 16:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-30 16:06 [PATCH] profile-manual: document how to build perf manpages on target Michael Opdenacker
2021-08-02  9:38 ` [docs] " Quentin Schulz
2021-08-02 12:43   ` Richard Purdie
2021-08-02 13:13     ` Michael Opdenacker
     [not found]     ` <16977F8E4C0D2875.17923@lists.yoctoproject.org>
2021-08-02 16:23       ` Michael Opdenacker
2021-08-02 13:05   ` Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox