]> git.proxmox.com Git - pve-qemu.git/commit
makefile: adapt firmware blob removal to changes for QEMU 8.2
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 25 Apr 2024 15:21:26 +0000 (17:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2024 12:13:49 +0000 (14:13 +0200)
commitf76e07f370b586de02e202e817d105f2da0dda6d
tree2db1375c1922244dd86097aff64695dace58feab
parent71dd2d48f9122e60e4c0a8480122a27aab15dc70
makefile: adapt firmware blob removal to changes for QEMU 8.2

Namely, it's also necessary to remove .dts source files from the
meson.build file, because the .dtb file names are not directly listed
anymore since commit 6e0dc9d2a8 ("meson: compile bundled device
trees").

The same commit also introduced a "'.dtb'" in a line not just listing
a file name and removing that line would break the script. Be more
precise and require an alphanumeric character before the suffix.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Makefile