From 199b8136c3c4492bed7013aa39d791b9cf5e2468 Mon Sep 17 00:00:00 2001 From: Cong Liu Date: Tue, 8 Nov 2022 11:52:43 +0800 Subject: [PATCH] disable qboot because of building failed in openkylin Signed-off-by: Cong Liu --- debian/rules | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/rules b/debian/rules index b75ca998b2..8520d468fd 100755 --- a/debian/rules +++ b/debian/rules @@ -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