blob: 93afebed27129c9d7d757b66dabf8a6868c85bb1 [file] [log] [blame]
Brad Bishopeb610d62019-09-09 14:57:03 -04001require qemu-xilinx-native.inc
2
3EXTRA_OECONF_append = " --target-list=${@get_qemu_system_target_list(d)}"
4
5PACKAGECONFIG ??= "fdt alsa kvm"
6
7PACKAGECONFIG_remove = "${@'kvm' if not os.path.exists('/usr/include/linux/kvm.h') else ''}"
8
9DEPENDS += "pixman-native qemu-xilinx-native"
10
11do_install_append() {
12 # The following is also installed by qemu-native
13 rm -f ${D}${datadir}/${BPN}/trace-events-all
14 rm -rf ${D}${datadir}/${BPN}/keymaps
Andrew Geissler84ad7c52020-06-27 00:00:16 -050015 rm -rf ${D}${datadir}/icons
Brad Bishopeb610d62019-09-09 14:57:03 -040016}
17