diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-05-19 20:39:08 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-05-22 12:31:38 -0400 |
| commit | fb7e4fb69d884f94a5d55dfb22d840a5155f689f (patch) | |
| tree | 1f72b5e7720cfdba60cc2513ce7e55f3f66958ea /conf/machine/include | |
| parent | 83d0ad1ba2381d6d61c3eb22cd38a0d711f95c10 (diff) | |
| download | meta-ti-fb7e4fb69d884f94a5d55dfb22d840a5155f689f.tar.gz | |
machine: add opencl feature to corresponding platforms
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/dra7xx.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc index 857e1b35..42941fd7 100644 --- a/conf/machine/include/dra7xx.inc +++ b/conf/machine/include/dra7xx.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | require conf/machine/include/omap-a15.inc | 1 | require conf/machine/include/omap-a15.inc |
| 2 | SOC_FAMILY_append = ":dra7xx" | 2 | SOC_FAMILY_append = ":dra7xx" |
| 3 | 3 | ||
| 4 | MACHINE_FEATURES += "pci" | 4 | MACHINE_FEATURES += "pci opencl" |
