aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorchase maupin <chasemaupin03@gmail.com>2011-04-05 23:41:51 +0000
committerKoen Kooi <koen@openembedded.org>2011-04-07 14:21:37 +0200
commit2ac568b98e02a21f36ac8d3e514f650b5430e4f3 (patch)
tree48797c603ed5a84ce1c1af0a0bcd72b373b38cb4 /conf/machine
parent15ef9da53c1c938c08bac6764ffa2c1bdbc0c9c5 (diff)
downloadopenembedded-2ac568b98e02a21f36ac8d3e514f650b5430e4f3.tar.gz
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@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am45x-evm.conf10
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 0000000000..3597d37109
--- /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