blob: cb4128a2f2a4274625ffb0eaeaa278b486a7d2fe [file] [log] [blame]
require recipes-ccsp/ccsp/ccsp_common_filogic.inc
do_install_append () {
# Test and Diagonastics XML
install -m 644 ${S}/config/TestAndDiagnostic_arm.XML ${D}/usr/ccsp/tad/TestAndDiagnostic.XML
install -m 644 ${S}/scripts/selfheal_reset_counts.sh ${D}/usr/ccsp/tad/selfheal_reset_counts.sh
install -m 0755 ${S}/scripts/selfheal_aggressive.sh ${D}/usr/ccsp/tad
}
EXTRA_OECONF_append_dunfell = " --with-ccsp-arch=arm"
FILES_${PN}-ccsp += " \
${prefix}/ccsp/tad/* \
/fss/gw/usr/ccsp/tad/* \
"