From: Michael Tokarev <mjt@tls.msk.ru>
Date: Sun, 27 Jul 2025 22:40:35 +0300
Subject: skip installing dtb files
Debian-Specific: yes
Forwarded: not-needed

Debian strips the blobs from qemu.orig.tar.gz so the code
fails to unpack the missing files.  The dtb files are built
in d/rules for the indep build.

--- a/pc-bios/meson.build
+++ b/pc-bios/meson.build
@@ -94,3 +94,3 @@ endif
 subdir('descriptors')
-subdir('dtb')
+#subdir('dtb')
 subdir('keymaps')
