blob: 1dba2ec35b6bbe30b50b04d67c756eeace2361d5 [file] [log] [blame]
George Hungd60e1812020-05-21 21:16:27 +08001FILESEXTRAPATHS_prepend_gbs := "${THISDIR}/${PN}:"
2SRC_URI_append_gbs = " file://config.json"
3FILES_${PN}_append_gbs = " ${datadir}/binaryblob/config.json"
4
5do_install_append_gbs() {
6 install -d ${D}${datadir}/binaryblob/
7 install ${WORKDIR}/config.json ${D}${datadir}/binaryblob/config.json
8}