summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-11 14:48:59 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-13 23:31:51 -0600
commitfc3a7a38c0ebf076c4c0217998a1144f6daa371e (patch)
treea247b9e04bba71c864fde97a08cc707804a9c6f5 /meta-xilinx-core
parentdc5b5449426ffe255399cd4835ceb998b71f8fd0 (diff)
downloadmeta-xilinx-fc3a7a38c0ebf076c4c0217998a1144f6daa371e.tar.gz
core-image-ptest-fast: Add zynq and microblaze limitations
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-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