diff options
author | 2020-02-17 21:50:28 +0100 | |
---|---|---|
committer | 2020-04-13 21:51:13 +0200 | |
commit | 302d3bc4a0d8d40d6b8bb6fe58cbd3c296e5a0d4 (patch) | |
tree | 734bce1aab57296e6a57c524c8f89e7fc336b5f9 /configs/qemu_mips64el_malta_defconfig | |
parent | 575493c1869fb5f769fe23661d44d50ca6ea3809 (diff) | |
download | buildroot-302d3bc4a0d8d40d6b8bb6fe58cbd3c296e5a0d4.tar.gz buildroot-302d3bc4a0d8d40d6b8bb6fe58cbd3c296e5a0d4.tar.bz2 |
configs/qemu*: use the post-image script with "$(BR2_DEFCONFIG)" as argument.
This commit allow to use the post-image script previously added
for each qemu board.
Add "$(BR2_DEFCONFIG)" as post-image script argument to retried
the qemu command line.
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'configs/qemu_mips64el_malta_defconfig')
-rw-r--r-- | configs/qemu_mips64el_malta_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/qemu_mips64el_malta_defconfig b/configs/qemu_mips64el_malta_defconfig index 1d9d0807d0..50b9dfe703 100644 --- a/configs/qemu_mips64el_malta_defconfig +++ b/configs/qemu_mips64el_malta_defconfig @@ -9,6 +9,10 @@ BR2_SYSTEM_DHCP="eth0" BR2_TARGET_ROOTFS_EXT2=y # BR2_TARGET_ROOTFS_TAR is not set +# Image +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh" +BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)" + # Linux headers same as kernel, a 4.19 series BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y |