Skip to content

Commit

Permalink
apps/qemu: new configuration package
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed May 12, 2023
1 parent de35010 commit 36f4c4a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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
1 change: 1 addition & 0 deletions configs/apps/qemu/metadata/description
@@ -0,0 +1 @@
Adds qemu system and user emulators to the target.

0 comments on commit 36f4c4a

Please sign in to comment.