diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-11 14:48:59 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-13 23:31:51 -0600 |
| commit | fc3a7a38c0ebf076c4c0217998a1144f6daa371e (patch) | |
| tree | a247b9e04bba71c864fde97a08cc707804a9c6f5 | |
| parent | dc5b5449426ffe255399cd4835ceb998b71f8fd0 (diff) | |
| download | meta-xilinx-fc3a7a38c0ebf076c4c0217998a1144f6daa371e.tar.gz | |
core-image-ptest-fast: Add zynq and microblaze limitations
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -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 | |||
