summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-08-20 21:47:58 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-10-05 00:10:24 +0100
commit41061b3c80abbaaae31fd240bd928f4af92eb225 (patch)
treeb0cb4d538253701e14cf05f9655db475fad05689
parentprofiles/common: Enable hostonly USE flag for sys-firmware/intel-microcode (diff)
downloadportage-41061b3c80abbaaae31fd240bd928f4af92eb225.tar.xz
eclass/linux-build: Give information regarding the generated x509 pair
-rw-r--r--eclass/linux-build.eclass2
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}" \