11 lines
301 B
Plaintext
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
|
|
}
|