summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorYong Li <yong.b.li@linux.intel.com>2018-06-21 23:14:06 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-25 19:09:23 +0000
commitf18df6b5af6fc0481a74059aec89edb3c4e2e6ec (patch)
tree7acf696e473226da886ac96fe5da896d0f1eb670 /meta-openbmc-bsp
parent7b04b149efc4ecdae2a445f0711744a2906b4a3f (diff)
downloadtalos-openbmc-f18df6b5af6fc0481a74059aec89edb3c4e2e6ec.tar.gz
talos-openbmc-f18df6b5af6fc0481a74059aec89edb3c4e2e6ec.zip
Linux-aspeed: Restore kernel crypto related items needed by systemd
During kernel version upgrade, these default config items in blow commit are missing: https://gerrit.openbmc-project.xyz/#/c/8323/ systemd 233+ needs these items for some apis: https://lists.freedesktop.org/archives/systemd-devel/2017-March/038419.html Change-Id: I9eff59683d37d4922fa32b2bc32374f4c88862c4 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig3
-rwxr-xr-xmeta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig
index d24fe8490..01272e788 100644
--- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig
+++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2400/defconfig
@@ -243,6 +243,9 @@ CONFIG_DEBUG_USER=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_CRYPTO_ECHAINIV is not set
+CONFIG_CRYPTO_HMAC=y
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_USER_API_HASH=y
# CONFIG_CRYPTO_HW is not set
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
diff --git a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig
index a458c7eb3..bab5f07a0 100755
--- a/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig
+++ b/meta-openbmc-bsp/meta-aspeed/recipes-kernel/linux/linux-aspeed/ast2500/defconfig
@@ -243,6 +243,9 @@ CONFIG_DEBUG_USER=y
CONFIG_HARDENED_USERCOPY=y
CONFIG_FORTIFY_SOURCE=y
# CONFIG_CRYPTO_ECHAINIV is not set
+CONFIG_CRYPTO_HMAC=y
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_USER_API_HASH=y
# CONFIG_CRYPTO_HW is not set
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
OpenPOWER on IntegriCloud