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 }