diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-08-26 20:59:58 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-08-29 12:36:41 -0400 |
commit | e13e44b1d682efc386f47a072634d8ebed1fed21 (patch) | |
tree | 989a39b63f5e1ef0aa7158450323029ed8b96774 /conf/machine/dra7xx-evm.conf | |
parent | d2c40099cd219493e4a6d9a6218f88f1b9f3f8fb (diff) | |
download | meta-ti-e13e44b1d682efc386f47a072634d8ebed1fed21.tar.gz |
machine: clean up MACHINE_FEATURES for omap5, dra7, am57
* Enable "sgx" feature on all - the driver may still be missing, but GLES is
available from omap5-sgx-ddk-linux package
* Enable "touchscreen" feature only on dra7 and am57 - not available on omap5
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 7069b44b..ba7b4405 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/dra7xx.inc | 5 | require conf/machine/include/dra7xx.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "touchscreen" | ||
8 | |||
7 | IMAGE_FSTYPES += "ubi tar.gz" | 9 | IMAGE_FSTYPES += "ubi tar.gz" |
8 | 10 | ||
9 | SERIAL_CONSOLE = "115200 ttyO0" | 11 | SERIAL_CONSOLE = "115200 ttyO0" |
@@ -30,7 +32,3 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" | |||
30 | # UBI: sub-page size: 512 | 32 | # UBI: sub-page size: 512 |
31 | # UBI: VID header offset: 2048 (aligned 2048) | 33 | # UBI: VID header offset: 2048 (aligned 2048) |
32 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 34 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
33 | |||
34 | # Currently removing the sgx machine feature because there is no SGX package | ||
35 | # available for omap5 | ||
36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | ||