blob: e3e7e3d4462cd935cce6e4a5eb482267c05dc58e [file]
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://power-config-host0.json \
"
# Instead of enabling GPIO passthrough via the SCU (SCU70 - Bit 21), we will
# enable button passthrough in x86-power-control, as any pin that's being
# passthroughed in hardware can not be used once the SCU is being locked.
EXTRA_OEMESON:append = " \
-Dbutton-passthrough=enabled \
"
do_install:append() {
install -d ${D}/${datadir}/${PN}
install -m 0644 ${UNPACKDIR}/power-config-host0.json ${D}/${datadir}/${PN}
}