blob: 5973cdf1489c3c4250ceed9b87e1e310ed0521f1 [file] [log] [blame]
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
}