diff --git a/misc/hv_prebuild/README.rst b/misc/hv_prebuild/README.rst new file mode 100644 index 000000000..7b564d476 --- /dev/null +++ b/misc/hv_prebuild/README.rst @@ -0,0 +1,14 @@ +:orphan: + +Hypervisor Pre-Build Check Tool +############################### + +There are a number of configuration elements for the ACRN hypervisor that must +defined before building the binaries. Those configuration elements are set +by the user using the :ref:`ACRN Configurator tool `. + + +This folder holds the source to a tool that is used to ensure that the +configuration is coherent and valid. It is a tool used in the background by +the build system before compiling the hypervisor and other components. It is +not meant to be used as a stand-alone too.