blob: cc3eb1e199fbfd529155c288df0929c411821785 [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 Hung27e1d942020-08-13 14:23:12 +08006SRCREV_gbs = "1670af57eee1d33018665cb1bce9ae5ed28470cd"
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 "