From 64926476aa88cb7293adcd8f232e75f088934ad1 Mon Sep 17 00:00:00 2001 From: Murali Karicheri Date: Tue, 29 Jan 2013 12:14:57 -0500 Subject: keystone: update kernel and bootloaders recipes for mcsdk alpha7 release Signed-off-by: Murali Karicheri Signed-off-by: Denys Dmytriyenko --- conf/machine/include/keystone.inc | 3 ++- recipes-bsp/boot-monitor/boot-monitor_git.bb | 8 ++++---- recipes-bsp/u-boot/u-boot_2013.01.bb | 4 ++-- recipes-kernel/linux/linux-keystone_3.6.6.bb | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc index df9318a0..b77bccdf 100644 --- a/conf/machine/include/keystone.inc +++ b/conf/machine/include/keystone.inc @@ -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" diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index dc4d71e7..c8a022a5 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb @@ -7,20 +7,20 @@ BOOT_MONITOR_BINARY ?= "skern.bin" BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" BOOT_MONITOR_MAKE_TARGET ?= "all" -LIC_FILES_CHKSUM = "file://COPYING;md5=b676661788f8c0f8cdeafd2a39467cae" +LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" COMPATIBLE_MACHINE = "keystone-evm" -SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}" PV = "1.0" -PR = "r0+gitr${SRCPV}" +PR = "r1+gitr${SRCPV}" BRANCH = "master" S = "${WORKDIR}/git" -SRCREV = "b8014b69e8c7e981e8bc3e067a9d990e2bb603ba" +SRCREV = "DEV.MCSDK-03.00.00.07" do_compile () { unset LDFLAGS diff --git a/recipes-bsp/u-boot/u-boot_2013.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb index ee443b06..b9e6dafa 100644 --- a/recipes-bsp/u-boot/u-boot_2013.01.bb +++ b/recipes-bsp/u-boot/u-boot_2013.01.bb @@ -8,13 +8,13 @@ COMPATIBLE_MACHINE = "keystone" PACKAGE_ARCH = "${MACHINE_ARCH}" -PR = "r1+gitr${SRCPV}" +PR = "r2+gitr${SRCPV}" SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}" BRANCH = "master" -SRCREV = "DEV.MCSDK-03.00.00.06" +SRCREV = "DEV.MCSDK-03.00.00.07" EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' diff --git a/recipes-kernel/linux/linux-keystone_3.6.6.bb b/recipes-kernel/linux/linux-keystone_3.6.6.bb index 2aa83e6d..4dd5d15c 100644 --- a/recipes-kernel/linux/linux-keystone_3.6.6.bb +++ b/recipes-kernel/linux/linux-keystone_3.6.6.bb @@ -7,7 +7,7 @@ MACHINE_KERNEL_PR_append = "a" CORTEXA8FIXUP = "no" # The tree tends to rebase, use literal stable tags -SRCREV = "DEV.MCSDK-03.00.00.06" +SRCREV = "DEV.MCSDK-03.06.06.07" SRC_URI = "git://arago-project.org/git/projects/linux-keystone.git;protocol=git \ file://defconfig \ -- cgit v1.2.3-54-g00ecf