summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2023-02-09 03:40:59 +0300
committerAndrew Jeffery <andrew@aj.id.au>2023-02-14 06:01:34 +0300
commitae46d366ab6ec5f74cc3764c026d0b2625438460 (patch)
tree39090d320c88859eaecc72d0af62fd7527c811a5
parent0e992b61a64663a691b5497c69c14c67a4908070 (diff)
downloadopenbmc-ae46d366ab6ec5f74cc3764c026d0b2625438460.tar.xz
meta-ibm: p10bmc: Set FLASH_SIZE to exclude u-boot configurations
Explicitly set FLASH_SIZE to prevent SPI-flash related configurations being pulled into the build. Specifically this prevents the default value provided by meta-phosphor triggering the uboot-flash-32768 override. The override pulls the u-boot_flash_32M.cfg configuration into the build, breaking the environment handling for p10bmc machines which exclusively use eMMC. Change-Id: Ice0e2be27d5bd7ca207dcaf91ea311137fc55439 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
-rw-r--r--meta-ibm/conf/machine/p10bmc.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ibm/conf/machine/p10bmc.conf b/meta-ibm/conf/machine/p10bmc.conf
index a0ad416e59..6a6258ff77 100644
--- a/meta-ibm/conf/machine/p10bmc.conf
+++ b/meta-ibm/conf/machine/p10bmc.conf
@@ -80,3 +80,5 @@ QB_DEFAULT_FSTYPE:p10bmc="wic.qcow2"
QB_FSINFO = "wic:no-kernel-in-fs"
QB_DEFAULT_KERNEL:p10bmc="zImage"
QB_KERNEL_ROOT:p10bmc="PARTLABEL=rofs-a"
+
+FLASH_SIZE = "16777216"