summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
blob: eec3999f2c23a00aec9a40fe52a1830f8cd9b303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append = " \
	file://occ_sensors.hardcoded.yaml \
	file://hwmon_sensors.hardcoded.yaml \
	file://channel.yaml \
	"

# System-specific sensors
SRC_URI_append_witherspoon = " \
	file://witherspoon_hwmon_sensors.hardcoded.yaml \
	"

EXTRA_OECONF_append = " \
        CHANNEL_YAML_GEN=${WORKDIR}/channel.yaml \
        "