diff options
author | Maupin, Chase <chase.maupin@ti.com> | 2014-05-20 01:19:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-21 15:40:19 -0400 |
commit | f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f (patch) | |
tree | 14fe54f708e9816fc9f36d3f3518e753dc136bc3 | |
parent | c5c384d009a166d2636d48a6e23241950f19105b (diff) | |
download | meta-ti-f9253dc88fc9cfe36e39d4b8f1e233eb3f4eaa3f.tar.gz |
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>
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 14253cf3..8ba2757f 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -33,4 +33,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | |||
33 | 33 | ||
34 | # Currently removing the sgx machine feature because there is no SGX package | 34 | # Currently removing the sgx machine feature because there is no SGX package |
35 | # available for omap5 | 35 | # available for omap5 |
36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | 36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" |