summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 62f6a5c8..755ea36e 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -150,7 +150,7 @@ _linux-build_src_prepare_build() {
if [[ -e "${T}/etc/ssl/private/${PF}.crt" &&
-e "${T}/etc/ssl/private/${PF}.key" ]] ; then
- einfo "Use the following X509 pair for CONFIG_MODULE_SIG"
+ einfo "Use the following x509 pair for CONFIG_MODULE_SIG"
einfo " ${PORTAGE_CONFIGROOT%/}/etc/ssl/private/${_LINUX_BUILD_MOD_SIG_X509_PFX}.crt"
einfo " ${PORTAGE_CONFIGROOT%/}/etc/ssl/private/${_LINUX_BUILD_MOD_SIG_X509_PFX}.key"
@@ -160,7 +160,7 @@ _linux-build_src_prepare_build() {
cp --preserve=mode,ownership \
"${T}/etc/ssl/private/${PF}.key" "${BUILDDIR}/signing_key.priv"
else
- einfo "Generating X509 config"
+ einfo "Generating x509 config"
cat > "${BUILDDIR}/x509.genkey" <<-EOF
[ req ]
prompt = no
@@ -179,7 +179,7 @@ _linux-build_src_prepare_build() {
authorityKeyIdentifier=keyid
EOF
- einfo "Generating X509 pair"
+ einfo "Generating x509 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}" \