diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-09-21 01:29:01 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-20 15:31:31 -0400 |
| commit | 1f4d266c4d293c326155d7a2051a9affa8722400 (patch) | |
| tree | 0aea09f16a7876c64ee4481ffca63c604a2b333d /conf | |
| parent | 68bce98d8921d29e226da1a5b293aa8742655ab9 (diff) | |
| download | meta-ti-1f4d266c4d293c326155d7a2051a9affa8722400.tar.gz | |
conf/machine,recipes: introduce k2e SOC familyti2016.04-rc2
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/include/k2e.inc | 2 | ||||
| -rw-r--r-- | conf/machine/k2e-evm.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc new file mode 100644 index 00000000..ce3d9c8a --- /dev/null +++ b/conf/machine/include/k2e.inc | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY_append = ":k2e" | ||
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf index 9b546393..7dd616e3 100644 --- a/conf/machine/k2e-evm.conf +++ b/conf/machine/k2e-evm.conf | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #@NAME: Keystone 2 K2E machine | 2 | #@NAME: Keystone 2 K2E machine |
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM | 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM |
| 4 | 4 | ||
| 5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/k2e.inc |
| 6 | 6 | ||
| 7 | MACHINE_FEATURES += "opencl" | 7 | MACHINE_FEATURES += "opencl" |
| 8 | 8 | ||
