blob: 3b1ee174491039d4a72fc00141e49112eb35bef1 [file] [log] [blame]
Willy Tua38b7cc2021-08-10 15:33:55 -07001FILESEXTRAPATHS:prepend:gsj := "${THISDIR}/${PN}:"
2SRC_URI:append:gsj = " file://config.txt"
Brandon Kim2af6b9f2021-04-28 21:53:04 -07003
Willy Tua38b7cc2021-08-10 15:33:55 -07004FILES:${PN}:append:gsj = " ${datadir}/mac-address/config.txt"
Brandon Kim2af6b9f2021-04-28 21:53:04 -07005
Willy Tua38b7cc2021-08-10 15:33:55 -07006do_install:append:gsj() {
Brandon Kim2af6b9f2021-04-28 21:53:04 -07007 install -d ${D}${datadir}/mac-address
8 install -m 0644 -D ${WORKDIR}/config.txt \
9 ${D}${datadir}/mac-address/config.txt
10}