[v3,2/2] doc: custom_kernel: add information on linux-perf

Message ID 20251127113059.559394-3-itrue@emlix.com
State Under Review
Headers show
Series [v3,1/2] linux-custom: build perf and add it to the linux-perf package | expand

Commit Message

Isaac True Nov. 27, 2025, 11:26 a.m. UTC
Remove the "Package perf" from the future ideas list and add it to the
"Features" list with the new linux-perf package.

Signed-off-by: Isaac True <itrue@emlix.com>
---
 doc/custom_kernel.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Patch

diff --git a/doc/custom_kernel.md b/doc/custom_kernel.md
index ce5f1bf7..87eacfe4 100644
--- a/doc/custom_kernel.md
+++ b/doc/custom_kernel.md
@@ -68,15 +68,16 @@  The linux-custom recipe provides support for:
 
  14. Support `devshell` (kernel configuration shall be applied)
 
+ 15. Produce a `linux-perf` package which includes the `perf` binary if building
+     kernel tools has not been disabled (`KERNEL_BUILD_NOTOOLS` equals to `"0"`)
+
 ## Future
 
 In the future, the recipe may be extended to:
 
- 1. Package perf
+ 1. Support inclusion/build of dts files listed in `SRC_URI`
 
- 2. Support inclusion/build of dts files listed in `SRC_URI`
-
- 3. Be compatible with Ubuntu
+ 2. Be compatible with Ubuntu
 
 ## Examples