blob: af2869b589305775ea6b9f4640ad7b0c0fe32881 [file] [log] [blame]
George Liudd6464e2021-08-07 10:09:52 +08001FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
George Liu42f37fd2021-06-28 14:09:34 +08002
3SRC_URI += "file://mctp"
4
George Liuffdf7b82021-08-12 08:58:31 +08005PACKAGECONFIG:append:fp5280g2 = " astlpc-raw-kcs"
6
George Liudd6464e2021-08-07 10:09:52 +08007do_install:append() {
George Liu42f37fd2021-06-28 14:09:34 +08008 install -d ${D}${sysconfdir}/default
9 install -m 0644 ${WORKDIR}/mctp ${D}${sysconfdir}/default/mctp
10}