| commit | 169a3c48cbc50adb87282de8b5075781458efc1f | [log] [tgz] |
|---|---|---|
| author | Dan Zhang <zhdaniel@google.com> | Wed Jun 11 21:14:56 2025 +0000 |
| committer | Dan Zhang <zhdaniel@google.com> | Thu Jun 26 18:06:29 2025 -0700 |
| tree | 27758770257f3c3ab38211ee0661c780c792f433 | |
| parent | ef30faa347b2f12f27c6368ff7a5f28f95cdad07 [diff] |
flashupdate: Add libhoth dependency use libhoth talking to hoth to support bios key rotation Tested: Refer to bug comment Fusion-Link: http://fusion2/N/A Google-Bug-Id: 425993058 Change-Id: I3d2c282442fd07eff0071a627d36c6b4043ae630 Signed-off-by: Dan Zhang <zhdaniel@google.com>
diff --git a/recipes-google/flashtools/flashupdate_git.bb b/recipes-google/flashtools/flashupdate_git.bb index 4337486..8d3dc2c 100644 --- a/recipes-google/flashtools/flashupdate_git.bb +++ b/recipes-google/flashtools/flashupdate_git.bb
@@ -10,6 +10,7 @@ DEPENDS += "nlohmann-json" DEPENDS += "libcr51sign" DEPENDS += "flasher" +DEPENDS += "libhoth" PACKAGES =+ "lib${BPN}" FILES:lib${BPN} = "${libdir}/lib*${SOLIBS}"