<p>Gergely Kiss has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22983">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tianocore: fix Makefile to be able to build a custom revision or branch<br><br>Kconfig variables TIANOCORE_REVISION and TIANOCORE_REVISION_ID<br>do not have an effect without this fix, the build process would<br>checkout the hard-coded stable hash even if these variables are set.<br><br>Change-Id: I9711a370eeade3cba0a9e127deb3d96d82adc512<br>Signed-off-by: Gergely Kiss <mail.gery@gmail.com><br>---<br>M payloads/external/tianocore/Makefile<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/22983/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile</span><br><span>index ade0be8..c942d30e 100644</span><br><span>--- a/payloads/external/tianocore/Makefile</span><br><span>+++ b/payloads/external/tianocore/Makefile</span><br><span>@@ -19,6 +19,7 @@</span><br><span> STABLE_COMMIT_ID=315d9d08fd77db1024ccc5307823da8aaed85e2f</span><br><span> TAG-$(CONFIG_TIANOCORE_MASTER)=origin/master</span><br><span> TAG-$(CONFIG_TIANOCORE_STABLE)=$(STABLE_COMMIT_ID)</span><br><span style="color: hsl(120, 100%, 40%);">+TAG-$(CONFIG_TIANOCORE_REVISION)=$(CONFIG_TIANOCORE_REVISION_ID)</span><br><span> </span><br><span> project_name=Tianocore</span><br><span> project_dir=$(CURDIR)/tianocore</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/22983">change 22983</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22983"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I9711a370eeade3cba0a9e127deb3d96d82adc512 </div>
<div style="display:none"> Gerrit-Change-Number: 22983 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Gergely Kiss <mail.gery@gmail.com> </div>