summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-07-18 13:23:51 +0300
committerJoel Stanley <joel@jms.id.au>2022-10-19 07:21:18 +0300
commitaef31cfcafcbbedb684de2c1129d6396517cec79 (patch)
tree5e1f72a8a1f8e63366e820250ba29c811303d3d7
parent95ca309f3bb31d218161a7860049f6740cd43222 (diff)
downloadopenbmc-aef31cfcafcbbedb684de2c1129d6396517cec79.tar.xz
ibm: romulus: Set QB_MACHINE
Romulus has a Qemu model called romulus-bmc. Change-Id: Iea41fc4fcfdb3cea8e2fb9dc286dfca2f304184f Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--meta-ibm/meta-romulus/conf/machine/romulus.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-ibm/meta-romulus/conf/machine/romulus.conf b/meta-ibm/meta-romulus/conf/machine/romulus.conf
index 5fe2a9b18d..46e42b638e 100644
--- a/meta-ibm/meta-romulus/conf/machine/romulus.conf
+++ b/meta-ibm/meta-romulus/conf/machine/romulus.conf
@@ -17,3 +17,6 @@ PHOSPHOR_MRW_REV = "14b471fbf37f5fb60261de001df83caf5f96d81f"
PREFERRED_PROVIDER_virtual/openpower-occ-control-config-native = "romulus-occ-control-config-native"
PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "romulus-led-manager-config-native"
PREFERRED_PROVIDER_virtual/phosphor-logging-callouts = "romulus-phosphor-logging-callouts-native"
+
+QB_MACHINE:romulus = "-machine romulus-bmc"
+QB_MEM:romulus = "-m 512"