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/omap3-touchbook.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/omap3-touchbook.conf')
-rw-r--r-- | conf/machine/omap3-touchbook.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap3-touchbook.conf b/conf/machine/omap3-touchbook.conf index 8439e0aa..6c52d9ee 100644 --- a/conf/machine/omap3-touchbook.conf +++ b/conf/machine/omap3-touchbook.conf | |||
@@ -43,4 +43,4 @@ MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996" | |||
43 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | 43 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" |
44 | 44 | ||
45 | # and sdio | 45 | # and sdio |
46 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen" | 46 | MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa touchscreen sgx" |