prebuilt: allow running prebuilt images

This commit is contained in:
Ciro Santilli
2018-05-23 04:08:58 +01:00
parent b60c6f1b9c
commit 32ccda88c8
7 changed files with 163 additions and 94 deletions

6
build
View File

@@ -171,11 +171,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"${post_script_args}\"
make O="$buildroot_out_dir" olddefconfig
fi
mkdir -p \
"$gem5_out_dir" \
"$qemu_out_dir" \
"$p9_dir" \
;
common_mkdir
cd "$buildroot_dir"
# HOST_QEMU_OPTS is a hack that happens to work because the QEMU package luckly uses += at all times.
# It shouldn't be necessary in the first place: https://bugs.busybox.net/show_bug.cgi?id=9936