commit | 1be0a661fce2d8d1ea3b19c9ecfb649f43ce6f01 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Feb 17 14:07:00 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Feb 17 14:08:29 2021 -0800 |
tree | c38a69ef9487285a6fc4e0970cc4b4003954300a | |
parent | 161dad013542f79910064b2c083f0c12eafa7fea [diff] [blame] |
meta-google: obmc-phosphor-image: Add NCSI when specified Change-Id: Id15f7bb08f08da3cfdef24c0c38a42caffdb70c0 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend index 917a03c..37655b9 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_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"}'