From ab4b8c83d698e80050489873779ba06ae16f25b8 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Mon, 7 Mar 2016 14:29:56 -0600 Subject: Use commit number instead of autorev for u-boot Change the u-boot recipes from picking up the most recent commit to a specific commit (the most current one a of today) so that development can be done in u-boot without affecting the stability of the image. --- meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 2 +- meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb index c8ae84669..bfbdcf6f9 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ # We use the revision in order to avoid having to fetch it from the # repo during parse # SRCREV = "62c175fbb8a0f9a926c88294ea9f7e88eb898f6c" -SRCREV="${AUTOREV}" +SRCREV="4b44678c11ac82c7c797bb115e276181752ad54d" PV = "v2013.07+git${SRCPV}" diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb index 80715e7c1..6070fbf9c 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2013.07.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ # This revision corresponds to the tag "v2013.07" # We use the revision in order to avoid having to fetch it from the repo during parse -SRCREV = "${AUTOREV}" +SRCREV = "4b44678c11ac82c7c797bb115e276181752ad54d" PV = "v2013.07+git${SRCPV}" -- cgit v1.2.1