mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-27 15:09:10 +00:00
This adds a facility to define multiple supported BSPs with their own preferences for individual components, as well as lets machine configs specify conditional configurations for different BSPs. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
15 lines
356 B
PHP
15 lines
356 B
PHP
require conf/machine/include/ti-soc.inc
|
|
SOC_FAMILY:append = ":omapl138"
|
|
|
|
require conf/machine/include/arm/armv5/tune-arm926ejs.inc
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
require conf/machine/include/ti-bsp.inc
|
|
|
|
EXTRA_IMAGEDEPENDS += "virtual/bootloader"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image-zimage"
|
|
|
|
MACHINE_FEATURES = "serial usbhost usbgadget alsa"
|