summaryrefslogtreecommitdiff
path: root/meta-google/recipes-phosphor/images
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-05 09:56:26 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-09 02:02:26 +0300
commit3b3c40fd23ce19ed5b15edd36cf11b18cbdf94e9 (patch)
tree71a3a93f6c1fd8392fc40444d9c98f0a67dd1b5e /meta-google/recipes-phosphor/images
parent027c05505532d5cd7d21c14a9add2e4daa711710 (diff)
downloadopenbmc-3b3c40fd23ce19ed5b15edd36cf11b18cbdf94e9.tar.xz
meta-google: gbmc-mac-config: Add package
This package allows a system to specify an IPMI FRU that contains MAC Address information used to populated MAC addresses for specified interfaces. Change-Id: I457d41509da0e63db4410937b84140d4ba410b41 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-phosphor/images')
-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 37655b98f..520aeeb19 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -8,3 +8,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"}'
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \
+ '${@"" if not d.getVar("GBMC_MAC_EEPROM_OF_NAME") else " gbmc-mac-config"}'