xref: /openbmc/qemu/tests/docker/test-misc (revision 9ad4c7c9)
13c237b5cSAlex Bennée#!/bin/bash -e
23c237b5cSAlex Bennée#
33c237b5cSAlex Bennée# Build the miscellaneous components
43c237b5cSAlex Bennée#
53c237b5cSAlex Bennée# Copyright (c) 2019 Linaro Ltd.
63c237b5cSAlex Bennée#
73c237b5cSAlex Bennée# Authors:
83c237b5cSAlex Bennée#  Alex Bennée <alex.bennee@linaro.org>
93c237b5cSAlex Bennée#
103c237b5cSAlex Bennée# This work is licensed under the terms of the GNU GPL, version 2 or later.
113c237b5cSAlex Bennée# See the COPYING file in the top-level directory.
123c237b5cSAlex Bennée#
133c237b5cSAlex Bennée# SPDX-License-Identifier: GPL-2.0-or-later
143c237b5cSAlex Bennée
153c237b5cSAlex Bennée. common.rc
163c237b5cSAlex Bennée
17*888673bbSDaniel P. Berrangérequires_binary sphinx-build-3 sphinx-build
18551affb6SAlex Bennée
193c237b5cSAlex Bennéecd "$BUILD_DIR"
203c237b5cSAlex Bennée
213c237b5cSAlex Bennée# build everything else but QEMU
223c237b5cSAlex Bennéeconfigure_qemu --disable-user --disable-system --enable-docs --enable-tools
233c237b5cSAlex Bennéebuild_qemu
243c237b5cSAlex Bennéeinstall_qemu
25