commit | c562347d8710ef5fa437ca6a0153e0219575231d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Jun 10 11:54:36 2022 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat Jun 11 11:52:17 2022 -0700 |
tree | 340f85ced0d963b046fe2d1129f198931db90e2e | |
parent | d99d91e7df77882a27ae89f4745fc63580a00662 [diff] [blame] |
meta-google: gbmc-update: Fix unpacking nested directories We don't actually store the firmware at a top-level directory, we expect it to be stored in a hierarchy of directories. Change-Id: I04eebb166d34616b346b401d1201574939cab60c Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-phosphor/flash/gbmc-update.bb b/meta-google/recipes-phosphor/flash/gbmc-update.bb index c0a3f7a..48f645e 100644 --- a/meta-google/recipes-phosphor/flash/gbmc-update.bb +++ b/meta-google/recipes-phosphor/flash/gbmc-update.bb
@@ -12,6 +12,7 @@ FILES:${PN} += "${datadir}/gbmc-br-dhcp" RDEPENDS:${PN} += "curl" +RDEPENDS:${PN} += "tar" do_install() { install -d ${D}${datadir}/gbmc-br-dhcp