summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
blob: a80a6d42dd6c2d2eea2451a232a4b0aafe96b4d7 (plain)
1
2
3
4
5
6
7
8
FILESEXTRAPATHS:prepend:intel := "${THISDIR}/${PN}:"

SRC_URI:append:intel = " file://config.json"

do_compile:prepend:intel() {
        cp -r ${WORKDIR}/config.json ${S}/
}