summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google
diff options
context:
space:
mode:
authorYuxiao Zhang <yuxiaozhang@google.com>2023-12-14 04:38:28 +0300
committerYuxiao Zhang <yuxiaozhang@google.com>2023-12-15 21:18:11 +0300
commit1e52b833df3ffcfc4b83e114ee91d75f5e98c69e (patch)
treea6545f35a2b5fead6de85c2790ea85e0b041b40f /meta-google/recipes-google
parente519d6bc858d9a58b457827cf301d06c4c664b81 (diff)
downloadopenbmc-1e52b833df3ffcfc4b83e114ee91d75f5e98c69e.tar.xz
meta-google: google-ipmi-sys: rely on bare metal active recipes
gbmc-bare-metal-active target is separated out from google-ipmi-sys, this will pull the target from the new recipe. google-ipmi-sys: SRCREV bump f3fe8df305..1302e83cd8 Yuxiao Zhang (1): google-sys-ipmi: Remove gbmc-bare-metal-active target Change-Id: Idc4cdf045255d335e0583fc40fe3628df134c7d8 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
Diffstat (limited to 'meta-google/recipes-google')
-rw-r--r--meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
index a547d90bd3..2d9ead364d 100644
--- a/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
+++ b/meta-google/recipes-google/ipmi/google-ipmi-sys_git.bb
@@ -17,15 +17,18 @@ DEPENDS += " \
systemd \
"
+RDEPENDS:${PN} += " \
+ bare-metal-active \
+ "
+
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/google-ipmi-sys;branch=master;protocol=https"
-SRCREV = "f3fe8df305e41eccb6c56c71497660103d87b8ea"
+SRCREV = "1302e83cd81c5351d5f442c9d918ac5d4cc9f25b"
FILES:${PN} += "${libdir}/ipmid-providers"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} += " \
- gbmc-bare-metal-active.target \
gbmc-host-poweroff.target \
gbmc-psu-hardreset.target \
gbmc-psu-hardreset-pre.target \