Commit a5ef0e9
bootlinux: diy: add callback support to 9P build tasks
Adds DIY callback variables to 9P build process tasks to display
executed commands and output:
- Git configuration: Shows git safe directory setup
- Patch application: Shows git am commands for kernel patches
- B4 patch series: Shows b4 am pipeline for applying patch sets
- Local version: Shows echo commands for kernel version customization
- Kernel config: Shows make oldconfig process and responses
- CPU detection: Shows nproc command for build parallelization
This improves visibility into the 9P kernel build workflow by showing:
- Git operations for patch management
- Build configuration process
- Patch application from mailing lists via b4
- Kernel configuration and build preparation steps
Generated-by: Claude AI
Signed-off-by: Daniel Gomez <[email protected]>
Signed-off-by: Luis Chamberlain <[email protected]>1 parent e47c3d9 commit a5ef0e9
1 file changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
82 | 90 | | |
83 | 91 | | |
84 | 92 | | |
| |||
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
99 | 111 | | |
100 | 112 | | |
101 | 113 | | |
| |||
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
114 | 130 | | |
115 | 131 | | |
116 | 132 | | |
| |||
124 | 140 | | |
125 | 141 | | |
126 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
127 | 147 | | |
128 | 148 | | |
129 | 149 | | |
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
133 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
134 | 158 | | |
135 | 159 | | |
136 | 160 | | |
| |||
0 commit comments