disable qboot because of building failed in openkylin

Signed-off-by: Cong Liu <liucong2@kylinos.cn>
This commit is contained in:
Cong Liu 2022-11-08 11:52:43 +08:00
parent 2c9081e655
commit 199b8136c3
1 changed files with 10 additions and 10 deletions

20
debian/rules vendored
View File

@ -494,16 +494,16 @@ install-sgabios: b/sgabios/sgabios.bin
sysdata-components += sgabios
### qboot, aka bios-microvm
build-qboot: b/qboot/bios.bin
b/qboot/bios.bin: | b
rm -rf b/qboot
meson setup roms/qboot b/qboot
ninja -C b/qboot
install-qboot: b/qboot/bios.bin
install -m 0644 $< ${sysdataidir}/qboot.rom
# 5.0 & 5.1 compat symlink, can go for bullseye final
ln -s qboot.rom ${sysdataidir}/bios-microvm.bin
sysdata-components += qboot
#build-qboot: b/qboot/bios.bin
#b/qboot/bios.bin: | b
# rm -rf b/qboot
# meson setup roms/qboot b/qboot
# ninja -C b/qboot
#install-qboot: b/qboot/bios.bin
# install -m 0644 $< ${sysdataidir}/qboot.rom
# # 5.0 & 5.1 compat symlink, can go for bullseye final
# ln -s qboot.rom ${sysdataidir}/bios-microvm.bin
#sysdata-components += qboot
### alpha firmware in roms/palcode-clipper
build-palcode-clipper: b/qemu-palcode/palcode-clipper