Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: build updates; ubuntu 22.04, remove svn, Makefile feature-flags, re-add Dockerfile #2

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 4, 2021

  1. ci: Pin build container version

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d3d24b3 View commit details
    Browse the repository at this point in the history
  2. doc: List build tool installation instructions directly in README.md

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    eede148 View commit details
    Browse the repository at this point in the history
  3. efi: Force use of bash shell for EDK2

    The EDK2 build system requires the use of bash.
    
    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    a7db137 View commit details
    Browse the repository at this point in the history
  4. ipxe: Update to github.com source tree

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1fa4a87 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. ci: Add GitHub action for build testing

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    7850271 View commit details
    Browse the repository at this point in the history
  2. ci: Disable Travis CI

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    130fe31 View commit details
    Browse the repository at this point in the history
  3. doc: Update status badges

    Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
    mcb30 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a93262a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. chore: build updates; ubuntu 22.04, remove svn, Makefile feature-flag…

    …s, re-add Dockerfile
    
    git submodule updates to reflect latest from https://github.com/netbootxyz/pipxe
    
    svn on github has been deprecated, see: https://github.blog/2023-01-20-sunsetting-subversion-support/
    
    re-create Dockerfile for easier local testing (use ubuntu:22.04 to mimic github's runner)
    
    use latest supported github ubuntu version (currently 22.04); include hack to use latest
    mtools version (currently 4.0.43) - ubuntu 22.04's mtools (version 4.0.32) contains crash-bug
    
    include c compile flag fixes in Makefile (since git modules are not yet updated) ( TODO: verify if needed after git submodule updates )
    
    Makefile has a few environment switches:
     - RPI_MAJ_VER: [ 3 | default: 4 ]  # inspired by netbootxyz, influences IPXE_TGT and output img/zip names
     - BOOTLOADER_FILENAME: example.ipxe # inspired by netbootxyz, ipxe file to embed
     - TRUST_FILES: example1.crt,example2.crt # inspired by netbootxyz, adds cert data
    vanillaSprinkles committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b03fdf9 View commit details
    Browse the repository at this point in the history