ubuntu/+source/ipxe:applied/ubuntu/groovy

Last commit made on 2020-10-05
Get this branch:
git clone -b applied/ubuntu/groovy https://git.launchpad.net/ubuntu/+source/ipxe
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/groovy
Repository:
lp:ubuntu/+source/ipxe

Recent commits

755d935... by Christian Ehrhardt 

1.0.0+git-20190125.36a4c85-5ubuntu3 (patches applied)

Imported using git-ubuntu import.

c85b47e... by Christian Ehrhardt 

[PATCH] [build] Be explicit about -fcommon compiler directive

Gbp-Pq: build-Be-explicit-about-fcommon-compiler-directive.patch.

931bc2b... by Christian Ehrhardt 

[PATCH] [efi] Raise TPL during driver entry point

Gbp-Pq: lp-1882671-efi-Raise-TPL-during-driver-entry-point.patch.

84efffa... by Christian Ehrhardt 

Strip 802.1Q VLAN 0 priority tags

Gbp-Pq: 0005-strip-802.1Q-VLAN-0-priority-tags.patch.

7c43748... by Christian Ehrhardt 

iPXE fails to handle DHCPNACK's

Gbp-Pq: handle-dhcp-nack.patch.

2b7871b... by Christian Ehrhardt 

debian-changes

No DEP3 Subject or Description header found

Gbp-Pq: debian-changes.

4c53c7d... by Christian Ehrhardt 

changelog: fix FTBFS due to rounding issues

Signed-off-by: Christian Ehrhardt <email address hidden>

cd9c3f1... by Christian Ehrhardt 

d/util/geniso: fix FTBFS due to rounding issues

In some cases there can be rounding issues on the efi content to image
size. In those cases the build will fail with the image not being big
enough.
$ debian/util/geniso src/bin-combined/ipxe.iso src/bin-i386-pcbios/ipxe.lkrn \
  src/bin-x86_64-efi/ipxe.efi
  Disk full

Avoid this size-off-by-one by adding 1 block to the requested size.

Signed-off-by: Christian Ehrhardt <email address hidden>

877e9dc... by Christian Ehrhardt 

changelog: fix FTBFS with gcc-10

Signed-off-by: Christian Ehrhardt <email address hidden>

b1926df... by Christian Ehrhardt 

d/p/build-Be-explicit-about-fcommon-compiler-directive.patch: fix FTBFS with gcc-10

Signed-off-by: Christian Ehrhardt <email address hidden>