summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-google/conf/distro/gbmc.conf2
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend1
2 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 354c93991..0aca6318c 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -16,3 +16,5 @@ DISTRO_FEATURES_append = " ipmi-fru"
WATCHDOG_PKG ?= "watchdog"
SANITY_TESTED_DISTROS_append = " Debian-rodete \n debian-rodete \n "
+
+PREFERRED_PROVIDER_virtual/bmc-update ?= "inplace-gbmc-update"
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 2dd1c2b84..942dfc14c 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -22,3 +22,4 @@ OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " lrzsz"
# Add gBMC update recipes
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " dummy-gbmc-update"
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " virtual/bmc-update"