linux: enable BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL on a few more architectures
This commit is an extension of5dae966a30("linux: select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL when needed"), which solves autobuilder issues by making sure that BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL is automatically enabled on some architecture if the default architecture defconfig is used and the latest kernel is built (which is what happens in the autobuilders). This new commit adds BR2_or1k and BR2_riscv to the list to fix autobuilder issues. Fixes: https://autobuild.buildroot.org/results/1a739eee39bdef8986279a9e21f8637fbe263353/ (or1k) https://autobuild.buildroot.org/results/acb62b7a486f3f8e99c6cc2b52b0c259bfa18a0e/ (riscv) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commite002ec3773) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
8195355256
commit
b014d18e92
@@ -176,7 +176,8 @@ config BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG
|
||||
# version. This is mainly needed to fix autobuilder testing.
|
||||
select BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL if \
|
||||
BR2_LINUX_KERNEL_LATEST_VERSION && \
|
||||
(BR2_aarch64 || BR2_aarch64_be || BR2_arcle || BR2_arceb || BR2_sparc || BR2_x86_64)
|
||||
(BR2_aarch64 || BR2_aarch64_be || BR2_arcle || BR2_arceb || \
|
||||
BR2_or1k || BR2_riscv || BR2_sparc || BR2_x86_64)
|
||||
help
|
||||
This option will use the default configuration for the
|
||||
selected architecture. I.e, it is equivalent to running
|
||||
|
||||
Reference in New Issue
Block a user