Skip to content

Commit 4fddfe2

Browse files
authored
add xz-utils (#4151)
kernel/kheaders_data.tar.xz requires xz-utils
1 parent fd64c6e commit 4fddfe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bare-metal/elastic-metal/reference-content/elastic-metal-rv1-guidelines.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Linux kernel.
5858
sudo apt install -y \
5959
autoconf bc bison dwarves flex gawk git make \
6060
libelf-dev libssl-dev \
61-
u-boot-tools device-tree-compiler
61+
u-boot-tools device-tree-compiler \
62+
xz-utils
6263
```
6364
3. Clone the projects to build.
6465
```bash

0 commit comments

Comments
 (0)