summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/leds/phosphor-led-manager-config-example-native.bb
blob: 4b546d05ffd36ce2561c58d42aa4817f089d9f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "Phosphor LED Group Management with example data"
PR = "r1"

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