commit | e60f2ac8edee81330272e495efad5b77c770d0f2 | [log] [tgz] |
---|---|---|
author | George Hung <george.hung@quantatw.com> | Thu May 20 18:53:06 2021 +0800 |
committer | George Hung <george.hung@quantatw.com> | Thu May 20 23:33:43 2021 +0000 |
tree | 73d664e59c7aa118ba46b3ededb42839119f81db | |
parent | 6713180219e84e3ce2ad9767d6f79447fdb6bb0a [diff] |
meta-quanta: gbs: add the virtual provider for gbs-bios-update Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I032031d25b0755611e870c779792844ef87d9e57
diff --git a/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb b/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb index 32b9d51..0ea731c 100644 --- a/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb +++ b/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb
@@ -12,6 +12,9 @@ DEPENDS += "phosphor-ipmi-flash" RDEPENDS_${PN} += "bash" +PROVIDES += "virtual/bios-update" +RPROVIDES_${PN} += "virtual/bios-update" + SRC_URI += " file://bios-verify.sh \ file://bios-update.sh \ file://phosphor-ipmi-flash-bios-verify.service \