mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
* 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>
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
#@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"
|