Skip to content

romank-msft/openvmm-deps

 
 

Repository files navigation

This repo contains a small build system for openvmm dependencies.

To use, first clone this repo and then init submodules:

git submodule init
git submodule update

Then build the Dockerfile to produce the results for the desired architecture:

docker build --platform x86_64 --output type=local,dest=out .
docker build --platform aarch64 --output type=local,dest=out .

The resulting file system will be in out/{sdk,dbgrd,shell}/sysroot.*.gz.

For local testing, you can:

  • Copy the out/sdk/sysroot.tar.gz to <openvmm src>/.packages/openvmm-deps/
  • untar the file to overwrite the libs
  • rebuild openvmm

About

Dependencies for OpenVMM

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.3%
  • Dockerfile 21.6%
  • Python 8.1%
  • Makefile 2.4%
  • C++ 0.6%