Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 18
and
Version 19
of
venice/bsp
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/29/2022 04:37:11 PM (
4 years
ago)
Author:
Ryan Erb
Comment:
add step for building uboot
Legend:
Unmodified
Added
Removed
Modified
venice/bsp
v18
v19
168
168
* Build kernel tarball:
169
169
{{{#!bash
170
make uboot # builds uboot, a requirement to build the kernel and modules and tarball
170
171
make kernel_image # builds the kernel and modules and tarball
171
172
}}}