Skip to content

Commit

Permalink
phosphor-power: Add regsctl binary to image
Browse files Browse the repository at this point in the history
(From meta-phosphor rev: 7166750260457a7a4e051d8cba9c4d4a5e48a657)

Change-Id: I53e15eab24e494aec032efb77dadef18f764a9bf
Signed-off-by: Matthew Barth <[email protected]>
Signed-off-by: Andrew Geissler <[email protected]>
  • Loading branch information
msbarth authored and geissonator committed Apr 30, 2020
1 parent 15ef174 commit 33de4ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta-phosphor/recipes-phosphor/power/phosphor-power.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/phosphor-power"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI += "git://github.com/openbmc/phosphor-power"
SRCREV = "cd9ab087e6888796876df44e0fa998f1b5583877"
SRCREV = "32707088bf4eae60d0e16b4485768601a56d912c"
1 change: 1 addition & 0 deletions meta-phosphor/recipes-phosphor/power/phosphor-power_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ SYSTEMD_SERVICE_${PN}-regulators = "${REGS_SVC}"
FILES_${PN}-monitor = "${bindir}/psu-monitor"
FILES_${PN}-psu-monitor = "${bindir}/phosphor-psu-monitor ${datadir}/phosphor-psu-monitor"
FILES_${PN}-regulators = "${bindir}/phosphor-regulators ${datadir}/phosphor-regulators"
FILES_${PN}-regulators += "${bindir}/regsctl"
FILES_${PN}-sequencer = "${bindir}/pseq-monitor"
FILES_${PN}-utils = "${bindir}/psutils"

0 comments on commit 33de4ec

Please sign in to comment.