mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
16 lines
385 B
PHP
16 lines
385 B
PHP
SOC_FAMILY = "omap3"
|
|
require conf/machine/include/soc-family.inc
|
|
|
|
require conf/machine/include/tune-cortexa8.inc
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
|
|
# Increase this everytime you change something in the kernel
|
|
MACHINE_KERNEL_PR = "r121"
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
UBOOT_ENTRYPOINT = "0x80008000"
|
|
UBOOT_LOADADDRESS = "0x80008000"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot x-load"
|
|
|