Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 252dcd62f39ec9163832805dd41286c75f802530
      
https://github.com/NixOS/nixpkgs/commit/252dcd62f39ec9163832805dd41286c75f802530
  Author: Joachim Fasting <joach...@fastmail.fm>
  Date:   2017-05-20 (Sat, 20 May 2017)

  Changed paths:
    M nixos/modules/virtualisation/libvirtd.nix
    M nixos/modules/virtualisation/qemu-vm.nix
    M nixos/tests/boot.nix
    M nixos/tests/installer.nix
    M pkgs/applications/virtualization/OVMF/default.nix
    M pkgs/applications/virtualization/xen/4.5.nix

  Log Message:
  -----------
  OVMF: separate output for ovmf binaries

OVMF{,CODE,VARS}.fd are now available in a dedicated fd output, greatly
reducing the closure in the common case where only those files are used (a
few MBs versus several hundred MBs for the full OVMF).

Note: it's unclear why `dontPatchELF` is now necessary for the build to
pass (on my end, at any rate) but it doesn't make much sense to run this
fixup anyway,

Note: my reading of xen's INSTALL suggests that --with-system-ovmf should
point directly to the OVMF binary.  As such, the previous invocation was
incorrect (it pointed to the root of the OVMF tree).  In any case, I have
only built xen with `--with-system-ovmf`, I have not tested it.

Fixes https://github.com/NixOS/nixpkgs/issues/25854
Closes https://github.com/NixOS/nixpkgs/pull/25855


  Commit: 07ceaa2ec8db636f1785ae244494dde6d5004287
      
https://github.com/NixOS/nixpkgs/commit/07ceaa2ec8db636f1785ae244494dde6d5004287
  Author: Joachim F <joach...@users.noreply.github.com>
  Date:   2017-05-21 (Sun, 21 May 2017)

  Changed paths:
    M nixos/modules/virtualisation/libvirtd.nix
    M nixos/modules/virtualisation/qemu-vm.nix
    M nixos/tests/boot.nix
    M nixos/tests/installer.nix
    M pkgs/applications/virtualization/OVMF/default.nix
    M pkgs/applications/virtualization/xen/4.5.nix

  Log Message:
  -----------
  Merge pull request #25896 from joachifm/ovmf

ovmf: split firmware image files


Compare: https://github.com/NixOS/nixpkgs/compare/7aa70e138d86...07ceaa2ec8db
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
https://mailman.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to