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

inherit native
inherit obmc-phosphor-utils
require phosphor-led-manager.inc

S = "${WORKDIR}/git"

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