diff options
author | Rick Altherr <raltherr@google.com> | 2016-05-25 21:36:13 -0700 |
---|---|---|
committer | Rick Altherr <raltherr@google.com> | 2016-05-26 13:14:52 -0700 |
commit | 5852acf03fbfc1bdf2d21657812a74536c30d5ce (patch) | |
tree | b69cd917cf02091628e6fd4f7fd0fb993cd85a14 /meta-phosphor/common | |
parent | 265b0d55113d364554102d532177916741c8c379 (diff) | |
download | talos-openbmc-5852acf03fbfc1bdf2d21657812a74536c30d5ce.tar.gz talos-openbmc-5852acf03fbfc1bdf2d21657812a74536c30d5ce.zip |
Pin host-ipmi-hw-example to a specific Git SRCREV
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@google.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 ac901d359..13b07ad92 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" |