summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-25 12:48:24 -0600
committerMark Hatle <mark.hatle@amd.com>2023-10-25 12:48:24 -0600
commitf9dc0d2d2cc5f284ce838578814a8b830fe75af9 (patch)
tree0d5b335573d3ba36ecd4ddb70c987e86e8385484
parent5a0ce8508d9f15c6289d9461c9e4d6ce25c6a766 (diff)
downloadmeta-xilinx-f9dc0d2d2cc5f284ce838578814a8b830fe75af9.tar.gz
core-image-ptest-fast: Restrict microblaze from building qemu and bcrypt
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend4
1 files 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"
10 10
11# Microblaze has some limitations 11# Microblaze has some limitations
12# graphics is the primary one, bluez5 requires graphics support by default 12# graphics is the primary one, bluez5 requires graphics support by default
13PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest" 13PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest python3-bcrypt qemu"
14PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest" 14PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest python3-bcrypt qemu"
15 15