commit | f719e1b37cff7c6a0301be014c8cd4b51a09b960 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Mon Mar 07 15:39:46 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Mon Mar 07 15:39:46 2016 -0600 |
tree | da7ea4b73c1ea25371e71f5c7c329454f6ebb8f4 | |
parent | b182f7b07220bc99de62da709c3d6141ab3916cc [diff] | |
parent | ab4b8c83d698e80050489873779ba06ae16f25b8 [diff] |
Merge pull request #204 from anoo1/uboot Use commit number instead of autorev for u-boot
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 c8ae846..bfbdcf6 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 @@ # 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 80715e7..6070fbf 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 @@ # 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}"