commit | fbd442ef35563bad484ee1627fe8710ef82fb193 | [log] [tgz] |
---|---|---|
author | Yong Li <yong.b.li@linux.intel.com> | Thu Jun 21 23:14:06 2018 +0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 25 19:09:23 2018 +0000 |
tree | fbdad6eace6b4d90e16e64b4d458cab26db2dbe7 | |
parent | 1a93fbbc3be99e9ce5debda874a3d6cb1d3a4186 [diff] |
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>
diff --git a/recipes-kernel/linux/linux-aspeed/ast2400/defconfig b/recipes-kernel/linux/linux-aspeed/ast2400/defconfig index d24fe84..01272e7 100644 --- a/recipes-kernel/linux/linux-aspeed/ast2400/defconfig +++ b/recipes-kernel/linux/linux-aspeed/ast2400/defconfig
@@ -243,6 +243,9 @@ 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/recipes-kernel/linux/linux-aspeed/ast2500/defconfig b/recipes-kernel/linux/linux-aspeed/ast2500/defconfig index a458c7e..bab5f07 100755 --- a/recipes-kernel/linux/linux-aspeed/ast2500/defconfig +++ b/recipes-kernel/linux/linux-aspeed/ast2500/defconfig
@@ -243,6 +243,9 @@ 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