summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-mitchell/recipes-phosphor/skeleton/obmc-libobmc-intf_%.bbappend
blob: 5973cdf1489c3c4250ceed9b87e1e310ed0521f1 (plain)
1
2
3
4
5
6
7
8
9
10
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
}