diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-15 23:38:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-15 18:02:10 -0400 |
commit | 334ec802ebe1e971268c567c6a0eece82eeec8d7 (patch) | |
tree | fec9e1b6d7d6c393b237755ee48090b7188ae8de /conf/machine/include/omapl137.inc | |
parent | e1462d6a49a10087b2f93dc9aaea5d10fc3d0d0a (diff) | |
download | meta-ti-334ec802ebe1e971268c567c6a0eece82eeec8d7.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/omapl137.inc')
-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" | ||