mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-14 23:00:51 +00:00
10c6e29430
SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
24 lines
622 B
PHP
24 lines
622 B
PHP
SOC_FAMILY = "keystone"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
require conf/machine/include/tune-cortexa15.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-keystone"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-keystone"
|
|
|
|
# Increase this everytime you change something in the kernel
|
|
MACHINE_KERNEL_PR = "r6"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
UBOOT_MACHINE = "tci6638_evm_config"
|
|
|
|
UBOOT_ENTRYPOINT = "0x80008000"
|
|
UBOOT_LOADADDRESS = "0x80008000"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
EXTRA_IMAGEDEPENDS += "boot-monitor"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"
|