3edd6d9fce
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>
(cherry picked from commit 5924a5c2c6
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
comment "ti-sgx-km needs a Linux kernel to be built"
|
|
depends on BR2_ARM_EABIHF
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_TI_SGX_KM
|
|
bool "ti-sgx-km"
|
|
depends on BR2_LINUX_KERNEL && BR2_ARM_EABIHF
|
|
select BR2_LINUX_NEEDS_MODULES
|
|
help
|
|
Kernel modules for TI CPUs with SGX GPU.
|
|
This package supports AM335x only.
|
|
It builds the kernel module and the user space binaries.
|
|
For older CPUs or kernels use the ti-gfx package.
|
|
|
|
Note: it needs a TI specific kernel to build properly.
|
|
|
|
https://git.ti.com/cgit/graphics/omap5-sgx-ddk-linux
|