1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-31 16:01:37 +00:00

keystone: update kernel and bootloaders recipes for mcsdk alpha7 release

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Murali Karicheri
2013-01-29 12:14:57 -05:00
committed by Denys Dmytriyenko
parent e5875d9052
commit a1934f3d95
4 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa15.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-keystone"
# Increase this everytime you change something in the kernel
MACHINE_KERNEL_PR = "r4"
MACHINE_KERNEL_PR = "r5"
KERNEL_IMAGETYPE = "uImage"
@@ -13,3 +13,4 @@ UBOOT_ENTRYPOINT = "0x80008000"
UBOOT_LOADADDRESS = "0x80008000"
EXTRA_IMAGEDEPENDS += "u-boot"
EXTRA_IMAGEDEPENDS += "boot-monitor"