[oe-commits] Chase Maupin : dm3730-am3715-evm: split machine type into two

git version control git at git.openembedded.org
Mon Jul 19 23:33:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2dfe6deb4a0333ec34a6a508cf56e2bf53463d65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2dfe6deb4a0333ec34a6a508cf56e2bf53463d65

Author: Chase Maupin <chasemaupin03 at gmail.com>
Date:   Fri Jul 16 03:24:19 2010 +0000

dm3730-am3715-evm: split machine type into two

* Split the dm3730-am3715-evm machine type into two separate
  machines.  These are dm37x-evm and am37x-evm.
* This split will allow for being able to distiguish different
  MACHINE_FEATURES in the future such as whether the machine has
  a DSP or not.  This will allow for cleaner task creation.
* In order to be able to choose the proper collateral and software
  such as documentation and codecs we need machine types that
  differentiate product lines (i.e. AM vs DM) and product
  families (i.e. 37x vs 35x).  This change allows enough
  differentiation to chose proper collateral without
  requiring a machine type for every derivative chip.

Signed-off-by: Chase Maupin <chase.maupin at ti.com>
Acked-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 .../{dm3730-am3715-evm.conf => am37x-evm.conf}     |    4 ++--
 .../{dm3730-am3715-evm.conf => dm37x-evm.conf}     |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/dm3730-am3715-evm.conf b/conf/machine/am37x-evm.conf
similarity index 93%
copy from conf/machine/dm3730-am3715-evm.conf
copy to conf/machine/am37x-evm.conf
index 32aa65a..fb10efd 100644
--- a/conf/machine/dm3730-am3715-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: DM37x/AM37x EVM
-#@DESCRIPTION: Machine configuration for the TI DM37x/AM37x EVM
+#@NAME: AM37x EVM
+#@DESCRIPTION: Machine configuration for the TI AM37x EVM
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
diff --git a/conf/machine/dm3730-am3715-evm.conf b/conf/machine/dm37x-evm.conf
similarity index 93%
rename from conf/machine/dm3730-am3715-evm.conf
rename to conf/machine/dm37x-evm.conf
index 32aa65a..c9b9ca2 100644
--- a/conf/machine/dm3730-am3715-evm.conf
+++ b/conf/machine/dm37x-evm.conf
@@ -1,6 +1,6 @@
 #@TYPE: Machine
-#@NAME: DM37x/AM37x EVM
-#@DESCRIPTION: Machine configuration for the TI DM37x/AM37x EVM
+#@NAME: DM37x EVM
+#@DESCRIPTION: Machine configuration for the TI DM37x EVM
 TARGET_ARCH = "arm"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"





More information about the Openembedded-commits mailing list