summaryrefslogtreecommitdiffstats
path: root/conf/machine/pandaboard.conf
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2013-02-18 22:45:16 -0600
committerDenys Dmytriyenko <denys@ti.com>2013-02-25 19:48:41 -0500
commit4d99e63181c6f58b5bb41eb830c7af75b097e10e (patch)
treef580915e12d3565f80e93e43a143610d6e5bd0f0 /conf/machine/pandaboard.conf
parent3aeebece0e37425fd9e480127d1ac599c87ca750 (diff)
downloadmeta-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/pandaboard.conf')
-rw-r--r--conf/machine/pandaboard.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf
index 2c37b4fa..3ebd6d93 100644
--- a/conf/machine/pandaboard.conf
+++ b/conf/machine/pandaboard.conf
@@ -13,6 +13,6 @@ IMAGE_FSTYPES += "tar.bz2"
13SERIAL_CONSOLE = "115200 ttyO2" 13SERIAL_CONSOLE = "115200 ttyO2"
14 14
15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" 15MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat" 16MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat sgx"
17 17
18 18