1538683f3SPotin LaiSUMMARY = "Phosphor LED Group Management for Bletchley"
2538683f3SPotin LaiPR = "r1"
3538683f3SPotin LaiLICENSE = "Apache-2.0"
4538683f3SPotin LaiLIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
5538683f3SPotin Lai
6538683f3SPotin Laiinherit native
7538683f3SPotin Lai
8538683f3SPotin LaiPROVIDES += "virtual/phosphor-led-manager-config-native"
9538683f3SPotin Lai
10538683f3SPotin LaiSRC_URI += "file://led.yaml"
11*42256e4bSPatrick Williams
1291a1cec2SAndrew GeisslerS = "${WORKDIR}/sources"
1391a1cec2SAndrew GeisslerUNPACKDIR = "${S}"
14538683f3SPotin Lai
15538683f3SPotin Lai# Copies example led layout yaml file
16538683f3SPotin Laido_install() {
17538683f3SPotin Lai    SRC=${S}
18538683f3SPotin Lai    DEST=${D}${datadir}/phosphor-led-manager
19538683f3SPotin Lai    install -D ${SRC}/led.yaml ${DEST}/led.yaml
20538683f3SPotin Lai}
21