summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend b/meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend
index fd3a3c11..423663fa 100644
--- a/meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend
+++ b/meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend
@@ -3,3 +3,13 @@ QB_MEM:microblaze = "-m 2G"
3QB_MEM:zynq = "-m 1G" 3QB_MEM:zynq = "-m 1G"
4QB_MEM:zynqmp = "-m 4G" 4QB_MEM:zynqmp = "-m 4G"
5QB_MEM:versal = "-m 16G" 5QB_MEM:versal = "-m 16G"
6
7# Zynq can't build qemu-xilinx or it's ptests
8PTESTS_FAST:remove:zynq = "qemu-ptest"
9PTESTS_PROBLEMS:append:zynq = " qemu-ptest"
10
11# Microblaze has some limitations
12# graphics is the primary one, bluez5 requires graphics support by default
13PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest"
14PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest"
15