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_sh4_r2d_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_sh4_r2d_defconfig')
-rw-r--r-- | configs/qemu_sh4_r2d_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig index c7c5126bf9..8d5cf18fc1 100644 --- a/configs/qemu_sh4_r2d_defconfig +++ b/configs/qemu_sh4_r2d_defconfig @@ -11,6 +11,10 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttySC1" 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 |