blob: bf2986c47f112b304bf6516728b3e1d7f5ef36fb [file] [log] [blame]
George Hungfee51df2020-07-14 20:58:04 +08001DEPENDS_append_gbs = " gbs-yaml-config"
2
3SRC_URI_remove_gbs = "git://github.com/openbmc/phosphor-host-ipmid"
4SRC_URI_prepend_gbs = "git://github.com/quanta-bmc/phosphor-host-ipmid.git"
5
George Hungc1449692020-09-02 22:20:04 +08006SRCREV_gbs = "257ea262809c52e51f1f592e047d27125f0273b3"
George Hungfee51df2020-07-14 20:58:04 +08007
8FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
9SRC_URI_append_gbs = " file://gbs-ipmid-whitelist.conf \
10 file://0063-Save-the-pre-timeout-interrupt-in-dbus-property.patch \
11 "
12
13WHITELIST_CONF_gbs = "${WORKDIR}/gbs-ipmid-whitelist.conf"
14
15EXTRA_OECONF_append_gbs = " --with-journal-sel \
16 SENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-sensors.yaml \
17 FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-fru-read.yaml \
18 "