diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-15 23:38:05 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-20 12:02:05 -0400 |
| commit | 23924b09f846d56fa96367c6350feba168bb9fe7 (patch) | |
| tree | 545dd1ee0e0c82e7a4bca2f9ea59074d8c142dfe | |
| parent | 3db1e8538b784e8cf396998794be99bcadae43f9 (diff) | |
| download | meta-ti-23924b09f846d56fa96367c6350feba168bb9fe7.tar.gz | |
omapl137, omapl137-evm: add SOC family and machine configuration
* The omapl137 family does not have linux support and is only
supported by baremetal and TI RTOS.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/include/omapl137.inc | 5 | ||||
| -rw-r--r-- | conf/machine/omapl137-evm.conf | 15 |
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc new file mode 100644 index 00000000..5d8a6dd8 --- /dev/null +++ b/conf/machine/include/omapl137.inc | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require conf/machine/include/omapl1.inc | ||
| 2 | SOC_FAMILY_append = ":omapl137" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "omapl137" | ||
diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.conf new file mode 100644 index 00000000..a8039f31 --- /dev/null +++ b/conf/machine/omapl137-evm.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: OMAP-L137 EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI OMAP-L137 EVM board | ||
| 4 | |||
| 5 | require conf/machine/include/davinci.inc | ||
| 6 | require conf/machine/include/omapl137.inc | ||
| 7 | |||
| 8 | # HACK: The omapl137 family does not have linux kernel support. | ||
| 9 | PREFERRED_PROVIDER_virtual/kernel = "linux-dummy" | ||
| 10 | EXTRA_IMAGEDEPENDS = "" | ||
| 11 | |||
| 12 | IMAGE_FSTYPES = "tar.xz" | ||
| 13 | |||
| 14 | # Set the list of device targets for ti-pdk class recipes | ||
| 15 | TI_PDK_LIMIT_BOARDS = "evmOMAPL137" | ||
