summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/chassis/obmc-pcie-detect.bb
blob: 7af067ffbc3c8a59b31c03c8d68a7e900c07fcea (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-chassis-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