virtual-vxlan/sysroot
2025-01-05 22:22:24 -06:00
..
build.sh First commit. 2025-01-05 22:22:24 -06:00
Dockerfile First commit. 2025-01-05 22:22:24 -06:00
README.md First commit. 2025-01-05 22:22:24 -06:00

Building sysroot

  • Install qemu binfmt support, and install docker with the buildx extension.

  • Ensure qemu is registered with:

ls /proc/sys/fs/binfmt_misc/
  • Setup buildx:
docker buildx create --name mybuilder --use
  • Build the sysroot:
./build.sh