developer | cc441a0 | 2022-05-09 19:04:26 +0800 | [diff] [blame] | 1 | require ccsp_common_filogic.inc |
| 2 | |
developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 4 | |
| 5 | SRC_URI_append = " \ |
developer | cc441a0 | 2022-05-09 19:04:26 +0800 | [diff] [blame] | 6 | file://cr-deviceprofile_filogic.xml \ |
developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 7 | " |
| 8 | |
| 9 | do_install_append() { |
| 10 | # Config files and scripts |
developer | cc441a0 | 2022-05-09 19:04:26 +0800 | [diff] [blame] | 11 | install -m 644 ${WORKDIR}/cr-deviceprofile_filogic.xml ${D}/usr/ccsp/cr-deviceprofile.xml |
| 12 | install -m 644 ${WORKDIR}/cr-deviceprofile_filogic.xml ${D}/usr/ccsp/cr-ethwan-deviceprofile.xml |
developer | 15a4331 | 2022-04-12 11:23:23 +0800 | [diff] [blame] | 13 | } |
| 14 | |
| 15 | LDFLAGS_append_dunfell = " -lpthread -lbreakpadwrapper" |