diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-08-20 21:47:58 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-10-05 00:10:24 +0100 |
commit | 41061b3c80abbaaae31fd240bd928f4af92eb225 (patch) | |
tree | b0cb4d538253701e14cf05f9655db475fad05689 /eclass/linux-build.eclass | |
parent | profiles/common: Enable hostonly USE flag for sys-firmware/intel-microcode (diff) | |
download | portage-41061b3c80abbaaae31fd240bd928f4af92eb225.tar.xz |
eclass/linux-build: Give information regarding the generated x509 pair
Diffstat (limited to 'eclass/linux-build.eclass')
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 5a3159e3..e05aef9e 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -277,7 +277,7 @@ _linux-build_src_prepare_build() { authorityKeyIdentifier=keyid EOF - einfo "Generating x509 pair" + einfo "Generating x509 ${LINUX_BUILD_MOD_SIG_KEY_ALG} ${LINUX_BUILD_MOD_SIG_KEY_SIZE} / ${CONFIG_MODULE_SIG_HASH} pair" openssl req -x509 -nodes -batch \ -days "${LINUX_BUILD_MOD_SIG_DAYS}" \ -newkey "${LINUX_BUILD_MOD_SIG_KEY_ALG}:${LINUX_BUILD_MOD_SIG_KEY_SIZE}" \ |