Lei YU | 05e5f0b | 2021-08-12 11:08:52 +0800 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
John Wang | 000fd96 | 2020-09-30 13:38:12 +0800 | [diff] [blame] | 2 | |
| 3 | SRC_URI += " file://power-config-host0.json" |
| 4 | |
Lei YU | 05e5f0b | 2021-08-12 11:08:52 +0800 | [diff] [blame] | 5 | do_install:append() { |
John Wang | 20f26da | 2020-12-29 14:35:11 +0800 | [diff] [blame] | 6 | install -d ${D}/usr/share/x86-power-control/ |
John Wang | 000fd96 | 2020-09-30 13:38:12 +0800 | [diff] [blame] | 7 | install -m 0644 ${WORKDIR}/power-config-host0.json ${D}/usr/share/x86-power-control/ |
| 8 | } |
| 9 | |
| 10 | EXTRA_OECMAKE = "-DWITH_RESETBUTTON=OFF" |
| 11 | |