* The omapl137 family does not have linux support and is only supported by baremetal and TI RTOS.
Signed-off-by: Jacob Stiffler <[email protected]> --- 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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
