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 /conf/machine/include | |
| 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>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/omapl137.inc | 5 |
1 files changed, 5 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" | ||
