blob: f4021e929cccffd968b24faba4f601c0f0ca025d [file] [log] [blame]
George Liudd6464e2021-08-07 10:09:52 +08001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
George Liuda357ce2020-05-26 17:58:01 +08002
3SRC_URI += "file://led-group-config.json"
4
George Liudd6464e2021-08-07 10:09:52 +08005PACKAGECONFIG:append = " use-json use-lamp-test"
George Liuda357ce2020-05-26 17:58:01 +08006
George Liudd6464e2021-08-07 10:09:52 +08007do_install:append() {
George Liuda357ce2020-05-26 17:58:01 +08008 install -m 0644 ${WORKDIR}/led-group-config.json ${D}${datadir}/phosphor-led-manager/
9}