From f9dc0d2d2cc5f284ce838578814a8b830fe75af9 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 25 Oct 2023 12:48:24 -0600 Subject: core-image-ptest-fast: Restrict microblaze from building qemu and bcrypt Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 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 423663fa..e748c9e4 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 @@ -10,6 +10,6 @@ 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" +PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest python3-bcrypt qemu" +PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest python3-bcrypt qemu" -- cgit v1.2.3-54-g00ecf