|
@@ -15,8 +15,8 @@ BR2_TARGET_ROOTFS_EXT2_4=y
|
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|
|
|
|
|
|
# Image
|
|
|
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/aarch64-sbsa/assemble-flash-images support/scripts/genimage.sh"
|
|
|
-BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/qemu/aarch64-sbsa/genimage.cfg"
|
|
|
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh board/qemu/aarch64-sbsa/assemble-flash-images support/scripts/genimage.sh"
|
|
|
+BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG) -c board/qemu/aarch64-sbsa/genimage.cfg"
|
|
|
|
|
|
# Linux headers same as kernel, a 5.10 series
|
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
|