summaryrefslogtreecommitdiff
path: root/meta-ibm/conf
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2023-05-16 07:56:32 +0300
committerAndrew Jeffery <andrew@aj.id.au>2023-05-17 02:50:09 +0300
commit83004aa9102e8763113feafcc59cc1ffacdc99dd (patch)
tree451b8e3bb8d08bf1d649d8975884c4cde04399c9 /meta-ibm/conf
parentbc3b2809d1db45414c03662090c902d4765eaf21 (diff)
downloadopenbmc-83004aa9102e8763113feafcc59cc1ffacdc99dd.tar.xz
meta-ibm: witherspoon: Set QB_DEFAULT_FSTYPE for use of UBI
Witherspoon uses UBI instead of static partitioning for flash management, so make sure the qemu helper script can find the flash image. Tested: Reached a login prompt with `runqemu nographic slirp`. Change-Id: I513d0a5b878c553456d70bef25adedfa25bf9c90 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'meta-ibm/conf')
-rw-r--r--meta-ibm/conf/machine/witherspoon.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/conf/machine/witherspoon.conf b/meta-ibm/conf/machine/witherspoon.conf
index b1d9ca2a0b..9b8e3f1eb2 100644
--- a/meta-ibm/conf/machine/witherspoon.conf
+++ b/meta-ibm/conf/machine/witherspoon.conf
@@ -38,5 +38,6 @@ PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \
IMAGE_FEATURES:remove = "obmc-ikvm"
+QB_DEFAULT_FSTYPE:witherspoon = "ubi.mtd"
QB_MACHINE:witherspoon = "-machine witherspoon-bmc"
QB_MEM:witherspoon = "-m 512"