acrn-hypervisor/misc/packaging
Weiyi Feng 3c4f14ede7 configurator: add new configurator
add new configurator

Tracked-On: #6691
Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
(cherry picked from commit 1232a7229af7ed60706cc725acf955ccbd8ca035)
2022-03-31 19:26:33 +08:00
..
50-acrn.netdev create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
50-acrn.network create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
50-eth.network create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
50-tap0.netdev create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
100_ACRN deb-pkg: rename acrn-sos to acrn-service-vm 2022-01-06 14:41:41 +08:00
README.rst doc: Update Debian packaging readme 2022-02-10 12:43:59 -08:00
acrn-board-inspector.postinst deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
acrn-board-inspector.prerm deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
acrn-hypervisor.postinst deb-pkg: Support hybrid_rt scenario 2021-12-23 16:39:21 +08:00
acrn-kernel.postinst deb-pkg: add acrn-hypervisor and acrn-board-inspector into debian package 2021-11-02 15:31:18 +08:00
compile_iasl.py create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
deb.json create acrn hypervisor/kernel deb packaging 2020-07-20 11:44:07 +08:00
gen_acrn_deb.py configurator: add new configurator 2022-03-31 19:26:33 +08:00
install_uSoS.py deb-pkg: Delete the pre-condition checks in install the Debian package 2022-01-19 13:35:24 +08:00
release.json misc:update packaging tool,add pre-check scripts/ add patch function /optimize 2020-08-24 09:12:45 +08:00

README.rst

.. _debian_packaging:

ACRN Installation via Debian Packages
#####################################

Debian packages provide a simple way to package ACRN configurations on
a development computer. You can then copy the packages onto your target system,
install the packages, and reboot the system with ACRN and an Ubuntu Service VM
up and running.

ACRN does not distribute pre-built Debian packages for the hypervisor or kernel
because ACRN and the kernel are configured based on your specific hardware and
scenario configurations, as described in the :ref:`overview_dev`. Instead after
configuring ACRN to your needs, Debian packages are created when you build your
ACRN hypervisor and ACRN kernel via ``Makefile`` commands.

All the configuration files and scripts used by the Makefile to build the Debian
packages are in the ``misc/packaging`` folder. The ``gen_acrn_deb.py`` script
does all the work to build the Debian packages so you can copy and install them
on your target system.

For build and installation steps, see :ref:`gsg_build` in the Getting Started
Guide.