summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
blob: 9225fb36d8c3d4a01c0e3df9ddfa564b17b1e818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
PROJECT_SRC_DIR := "${THISDIR}/${PN}"

#SRC_URI += "git://github.com/openbmc/phosphor-host-ipmid"
SRCREV = "f93da667b58b67cf61d06dcc5862d9864c96d8e7"

SRC_URI += "file://phosphor-ipmi-host.service \
            file://0010-fix-get-system-GUID-ipmi-command.patch \
            file://0053-Fix-keep-looping-issue-when-entering-OS.patch \
            file://0059-Move-Set-SOL-config-parameter-to-host-ipmid.patch \
            file://0060-Move-Get-SOL-config-parameter-to-host-ipmid.patch \
            file://0063-Save-the-pre-timeout-interrupt-in-dbus-property.patch \
            file://0064-user_mgmt-Fix-for-user-privilege-race-condition.patch \
            "

EXTRA_OECONF:append = " --disable-i2c-whitelist-check"
EXTRA_OECONF:append = " --enable-transport-oem=yes"
EXTRA_OECONF:append = " --disable-boot-flag-safe-mode-support"
EXTRA_OECONF:append = " --disable-ipmi-whitelist"

RDEPENDS:${PN}:remove = "clear-once"

# remove the softpoweroff service since we do not need it
SYSTEMD_SERVICE:${PN}:remove = " \
    xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service"

SYSTEMD_LINK:${PN}:remove = " \
    ../xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service:obmc-host-shutdown@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
    "

do_compile:prepend(){
    cp -f ${PROJECT_SRC_DIR}/transporthandler_oem.cpp ${S}
}

do_install:append(){
    rm -f ${D}/${bindir}/phosphor-softpoweroff
    rm -f ${S}/transporthandler_oem.cpp
}