Skip to content

Commit

Permalink
Fix IPMI SOL cannot work
Browse files Browse the repository at this point in the history
Ref: openbmc/phosphor-host-ipmid#174
Tested:
    (eth0/1) ipmitool -C 17 -H {BMC_IP} -U root -P 0penBmc sol activate/info
  • Loading branch information
Howard Chang committed Oct 17, 2024
1 parent cfa9761 commit acd75a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/xyz/openbmc_project/ipmi/sol/eth0:
- Interface: xyz.openbmc_project.Ipmi.SOL
Properties:
Privilege:
Default: 2
Enable:
Default: 'true'
Progress:
Default: 0
/xyz/openbmc_project/ipmi/sol/eth1:
- Interface: xyz.openbmc_project.Ipmi.SOL
Properties:
Privilege:
Default: 2
Enable:
Default: 'true'
Progress:
Default: 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FILESEXTRAPATHS:append := ":${THISDIR}/${PN}"
SRC_URI:append = " file://sol_default.override.yml"

0 comments on commit acd75a8

Please sign in to comment.