From fd78bce5bad884974db369d8b156ea210ed6006b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 25 Oct 2016 08:31:47 +0000 Subject: conf/recipes: add k2g-ice machine and k2g SOC family Signed-off-by: Denys Dmytriyenko --- conf/machine/include/k2g.inc | 2 ++ conf/machine/k2g-evm.conf | 2 +- conf/machine/k2g-ice.conf | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 conf/machine/include/k2g.inc create mode 100644 conf/machine/k2g-ice.conf (limited to 'conf/machine') 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 @@ +require conf/machine/include/keystone.inc +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 @@ #@NAME: Keystone 2 K2G machine #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM -require conf/machine/include/keystone.inc +require conf/machine/include/k2g.inc MACHINE_FEATURES += "alsa opencl" 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 @@ +#@TYPE: Machine +#@NAME: Keystone 2 K2G ICE machine +#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G ICE + +require conf/machine/k2g-evm.conf + +UBOOT_MACHINE = "k2g_ice_config" -- cgit v1.2.3-54-g00ecf