blob: e9f63b7190a1176d6b9b4577194c5f5d72abdd60 [file] [log] [blame]
require ccsp_common_filogic.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI_append = " \
file://cr-deviceprofile_filogic.xml \
"
do_install_append() {
# Config files and scripts
install -m 644 ${WORKDIR}/cr-deviceprofile_filogic.xml ${D}/usr/ccsp/cr-deviceprofile.xml
install -m 644 ${WORKDIR}/cr-deviceprofile_filogic.xml ${D}/usr/ccsp/cr-ethwan-deviceprofile.xml
}
LDFLAGS_append_dunfell = " -lpthread -lbreakpadwrapper"