From fc3a7a38c0ebf076c4c0217998a1144f6daa371e Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 11 Jan 2023 14:48:59 -0800 Subject: core-image-ptest-fast: Add zynq and microblaze limitations Signed-off-by: Mark Hatle --- .../recipes-core/images/core-image-ptest-fast.bbappend | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" QB_MEM:zynq = "-m 1G" QB_MEM:zynqmp = "-m 4G" QB_MEM:versal = "-m 16G" + +# Zynq can't build qemu-xilinx or it's ptests +PTESTS_FAST:remove:zynq = "qemu-ptest" +PTESTS_PROBLEMS:append:zynq = " qemu-ptest" + +# Microblaze has some limitations +# graphics is the primary one, bluez5 requires graphics support by default +PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest" +PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest" + -- cgit v1.2.3-54-g00ecf