From 36f4c4aea7e2ddea351b487a251407873ade140f Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Thu, 11 May 2023 18:44:11 -0700 Subject: [PATCH] apps/qemu: new configuration package Signed-off-by: Christian Stewart --- configs/apps/qemu/buildroot/qemu | 10 ++++++++++ configs/apps/qemu/metadata/description | 1 + 2 files changed, 11 insertions(+) create mode 100644 configs/apps/qemu/buildroot/qemu create mode 100644 configs/apps/qemu/metadata/description diff --git a/configs/apps/qemu/buildroot/qemu b/configs/apps/qemu/buildroot/qemu new file mode 100644 index 00000000..fde99311 --- /dev/null +++ b/configs/apps/qemu/buildroot/qemu @@ -0,0 +1,10 @@ +BR2_PACKAGE_QEMU=y +BR2_PACKAGE_QEMU_SYSTEM=y +BR2_PACKAGE_QEMU_SLIRP=y +BR2_PACKAGE_QEMU_FDT=y +BR2_PACKAGE_QEMU_LINUX_USER=y +BR2_PACKAGE_QEMU_TOOLS=y + +# If you want to build fewer targets, uncomment: +# BR2_PACKAGE_QEMU_CHOOSE_TARGETS=y +# BR2_PACKAGE_QEMU_TARGET_AARCH64=y diff --git a/configs/apps/qemu/metadata/description b/configs/apps/qemu/metadata/description new file mode 100644 index 00000000..b49b837e --- /dev/null +++ b/configs/apps/qemu/metadata/description @@ -0,0 +1 @@ +Adds qemu system and user emulators to the target.