[meta-ti] [PATCH 2/2] omapl137, omapl137-evm: add SOC family and machine configuration

Jacob Stiffler j-stiffler at ti.com
Thu Jun 15 10:38:05 PDT 2017


* The omapl137 family does not have linux support and is only
  supported by baremetal and TI RTOS.

Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
 conf/machine/include/omapl137.inc |  5 +++++
 conf/machine/omapl137-evm.conf    | 15 +++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 conf/machine/include/omapl137.inc
 create mode 100644 conf/machine/omapl137-evm.conf

diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc
new file mode 100644
index 0000000..5d8a6dd
--- /dev/null
+++ b/conf/machine/include/omapl137.inc
@@ -0,0 +1,5 @@
+require conf/machine/include/omapl1.inc
+SOC_FAMILY_append = ":omapl137"
+
+# Set the list of device targets for ti-pdk class recipes
+TI_PDK_LIMIT_SOCS = "omapl137"
diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.conf
new file mode 100644
index 0000000..a8039f3
--- /dev/null
+++ b/conf/machine/omapl137-evm.conf
@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: OMAP-L137 EVM
+#@DESCRIPTION: Machine configuration for the TI OMAP-L137 EVM board
+
+require conf/machine/include/davinci.inc
+require conf/machine/include/omapl137.inc
+
+# HACK: The omapl137 family does not have linux kernel support.
+PREFERRED_PROVIDER_virtual/kernel = "linux-dummy"
+EXTRA_IMAGEDEPENDS = ""
+
+IMAGE_FSTYPES = "tar.xz"
+
+# Set the list of device targets for ti-pdk class recipes
+TI_PDK_LIMIT_BOARDS = "evmOMAPL137"
-- 
1.9.1



More information about the meta-ti mailing list