summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-05-20 13:53:06 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-05-21 02:33:43 +0300
commite60f2ac8edee81330272e495efad5b77c770d0f2 (patch)
tree73d664e59c7aa118ba46b3ededb42839119f81db /meta-quanta/meta-gbs/recipes-gbs
parent6713180219e84e3ce2ad9767d6f79447fdb6bb0a (diff)
downloadopenbmc-e60f2ac8edee81330272e495efad5b77c770d0f2.tar.xz
meta-quanta: gbs: add the virtual provider for gbs-bios-update
Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I032031d25b0755611e870c779792844ef87d9e57
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-gbs')
-rw-r--r--meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/gbs-bios-update.bb3
1 files changed, 3 insertions, 0 deletions
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 32b9d512b..0ea731c35 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 += "systemd"
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 \