summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
blob: cc3eb1e199fbfd529155c288df0929c411821785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEPENDS_append_gbs = " gbs-yaml-config"

SRC_URI_remove_gbs = "git://github.com/openbmc/phosphor-host-ipmid"
SRC_URI_prepend_gbs = "git://github.com/quanta-bmc/phosphor-host-ipmid.git"

SRCREV_gbs = "1670af57eee1d33018665cb1bce9ae5ed28470cd"

FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
SRC_URI_append_gbs = " file://gbs-ipmid-whitelist.conf \
                       file://0063-Save-the-pre-timeout-interrupt-in-dbus-property.patch \
                     "

WHITELIST_CONF_gbs = "${WORKDIR}/gbs-ipmid-whitelist.conf"

EXTRA_OECONF_append_gbs = " --with-journal-sel \
     SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-sensors.yaml \
     FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-fru-read.yaml \
     "