diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 08:31:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 18:53:25 -0400 |
commit | fd78bce5bad884974db369d8b156ea210ed6006b (patch) | |
tree | 95b847628a9a90566bcdc77a54ff9eeb2326cd6d /conf | |
parent | a5ff1c0717ba7c3c53bd72fbf2bcc18cf2798633 (diff) | |
download | meta-ti-fd78bce5bad884974db369d8b156ea210ed6006b.tar.gz |
conf/recipes: add k2g-ice machine and k2g SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/k2g.inc | 2 | ||||
-rw-r--r-- | conf/machine/k2g-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/k2g-ice.conf | 7 |
3 files changed, 10 insertions, 1 deletions
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc new file mode 100644 index 00000000..3cd540d5 --- /dev/null +++ b/conf/machine/include/k2g.inc | |||
@@ -0,0 +1,2 @@ | |||
1 | require conf/machine/include/keystone.inc | ||
2 | SOC_FAMILY_append = ":k2g" | ||
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf index cc4f2100..fa1edfa9 100644 --- a/conf/machine/k2g-evm.conf +++ b/conf/machine/k2g-evm.conf | |||
@@ -2,7 +2,7 @@ | |||
2 | #@NAME: Keystone 2 K2G machine | 2 | #@NAME: Keystone 2 K2G machine |
3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM | 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM |
4 | 4 | ||
5 | require conf/machine/include/keystone.inc | 5 | require conf/machine/include/k2g.inc |
6 | 6 | ||
7 | MACHINE_FEATURES += "alsa opencl" | 7 | MACHINE_FEATURES += "alsa opencl" |
8 | 8 | ||
diff --git a/conf/machine/k2g-ice.conf b/conf/machine/k2g-ice.conf new file mode 100644 index 00000000..6998b3f8 --- /dev/null +++ b/conf/machine/k2g-ice.conf | |||
@@ -0,0 +1,7 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Keystone 2 K2G ICE machine | ||
3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G ICE | ||
4 | |||
5 | require conf/machine/k2g-evm.conf | ||
6 | |||
7 | UBOOT_MACHINE = "k2g_ice_config" | ||