Update version for 4.1.1 release
[qemu/ar7.git] / tests / docker / test-misc
blobd480afedca7b6949aebec4d31d235887b61e6a32
1 #!/bin/bash -e
3 # Build the miscellaneous components
5 # Copyright (c) 2019 Linaro Ltd.
7 # Authors:
8 # Alex Bennée <alex.bennee@linaro.org>
10 # This work is licensed under the terms of the GNU GPL, version 2 or later.
11 # See the COPYING file in the top-level directory.
13 # SPDX-License-Identifier: GPL-2.0-or-later
15 . common.rc
17 cd "$BUILD_DIR"
19 # build everything else but QEMU
20 configure_qemu --disable-user --disable-system --enable-docs --enable-tools
21 build_qemu
22 install_qemu