summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/chassis/obmc-pcie-detect.bb
blob: b0709587ad497e8de5a7b0f56a803e372be1e8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "OpenBMC PCIE slot detection utility"
DESCRIPTION = "OpenBMC PCIE slot detection utility."
PR = "r1"

inherit skeleton-gdbus
inherit obmc-phosphor-systemd

SKELETON_DIR = "pciedetect"

TMPL = "pcie-slot-detect@.service"
TGTFMT = "obmc-host-start@{0}.target"
INSTFMT = "pcie-slot-detect@{0}.service"
FMT = "../${TMPL}:${TGTFMT}.wants/${INSTFMT}"

SYSTEMD_SERVICE_${PN} += "pcie-slot-detect@.service"
SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}"
OpenPOWER on IntegriCloud