blob: 5973cdf1489c3c4250ceed9b87e1e310ed0521f1 [file] [log] [blame]
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +00001FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
2
3SRC_URI += "\
Hieu Huynhb953dc92022-09-12 18:35:36 +07004 file://mtmitchell_gpio_defs.json \
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +00005 "
6
7do_install:append() {
8 install -d ${D}${sysconfdir}/default/obmc/gpio/
Hieu Huynhb953dc92022-09-12 18:35:36 +07009 install -m 0644 ${WORKDIR}/mtmitchell_gpio_defs.json ${D}/${sysconfdir}/default/obmc/gpio/gpio_defs.json
Chanh Nguyen2fc68eb2022-04-28 09:11:28 +000010}