[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] [PATCH v2] Fetch the OVMF repository from specific git mirror and enable it
Attilio Rao writes ("[Xen-devel] [PATCH] [PATCH v2] Fetch the OVMF repository from specific git mirror and enable it"): > Signed-off-by: Attilio Rao <attilio.rao@xxxxxxxxxx> I build-tested this, and: install -m0644 -p /u/iwj/work/xen-unstable-tools.hg/xen/xen-syms /u/iwj/work/xen-unstable-tools.hg/dist/install/boot/xen-syms-4.2-unstable if [ -r /u/iwj/work/xen-unstable-tools.hg/xen/xen.efi ]; then \ [ -d /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi ] || install -d -m0755 -p /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi; \ install -m0644 -p /u/iwj/work/xen-unstable-tools.hg/xen/xen.efi /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi/xen-4.2-unstable.efi; \ ln -sf xen-4.2-unstable.efi /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi/xen-4.2.efi; \ ln -sf xen-4.2-unstable.efi /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi/xen-4.efi; \ ln -sf xen-4.2-unstable.efi /u/iwj/work/xen-unstable-tools.hg/dist/install/usr/lib/efi/xen.efi; \ if [ -n '/boot/efi' -a -n '' ]; then \ install -m0644 -p /u/iwj/work/xen-unstable-tools.hg/xen/xen.efi /u/iwj/work/xen-unstable-tools.hg/dist/install/boot/efi/efi//xen-4.2-unstable.efi; \ elif [ "/u/iwj/work/xen-unstable-tools.hg/dist/install" = "dist/install" ]; then \ echo 'EFI installation only partially done (EFI_VENDOR not set)' >&2; \ fi; \ fi make[2]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/xen' make[1]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/xen' Switched to a new branch 'dummy' cp seabios-config seabios-dir/.config; Switched to a new branch 'dummy' cp ovmf-makefile ovmf/Makefile; cp: cannot stat `ovmf-makefile': No such file or directory make[3]: *** [ovmf] Error 1 make[3]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/tools/firmware' make[2]: *** [subdir-install-firmware] Error 2 make[2]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/tools' make[1]: *** [subdirs-install] Error 2 make[1]: Leaving directory `/u/iwj/work/xen-unstable-tools.hg/tools' make: *** [install-tools] Error 2 Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |