George Hung | fee51df | 2020-07-14 20:58:04 +0800 | [diff] [blame] | 1 | DEPENDS_append_gbs = " gbs-yaml-config" |
| 2 | |
| 3 | SRC_URI_remove_gbs = "git://github.com/openbmc/phosphor-host-ipmid" |
| 4 | SRC_URI_prepend_gbs = "git://github.com/quanta-bmc/phosphor-host-ipmid.git" |
| 5 | |
George Hung | c144969 | 2020-09-02 22:20:04 +0800 | [diff] [blame] | 6 | SRCREV_gbs = "257ea262809c52e51f1f592e047d27125f0273b3" |
George Hung | fee51df | 2020-07-14 20:58:04 +0800 | [diff] [blame] | 7 | |
| 8 | FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:" |
| 9 | SRC_URI_append_gbs = " file://gbs-ipmid-whitelist.conf \ |
| 10 | file://0063-Save-the-pre-timeout-interrupt-in-dbus-property.patch \ |
| 11 | " |
| 12 | |
| 13 | WHITELIST_CONF_gbs = "${WORKDIR}/gbs-ipmid-whitelist.conf" |
| 14 | |
| 15 | EXTRA_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 | " |