Build boot4u

This commit is contained in:
Takumi Sueda 2022-02-19 03:26:55 +09:00
parent 45990eac88
commit ffb3590060
1 changed files with 6 additions and 0 deletions

View File

@ -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