Metadata-Version: 2.4
Name: kiwi_crossprepare_plugin
Version: 0.1.6
Summary: KIWI - Cross Image Arch Prepare Plugin
Home-page: https://github.com/OSInside/kiwi-crossprepare-plugin
Download-URL: https://download.opensuse.org/repositories/Virtualization:/Appliances:/Builder
Author: Marcus Schaefer
Author-email: ms@suse.com
License: GPLv3+
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Operating System
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: docopt
Requires-Dist: kiwi>=9.21.21
Requires-Dist: PyYAML
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

KIWI - Cross Image Arch Prepare Plugin
======================================

.. |GitHub CI Action| image:: https://github.com/OSInside/kiwi-crossprepare-plugin/workflows/CILint/badge.svg
   :target: https://github.com/OSInside/kiwi-crossprepare-plugin/actions

|GitHub CI Action|

KIWI plugin to prepare an image root tree for a cross architecture build process.
Building an image for a different architecture than the host architecture
can be done in several ways. One way is to emulate a virtual machine
of the target architecture using the `boxbuild` command. However, that
emulation is not very fast. A faster but also more complex approach
is to provide binary emulation in userspace. This plugin prepares a
new image target directory with all data needed to run applications
for the image target architecture using the QEMU User Emulation
feature.
