diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-02-18 22:45:16 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-02-25 19:48:41 -0500 |
commit | 4d99e63181c6f58b5bb41eb830c7af75b097e10e (patch) | |
tree | f580915e12d3565f80e93e43a143610d6e5bd0f0 /conf/machine/am37x-evm.conf | |
parent | 3aeebece0e37425fd9e480127d1ac599c87ca750 (diff) | |
download | meta-ti-4d99e63181c6f58b5bb41eb830c7af75b097e10e.tar.gz |
machine configs: Add SGX to MACHINE_FEATURES
* Add sgx to MACHINE_FEATURES to indicate that a particular machine supports
sgx.
* TI chips are available in multiple variants including some that supports sgx
while others do not.
* By adding sgx as a machine feature other layers can create generic
packagegroups or images for a particular soc but will only include sgx
dependencies if the particular machine has sgx support.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am37x-evm.conf')
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index 866abc58..2d1d44d8 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -29,7 +29,7 @@ UBOOT_ARCH = "arm" | |||
29 | UBOOT_MACHINE = "omap3_evm_config" | 29 | UBOOT_MACHINE = "omap3_evm_config" |
30 | XLOAD_MACHINE = "omap3evm_config" | 30 | XLOAD_MACHINE = "omap3evm_config" |
31 | 31 | ||
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen sgx" |
33 | 33 | ||
34 | # NOTE: there are NAND and OneNAND versions of this board... | 34 | # NOTE: there are NAND and OneNAND versions of this board... |
35 | 35 | ||