10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
|
|
FILESEXTRAPATHS:prepend:s6q := "${THISDIR}/${PN}:"
|
||
|
|
|
||
|
|
SRC_URI:append:s6q = " file://led-group-config.json"
|
||
|
|
|
||
|
|
PACKAGECONFIG:append:s6q = " use-lamp-test"
|
||
|
|
|
||
|
|
do_install:append:s6q() {
|
||
|
|
install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
|
||
|
|
}
|