Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-native.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ DEPENDS = "glib-2.0-native zlib-native ninja-native meson-native"
SRC_URI:remove = "file://0012-fix-libcap-header-issue-on-some-distro.patch"
SRC_URI:remove = "file://0013-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch"

# this option is not supported by qemu-xilinx and will cause a build failure
EXTRA_OECONF:remove = "--disable-jack"

do_install:append(){
rm -rf ${D}${datadir}/icons
}