From 1a34179d918709cbe57519269c3b5dcec72343c4 Mon Sep 17 00:00:00 2001 From: "Andrey V.Kosteltsev" Date: Thu, 9 Jun 2022 19:23:37 +0300 Subject: IBS: .env.ibs --- .../meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila | 12 ------------ .../recipes-phosphor/webui/webui-vue_%.bbappend | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/.env.sila 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/. -- cgit v1.2.3