Skip to content

History / Build without docker

Revisions

  • feat: Provide users with some guidance around GCC 10.5

    @jgarver jgarver committed Dec 6, 2023
  • chore: Add lcov to build packages This is now required by host-based tests in edk2-stable202305 and forward.

    @jgarver jgarver committed Dec 6, 2023
  • feat: Upgrade to Ubuntu22 Jira TEGRAUEFI-3140

    @jgarver jgarver committed Dec 5, 2023
  • Fix: Update Build-without-docker to use GCC-10 With the OpenSSL 3.x upgrade, GCC-9 can no longer build the image. Upgrade to GCC-10.

    @jgarver jgarver committed Dec 5, 2023
  • fix: Remove edk2_docker from build-without-docker instructions This was a copy/paste bug. Some of the build-with-docker instructions bled into the build-without-docker instructions.

    @jgarver jgarver committed Jun 14, 2023
  • Broaden terminology in docs This project supports more than Jetson now. Replace "Jetson" with the more generic "Platforms" where appropriate.

    @jgarver jgarver committed May 31, 2023
  • fix: Update Python requirement As of edk2-stable202302, developers will need Python 3.9 or later.

    @jgarver jgarver committed May 24, 2023
  • feat: Migrate from Build.md We've been maintaining a Build.md for each platform, but in practice, the Build.md for each platform has been identical. Moving the relevant content to the wiki. Moving forward, the focus will be on building with docker and those instructions go directly to build.sh.

    @jgarver jgarver committed Dec 30, 2022
  • doc: Add combo link to docker-based build

    @jgarver jgarver committed Nov 2, 2022
  • Updates for docker-based build We'll begin supporting a docker-based build as an option. The intent is to simplify the environment setup. Specifically, this removes the complicated mono install.

    @jgarver jgarver committed Nov 1, 2022