# Enable downstream autobump SRC_URI = "git://github.com/openbmc/webui-vue.git" SRCREV = "f4328edf86b284fe8836717251ce6696670dbdd5" FILESEXTRAPATHS:append := "${THISDIR}/${PN}:" SRC_URI += " \ file://login-company-logo.svg \ file://logo-header.svg \ file://0001-Old-password-input-in-change-password-screen.patch \ " do_compile:prepend() { cp -vf ${S}/.env.intel ${S}/.env cp -vf ${WORKDIR}/login-company-logo.svg ${S}/src/assets/images cp -vf ${WORKDIR}/logo-header.svg ${S}/src/assets/images }