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 @@ +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 00000000..a8039f31 --- /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"