From 83004aa9102e8763113feafcc59cc1ffacdc99dd Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Tue, 16 May 2023 14:26:32 +0930 Subject: 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 --- meta-ibm/conf/machine/witherspoon.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-ibm') 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" -- cgit v1.2.3