mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-09 13:01:00 +00:00
dra7xx-evm: Add sgx to MACHINE_FEATURES
* Add sgx to the MACHINE_FEATURES so that the dra7xx-evm can start including sgx libraries. NOTE: currently there are no driver modules that work with v3.12 of the Linux kernel but this does work with version 3.8. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
66b91b7d24
commit
c78c191870
@@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
|
|||||||
|
|
||||||
# Currently removing the sgx machine feature because there is no SGX package
|
# Currently removing the sgx machine feature because there is no SGX package
|
||||||
# available for omap5
|
# available for omap5
|
||||||
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx"
|
||||||
|
|||||||
Reference in New Issue
Block a user