blob: 95cb307b645b5098055ee6f3078fb88e1105209f [file] [log] [blame]
P.K.Lee8cb21e72022-01-19 11:00:01 +08001FILESEXTRAPATHS:prepend:s6q := "${THISDIR}/${PN}:"
2SRC_URI:append:s6q = " file://power-config-host0.json"
3
4do_install:append:s6q() {
5 install -m 0755 -d ${D}/${datadir}/${BPN}
6 install -m 0644 ${WORKDIR}/power-config-host0.json ${D}${datadir}/${BPN}
7}