qemu: update and compile dynamically

This commit is contained in:
Jeremy Soller 2025-04-10 15:24:16 -06:00
parent 505d492a94
commit c6e333ba9a
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -23,11 +23,11 @@ dependencies = [
"zlib",
]
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS=(
--host="${TARGET}"
--prefix="/usr"
--cross-prefix="${TARGET}"
--static
--disable-coroutine-pool
--disable-tpm
)