[3/3] doc: custom_kernel: add perf and linux-tools

Message ID 20251126090202.3091051-8-itrue@emlix.com
State Superseded
Headers show
Series linux-custom: add linux-tools package and perf | expand

Commit Message

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

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

Patch

diff --git a/doc/custom_kernel.md b/doc/custom_kernel.md
index ce5f1bf7..d28ea801 100644
--- a/doc/custom_kernel.md
+++ b/doc/custom_kernel.md
@@ -68,15 +68,15 @@  The linux-custom recipe provides support for:
 
  14. Support `devshell` (kernel configuration shall be applied)
 
+ 15. Produce a `linux-tools` package which includes `perf`
+
 ## 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