summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-02 02:50:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-01 21:03:45 -0500
commitbea5fc9c09f2349e78b50b1fde6c093fed88bf08 (patch)
treee28e897f38850a346ff7a4c3a3aeadc90491d046 /conf/machine/include
parentd7ce8563c59ab9843b5102178707e3dc34aebefb (diff)
downloadmeta-ti-bea5fc9c09f2349e78b50b1fde6c093fed88bf08.tar.gz
conf/machine: deprecate opencl feature, introduce dsp feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/dra7xx.inc2
-rw-r--r--conf/machine/include/keystone.inc2
-rw-r--r--conf/machine/include/omap-a15.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
index 42941fd7..857e1b35 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,4 +1,4 @@
1require conf/machine/include/omap-a15.inc 1require conf/machine/include/omap-a15.inc
2SOC_FAMILY_append = ":dra7xx" 2SOC_FAMILY_append = ":dra7xx"
3 3
4MACHINE_FEATURES += "pci opencl" 4MACHINE_FEATURES += "pci"
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index dd1cbae9..51ef5632 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -23,5 +23,5 @@ UBI_VOLNAME = "rootfs"
23EXTRA_IMAGEDEPENDS += "u-boot" 23EXTRA_IMAGEDEPENDS += "u-boot"
24EXTRA_IMAGEDEPENDS += "boot-monitor" 24EXTRA_IMAGEDEPENDS += "boot-monitor"
25 25
26MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci" 26MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci dsp"
27MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" 27MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index a4344561..d5ce54ac 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -31,4 +31,4 @@ MACHINE_GUI_CLASS = "smallscreen"
31UBI_VOLNAME = "rootfs" 31UBI_VOLNAME = "rootfs"
32 32
33# List common SoC features, may need to add touchscreen for specific machines 33# List common SoC features, may need to add touchscreen for specific machines
34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip" 34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen alsa ethernet sgx mmip dsp"