From c6e333ba9ac61c69b010f7e436cac2cb0217b13b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 15:24:16 -0600 Subject: [PATCH] qemu: update and compile dynamically --- recipes/wip/vm/qemu/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/wip/vm/qemu/recipe.toml b/recipes/wip/vm/qemu/recipe.toml index fd19d9873..cc5030cbb 100644 --- a/recipes/wip/vm/qemu/recipe.toml +++ b/recipes/wip/vm/qemu/recipe.toml @@ -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 )