summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Fair <benjaminfair@google.com>2022-10-19 01:28:32 +0300
committerBenjamin Fair <benjaminfair@google.com>2022-10-25 23:22:08 +0300
commitfdb50c1fd846af6b08ad67274386b427fc9c6213 (patch)
treea81808cc7f5e12506ff5f07ba4c7efa23fa3c59b
parentd9705ce90cda3cf056e32d00e941012e3c9fbf80 (diff)
downloadopenbmc-fdb50c1fd846af6b08ad67274386b427fc9c6213.tar.xz
meta-google: gbmc.conf: require versions of npcm8xx boot images
These specific versions are needed to boot on Google hardware, so override the defaults. Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I200ed7e281868b6bb2ba08129fc122b55d754848
-rw-r--r--meta-google/conf/distro/gbmc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-google/conf/distro/gbmc.conf b/meta-google/conf/distro/gbmc.conf
index 7b5ca3d963..805380be01 100644
--- a/meta-google/conf/distro/gbmc.conf
+++ b/meta-google/conf/distro/gbmc.conf
@@ -33,3 +33,6 @@ OBMC_ORG_YAML_SUBDIRS += " com/google"
# Force the patches to not have any fuzz for gBMC
ERROR_QA:append = " patch-fuzz"
+
+REQUIRED_VERSION_npcm8xx-igps-native = "03.07.02-Google"
+REQUIRED_VERSION_npcm8xx-tip-fw = "0.4.5.0.3.4-GOOGLE"