[PATCH openbmc] Pin host-ipmi-hw-example to a specific Git SRCREV

OpenBMC Patches openbmc-patches at stwcx.xyz
Fri May 27 06:20:34 AEST 2016


From: Rick Altherr <raltherr at google.com>

AUTOREV assumes you can reach the remote repository to lookup the most
recent commit.  When setting up a hermetic build, that will fail even
though a local mirror tarball exists.  Pinning the recipe to a specific
revision skips the lookup and just checks out the specified commit from
the local mirror tarball.

Change-Id: I05cfa67dfcd321ff28a93453df5ce1c82666e6c1
Signed-off-by: Rick Altherr <raltherr at google.com>
---
 .../common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
index ac901d3..13b07ad 100644
--- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
+++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb
@@ -11,7 +11,7 @@ inherit obmc-phosphor-host-ipmi-hw
 
 S = "${WORKDIR}/git"
 SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git"
-SRCREV="${AUTOREV}"
+SRCREV="2f9ee83356fba3f6f843bf2584f3e7e95763ec98"
 
 SCRIPT_NAME = "ipmi_debug.py"
 INSTALL_NAME = "host-ipmi-hw"
-- 
2.8.3




More information about the openbmc mailing list