mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
0d4418518a
This breaks the hard dependency on Angstrom for getting a sane set of recipes. The variable name is kept the same and the actual code moved from angstrom.inc to soc-family.inc to make it clear what it is doing and how. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
27 lines
708 B
PHP
27 lines
708 B
PHP
SOC_FAMILY = "ti816x"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
require conf/machine/include/tune-cortexa8.inc
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
|
|
|
|
# Increase this everytime you change something in the kernel
|
|
MACHINE_KERNEL_PR = "r2"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
UBOOT_ARCH = "arm"
|
|
UBOOT_MACHINE = "ti8168_evm_config"
|
|
UBOOT_ENTRYPOINT = "0x80008000"
|
|
UBOOT_LOADADDRESS = "0x80008000"
|
|
|
|
# Only build u-boot
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
|
|
# Ship all kernel modules
|
|
IMAGE_FSTYPES += "jffs2 tar.bz2"
|
|
EXTRA_IMAGECMD_jffs2 = "-lqn -e 128"
|
|
SERIAL_CONSOLE = "115200 ttyO2"
|
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet"
|