userland: make --host awesome

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-31 19:00:05 +00:00
parent 8e07146606
commit 6bfb5221d1
6 changed files with 87 additions and 23 deletions

View File

@@ -93,7 +93,9 @@ cpio \
expect \
flex \
gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabi \
gcc-arm-linux-gnueabihf \
g++-aarch64-linux-gnueabi \
g++-arm-linux-gnueabihf \
git \
libguestfs-tools \
moreutils \
@@ -150,7 +152,7 @@ EOF
# Building SDL for QEMU in Buildroot was rejected upstream because it adds many dependencies:
# https://patchwork.ozlabs.org/patch/770684/
# We are just using the host SDL for now, if it causes too much problems we might remove it.
# libsdl2-dev needs to be installed separatedly from sudo apt-get build-dep qemu
# libsdl2-dev needs to be installed separately from sudo apt-get build-dep qemu
# because Ubuntu 16.04's QEMU uses SDL 1.
$mysudo apt-get install $y \
$pkgs \