[meta-ti] Denys Dmytriyenko : machine: add opencl feature to corresponding platforms

Arago Project git git at arago-project.org
Sun May 22 09:31:55 PDT 2016


Module: meta-ti
Branch: master
Commit: fb7e4fb69d884f94a5d55dfb22d840a5155f689f
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=fb7e4fb69d884f94a5d55dfb22d840a5155f689f

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Thu May 19 20:39:08 2016 +0000

machine: add opencl feature to corresponding platforms

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/include/dra7xx.inc |    2 +-
 conf/machine/k2e-evm.conf       |    2 ++
 conf/machine/k2hk-evm.conf      |    2 ++
 conf/machine/k2l-evm.conf       |    2 ++
 4 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
index 857e1b3..42941fd 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,4 +1,4 @@
 require conf/machine/include/omap-a15.inc
 SOC_FAMILY_append = ":dra7xx"
 
-MACHINE_FEATURES += "pci"
+MACHINE_FEATURES += "pci opencl"
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
index 0735357..eef9583 100644
--- a/conf/machine/k2e-evm.conf
+++ b/conf/machine/k2e-evm.conf
@@ -4,6 +4,8 @@
 
 require conf/machine/include/keystone.inc
 
+MACHINE_FEATURES += "opencl"
+
 UBOOT_MACHINE = "k2e_evm_config"
 
 BOOT_MONITOR_MAKE_TARGET = "k2e"
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index d375b24..4c33f37 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -4,6 +4,8 @@
 
 require conf/machine/include/keystone.inc
 
+MACHINE_FEATURES += "opencl"
+
 UBOOT_MACHINE = "k2hk_evm_config"
 
 BOOT_MONITOR_MAKE_TARGET = "k2hk"
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
index c7b712b..cf540f4 100644
--- a/conf/machine/k2l-evm.conf
+++ b/conf/machine/k2l-evm.conf
@@ -4,6 +4,8 @@
 
 require conf/machine/include/keystone.inc
 
+MACHINE_FEATURES += "opencl"
+
 UBOOT_MACHINE = "k2l_evm_config"
 
 BOOT_MONITOR_MAKE_TARGET = "k2l"



More information about the meta-ti mailing list