summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-05-23 00:36:13 +0300
commit816146249ab44fb9e85f8dfd413e18e92a13842c (patch)
tree97df436faa8607f63dba853024879f467eea3054 /meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch
parent1bd1f086e0ecfc9017891b5b9a492446eda41095 (diff)
downloadopenbmc-816146249ab44fb9e85f8dfd413e18e92a13842c.tar.xz
Layers for SILA CP2-5422
Diffstat (limited to 'meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch')
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch b/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch
new file mode 100644
index 0000000000..e738dcae15
--- /dev/null
+++ b/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0001-Enable-vm-nbdproxy-option.patch
@@ -0,0 +1,47 @@
+From dd0744e05c5de4f4e7f462e6a1bf1da20cbee10d Mon Sep 17 00:00:00 2001
+From: kx <kx@radix.pro>
+Date: Tue, 10 May 2022 17:10:11 +0300
+Subject: [PATCH] Enable vm-nbdproxy option
+
+---
+ meson.build | 2 +-
+ meson_options.txt | 10 +++++-----
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index e8897b393..a38a20466 100644
+--- a/meson.build
++++ b/meson.build
+@@ -86,7 +86,7 @@ feature_map = {
+ 'static-hosting' : '-DBMCWEB_ENABLE_STATIC_HOSTING',
+ 'vm-websocket' : '-DBMCWEB_ENABLE_VM_WEBSOCKET',
+ 'xtoken-auth' : '-DBMCWEB_ENABLE_XTOKEN_AUTHENTICATION',
+- #'vm-nbdproxy' : '-DBMCWEB_ENABLE_VM_NBDPROXY',
++ 'vm-nbdproxy' : '-DBMCWEB_ENABLE_VM_NBDPROXY',
+ }
+
+ # Get the options status and build a project summary to show which flags are
+diff --git a/meson_options.txt b/meson_options.txt
+index d943222a4..799ebfc59 100644
+--- a/meson_options.txt
++++ b/meson_options.txt
+@@ -35,11 +35,11 @@ option(
+ # this interface, so for the moment this appears to be dead code; In leiu of
+ # removing it, it has been disabled to try to give those that use it the
+ # opportunity to upstream their backend implementation
+-#option(
+-# 'vm-nbdproxy',
+-# type: 'feature', value: 'disabled',
+-# description: 'Enable the Virtual Media WebSocket.'
+-#)
++option(
++ 'vm-nbdproxy',
++ type: 'feature', value: 'disabled',
++ description: 'Enable the Virtual Media WebSocket.'
++)
+
+ option(
+ 'rest',
+--
+2.35.1
+