summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-02-18 01:07:00 +0300
committerWilliam A. Kennington III <wak@google.com>2021-02-18 01:08:29 +0300
commit1be0a661fce2d8d1ea3b19c9ecfb649f43ce6f01 (patch)
treec38a69ef9487285a6fc4e0970cc4b4003954300a /meta-google/recipes-phosphor
parent161dad013542f79910064b2c083f0c12eafa7fea (diff)
downloadopenbmc-1be0a661fce2d8d1ea3b19c9ecfb649f43ce6f01.tar.xz
meta-google: obmc-phosphor-image: Add NCSI when specified
Change-Id: Id15f7bb08f08da3cfdef24c0c38a42caffdb70c0 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-phosphor')
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 917a03c7b..37655b98f 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -6,3 +6,5 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-flash"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-systemd-config"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-iperf3"
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \
+ '${@"" if not d.getVar("GBMC_NCSI_IF_NAME") else " gbmc-ncsi-config"}'