Skip to content

Commit 654545f

Browse files
Merge pull request #2848 from jasonrandrews/review2
Final check of kernel build Learning Path
2 parents ad968fa + 885ad22 commit 654545f

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

content/learning-paths/servers-and-cloud-computing/kernel-build/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ further_reading:
3838
link: https://www.kernel.org/doc/html/latest/
3939
type: documentation
4040
- resource:
41-
title: arm_kernel_install_guide repository
41+
title: Arm kernel build repository
4242
link: https://github.com/geremyCohen/arm_kernel_install_guide
4343
type: website
4444

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
next_step_guidance: >
3-
You have learned how to build custom Linux kernels on Arm cloud instances. You might be interested in learning how to optimize applications for Arm servers.
4-
5-
recommended_path: "/learning-paths/servers-and-cloud-computing/profiling-for-neoverse/"
6-
7-
### FIXED, DO NOT MODIFY THIS FILE.
8-
weight: 21
9-
layout: learningpathall
2+
# ================================================================================
3+
# FIXED, DO NOT MODIFY THIS FILE
4+
# ================================================================================
5+
weight: 21 # Set to always be larger than the content in this path to be at the end of the navigation.
6+
title: "Next Steps" # Always the same, html page title.
7+
layout: "learningpathall" # All files under learning paths have this same wrapper for Hugo processing.
108
---

content/learning-paths/servers-and-cloud-computing/kernel-build/how-to-1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ With your build instance running and accessible via SSH, install the required de
2222

2323
```bash
2424
# These commands install the compilation toolchain, kernel build tools, and utilities needed for the build scripts.
25-
2625
sudo apt update
2726
sudo apt install -y git python3 python3-pip python3-venv python-is-python3 build-essential bc rsync dwarves flex bison libssl-dev libelf-dev btop yq jq
2827

2928
# These commands clone the helper repo and make the scripts executable.
30-
3129
git clone https://github.com/geremyCohen/arm_kernel_install_guide.git ~/arm_kernel_install_guide
3230
cd ~/arm_kernel_install_guide
3331
chmod +x scripts/*.sh

0 commit comments

Comments
 (0)