Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926630 - sys-firmware/edk2-ovmf-202202 DOC_CONTENTS reference non-existent USE flag
Summary: sys-firmware/edk2-ovmf-202202 DOC_CONTENTS reference non-existent USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-10 06:49 UTC by tdr
Modified: 2024-10-10 16:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tdr 2024-03-10 06:49:21 UTC
USE flag "binary" was present with -202105 but is not with -202202
DOC_CONTENTS still references it as a means to install firmware with secureboot keys

Reproducible: Always

Actual Results:  
If USE=binary is enabled, we also install an OVMF variables file (coming from
fedora) that contains secureboot default keys

	/usr/share/edk2-ovmf/OVMF_VARS.secboot.fd


# grep IUSE edk2-ovmf-202105-r2.ebuild  edk2-ovmf-202202.ebuild
edk2-ovmf-202105-r2.ebuild:IUSE="+binary"
Comment 1 Larry the Git Cow gentoo-dev 2024-10-10 16:33:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21806a819cc79eb9f19415f7b5ed29393c2a3f43

commit 21806a819cc79eb9f19415f7b5ed29393c2a3f43
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-09-25 15:17:24 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-10-10 16:29:32 +0000

    sys-firmware/edk2: Drop obsolete reference to USE=binary and update URL
    
    I don't think using UefiShell.img actually works any more, but the new version
    bump will automatically create OVMF_VARS.secboot.fd for you.
    
    Closes: https://bugs.gentoo.org/926630
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 sys-firmware/edk2/edk2-202202.ebuild | 13 ++++---------
 sys-firmware/edk2/edk2-202405.ebuild | 13 ++++---------
 2 files changed, 8 insertions(+), 18 deletions(-)