Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://led-group-config.json"
|
||||
|
||||
PACKAGECONFIG:append = " use-lamp-test"
|
||||
|
||||
do_install:append() {
|
||||
install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
|
||||
}
|
||||
Reference in New Issue
Block a user