Files
2026-04-23 17:07:55 +08:00

11 lines
301 B
Plaintext

FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
SRC_URI += "\
file://mtmitchell_gpio_defs.json \
"
do_install:append() {
install -d ${D}${sysconfdir}/default/obmc/gpio/
install -m 0644 ${WORKDIR}/mtmitchell_gpio_defs.json ${D}/${sysconfdir}/default/obmc/gpio/gpio_defs.json
}