[oe-commits] chase maupin : am45x-evm: Add am45x-evm machine configuration

git version control git at git.openembedded.org
Thu Apr 7 16:23:55 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 4fb6a14830eb08d22614400a5b0949e012fbaa22
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4fb6a14830eb08d22614400a5b0949e012fbaa22

Author: chase maupin <chasemaupin03 at gmail.com>
Date:   Tue Apr  5 23:41:51 2011 +0000

am45x-evm: Add am45x-evm machine configuration

* Added a new machine configuration for the am45x-evm device.
* This machine currently mimics the omap4430-panda configuration
  during the prototyping phase but is expected to change as the
  hardware and software evolves.
* The am45x-evm machine type is used to allow differentiating
  software components to be build and packaged (i.e. task lists)
  as well as to account for differences with the omap4430-panda
  device in the future.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Acked-by: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 conf/machine/am45x-evm.conf |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/conf/machine/am45x-evm.conf b/conf/machine/am45x-evm.conf
new file mode 100644
index 0000000..3597d37
--- /dev/null
+++ b/conf/machine/am45x-evm.conf
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: AM45X EVM
+#@DESCRIPTION: Machine configuration for the AM45x EVM
+
+# Currently the am45x-evm machine type mimics the panda
+# machine for its configuration.  This is expected to change
+# as the hardware and software evolves.  Currently the unique
+# machine type is used to differentiate software stack being
+# built for the two devices.
+require conf/machine/omap4430-panda.conf





More information about the Openembedded-commits mailing list