mirror of https://gitee.com/openkylin/qemu.git
disable qboot because of building failed in openkylin
Signed-off-by: Cong Liu <liucong2@kylinos.cn>
This commit is contained in:
parent
2c9081e655
commit
199b8136c3
|
@ -494,16 +494,16 @@ install-sgabios: b/sgabios/sgabios.bin
|
||||||
sysdata-components += sgabios
|
sysdata-components += sgabios
|
||||||
|
|
||||||
### qboot, aka bios-microvm
|
### qboot, aka bios-microvm
|
||||||
build-qboot: b/qboot/bios.bin
|
#build-qboot: b/qboot/bios.bin
|
||||||
b/qboot/bios.bin: | b
|
#b/qboot/bios.bin: | b
|
||||||
rm -rf b/qboot
|
# rm -rf b/qboot
|
||||||
meson setup roms/qboot b/qboot
|
# meson setup roms/qboot b/qboot
|
||||||
ninja -C b/qboot
|
# ninja -C b/qboot
|
||||||
install-qboot: b/qboot/bios.bin
|
#install-qboot: b/qboot/bios.bin
|
||||||
install -m 0644 $< ${sysdataidir}/qboot.rom
|
# install -m 0644 $< ${sysdataidir}/qboot.rom
|
||||||
# 5.0 & 5.1 compat symlink, can go for bullseye final
|
# # 5.0 & 5.1 compat symlink, can go for bullseye final
|
||||||
ln -s qboot.rom ${sysdataidir}/bios-microvm.bin
|
# ln -s qboot.rom ${sysdataidir}/bios-microvm.bin
|
||||||
sysdata-components += qboot
|
#sysdata-components += qboot
|
||||||
|
|
||||||
### alpha firmware in roms/palcode-clipper
|
### alpha firmware in roms/palcode-clipper
|
||||||
build-palcode-clipper: b/qemu-palcode/palcode-clipper
|
build-palcode-clipper: b/qemu-palcode/palcode-clipper
|
||||||
|
|
Loading…
Reference in New Issue