diff options
| -rw-r--r-- | meta-xilinx-core/recipes-core/images/core-image-ptest-fast.bbappend | 10 |
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" | |||
| 3 | QB_MEM:zynq = "-m 1G" | 3 | QB_MEM:zynq = "-m 1G" |
| 4 | QB_MEM:zynqmp = "-m 4G" | 4 | QB_MEM:zynqmp = "-m 4G" |
| 5 | QB_MEM:versal = "-m 16G" | 5 | QB_MEM:versal = "-m 16G" |
| 6 | |||
| 7 | # Zynq can't build qemu-xilinx or it's ptests | ||
| 8 | PTESTS_FAST:remove:zynq = "qemu-ptest" | ||
| 9 | PTESTS_PROBLEMS:append:zynq = " qemu-ptest" | ||
| 10 | |||
| 11 | # Microblaze has some limitations | ||
| 12 | # graphics is the primary one, bluez5 requires graphics support by default | ||
| 13 | PTESTS_FAST:remove:microblaze = "pango-ptest wayland-ptest qemu-ptest bluez5-ptest" | ||
| 14 | PTESTS_PROBLEMS:append:microblaze = " pango-ptest wayland-ptest qemu-ptest bluez5-ptest" | ||
| 15 | |||
