mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kernel-build.eclass: don't check key/cert if merging binary
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/37640 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -131,7 +131,7 @@ fi
|
||||
# Call python-any-r1 and secureboot pkg_setup
|
||||
kernel-build_pkg_setup() {
|
||||
python-any-r1_pkg_setup
|
||||
if [[ ${KERNEL_IUSE_MODULES_SIGN} ]]; then
|
||||
if [[ ${KERNEL_IUSE_MODULES_SIGN} && ${MERGE_TYPE} != binary ]]; then
|
||||
secureboot_pkg_setup
|
||||
|
||||
# Sanity check: fail early if key/cert in DER format or does not exist
|
||||
|
||||
Reference in New Issue
Block a user