summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-06-09 19:23:37 +0300
committerNikita Kosenkov <NKosenkov@IBS.RU>2022-06-14 13:37:17 +0300
commitaea4b508a1d45c02288fb18556ccba84fa40a541 (patch)
tree2b86d5603168cf80ddaaa72d4caa7fd3dd7e7165
parent29d3a6ba526f193e57ca81724b5729b64ecd7552 (diff)
downloadopenbmc-aea4b508a1d45c02288fb18556ccba84fa40a541.tar.xz
IBS: .env.ibs
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila12
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue_%.bbappend5
2 files changed, 2 insertions, 15 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila
deleted file mode 100644
index 31898019b1..0000000000
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila
+++ /dev/null
@@ -1,12 +0,0 @@
-NODE_ENV=production
-VUE_APP_ENV_NAME="ibs"
-VUE_APP_COMPANY_NAME="IBS"
-VUE_APP_GUI_NAME="BMC System Management"
-VUE_APP_SUBSCRIBE_SOCKET_DISABLED="true"
-VUE_APP_SWITCH_TO_BACKUP_IMAGE_DISABLED="true"
-VUE_APP_MODIFY_SSH_POLICY_DISABLED="true"
-VUE_APP_VIRTUAL_MEDIA_LIST_ENABLED="true"
-CUSTOM_STYLES="true"
-CUSTOM_APP_NAV="true"
-CUSTOM_STORE="true"
-CUSTOM_ROUTER="true"
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue_%.bbappend b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue_%.bbappend
index b1c8817491..e7345a0bae 100644
--- a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue_%.bbappend
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue_%.bbappend
@@ -7,10 +7,9 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
SRC_URI = "git://git@git.sila.ru/srv/pub/scm/git/openbmc/webui-vue.git;branch=sila;protocol=ssh"
-SRCREV = "8e28cb0767505074daabf772344f50f251b821d8"
+SRCREV = "11cc9ce2957d85b6f716dee68888a232cd57391f"
SRC_URI += "\
- file://.env.sila \
file://favicon.ico \
file://login-company-logo.svg \
file://logo-header.svg \
@@ -19,7 +18,7 @@ SRC_URI += "\
"
do_update_logo () {
- cp ${WORKDIR}/.env.sila ${S}/.env
+ mv ${S}/.env.ibs ${S}/.env
cp ${WORKDIR}/favicon.ico \
${S}/public/.