mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-13 13:58:01 +09:00
Build boot4u
This commit is contained in:
parent
45990eac88
commit
ffb3590060
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -266,6 +266,12 @@ jobs:
|
||||
run: sudo rm /etc/apt/sources.list.d/github_git-lfs.*
|
||||
- name: Install deps
|
||||
run: sudo apt update && sudo apt install kpartx build-essential bison flex libncurses5-dev gcc-arm-linux-gnueabihf libssl-dev lzop qemu-user-static debootstrap
|
||||
- name: Upgrade pip and setuptools
|
||||
run: pip3 install -U pip setuptools
|
||||
- name: Install pyelftools
|
||||
run: pip3 install pyelftools
|
||||
- name: Build Boot4u
|
||||
run: make boot4ubuild
|
||||
- name: Configure for U-Boot
|
||||
run: make udefconfig-h1
|
||||
- name: Build U-Boot
|
||||
|
Loading…
Reference in New Issue
Block a user