package/ti-sgx-km: needs BR2_ARM_EABIHF

ti-sgx-km raises the following build failure without BR2_ARM_EABIHF:

eurasiacon/build/linux2/toplevel.mk:230: eurasiacon/build/linux2/moduledefs/target_armel.mk: No such file or directory

Fixes:
 - http://autobuild.buildroot.org/results/17e4da346d062570b9a84ab8eb1ce93c6d7384be
 - http://autobuild.buildroot.org/results/04fd659472f1928c2621354bb0ea3b60c5dfadec

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2024-04-11 19:43:28 +02:00 committed by Thomas Petazzoni
parent a8c7a53985
commit 5924a5c2c6

View File

@ -1,10 +1,10 @@
comment "ti-sgx-km needs a Linux kernel to be built" comment "ti-sgx-km needs a Linux kernel to be built"
depends on BR2_arm depends on BR2_ARM_EABIHF
depends on !BR2_LINUX_KERNEL depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_TI_SGX_KM config BR2_PACKAGE_TI_SGX_KM
bool "ti-sgx-km" bool "ti-sgx-km"
depends on BR2_LINUX_KERNEL && BR2_arm depends on BR2_LINUX_KERNEL && BR2_ARM_EABIHF
select BR2_LINUX_NEEDS_MODULES select BR2_LINUX_NEEDS_MODULES
help help
Kernel modules for TI CPUs with SGX GPU. Kernel modules for TI CPUs with SGX GPU.