summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native_git.bb
blob: 343a6e089b5e764687888af765eb7bd179ca2c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Phosphor LED Group Management with example data"
PR = "r1"
PV = "1.0+git${SRCPV}"

inherit native
require phosphor-led-manager.inc

PROVIDES += "virtual/phosphor-led-manager-config-native"

S = "${WORKDIR}/git"

# Copies example led layout yaml file
do_install() {
    SRC=${S}
    DEST=${D}${datadir}/phosphor-led-manager
    install -D ${SRC}/led.yaml ${DEST}/led.yaml
}
OpenPOWER on IntegriCloud