Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ else
wget cpio rsync bc lzop zip patch perl tar qemu-system-aarch64 qemu-img unzboot \
uboot-tools kmod awk zstd lz4 kernel dtc rpm-build

# FIXME remove in Fedora 43
# until unzboot is updated, use the build directly
rpm -Uvh https://kojipkgs.fedoraproject.org//packages/unzboot/0.1~git.20250502.0c0c3ad/2.fc43/aarch64/unzboot-0.1~git.20250502.0c0c3ad-2.fc43.aarch64.rpm

git clone --depth 1 --branch 2025.08 https://github.com/buildroot/buildroot "${BUILDROOT_DIR}"

# build buildroot (initramfs)
Expand Down
Loading