summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@intel.com>2022-01-07 00:50:19 +0300
committerJason M. Bills <jason.m.bills@intel.com>2022-01-14 22:27:54 +0300
commit1fc0d70f658da30091bcd49f9bf29aecd6b99ba7 (patch)
tree0b45c3beaa9874facc4ed1a2395a31e42be0135d /meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
parent32777eec25d2c527a62e5ffab90a3dfef35855aa (diff)
downloadopenbmc-1fc0d70f658da30091bcd49f9bf29aecd6b99ba7.tar.xz
Update to internal 0.86
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend b/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
index ed29c89df..1273ebb29 100644
--- a/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
+++ b/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
@@ -1,12 +1,15 @@
# Enable downstream autobump
SRC_URI = "git://github.com/openbmc/webui-vue.git"
-SRCREV = "6a192d526c9efebf7a614a9aa473eee62e555fc5"
+SRCREV = "2a2e1021f48e2a939859ba7f4ae86c5de6df5655"
FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
SRC_URI += " \
- file://0001-Undo-the-unrelated-package-changes-from-the-axios-up.patch \
+ file://login-company-logo.svg \
+ file://logo-header.svg \
"
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
}