summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-09-16 16:03:45 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2020-09-16 17:07:01 +0200
commit955351cf7a4cdae8d4c909437fe2379edaf9b8b3 (patch)
tree76c17cb949c537029c8cb48e8016844fe5e58966
parenta59d4c316cc19723439427704b9a735c8fb90039 (diff)
downloadDistroKit-955351cf7a4cdae8d4c909437fe2379edaf9b8b3.tar.gz
DistroKit-955351cf7a4cdae8d4c909437fe2379edaf9b8b3.tar.xz
reason: disable fixed-partitions check for qemu-mips
Cc: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
-rw-r--r--configs/bsp.ref7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/bsp.ref b/configs/bsp.ref
index 4118923..60dfe9e 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -13,5 +13,12 @@ ptxdist_debug_pci:
value: False
- value: True
+kernel_dtb_partitions:
+ description: |
+ A fixed-partitions node is needed for qemu on mips.
+ variants:
+ - condition: kconfig.PTXPlatformConfig()['ARCH_MIPS']
+ value: True
+ - value: False
# vim: filetype=yaml shiftwidth=2 expandtab