diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-25 12:44:27 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-25 12:44:34 -0600 |
| commit | 736f05700207d713af7335d2673d5701b4a72b0a (patch) | |
| tree | d46dbd54424e0ac8b7de5ef95f78e230ad98e30d | |
| parent | 268386081117829b072ea9100d7ee7a7384a1a1f (diff) | |
| download | meta-xilinx-736f05700207d713af7335d2673d5701b4a72b0a.tar.gz | |
versal-generic: Fix testimage
qemu-devicetrees and the extracted cdo are required for QEMU booting. These
are only populated after do_deploy, so make sure our dependency clearly
depends on do_deploy and not the (automatic) do_install.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/conf/machine/versal-generic.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf index f87dc140..9fab8875 100644 --- a/meta-xilinx-core/conf/machine/versal-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-generic.conf | |||
| @@ -63,8 +63,8 @@ EXTRA_IMAGEDEPENDS += " \ | |||
| 63 | virtual/psm-firmware \ | 63 | virtual/psm-firmware \ |
| 64 | virtual/plm \ | 64 | virtual/plm \ |
| 65 | u-boot-xlnx-scr \ | 65 | u-boot-xlnx-scr \ |
| 66 | qemu-devicetrees \ | 66 | qemu-devicetrees:do_deploy \ |
| 67 | virtual/cdo \ | 67 | virtual/cdo:do_deploy \ |
| 68 | " | 68 | " |
| 69 | 69 | ||
| 70 | IMAGE_BOOT_FILES += " \ | 70 | IMAGE_BOOT_FILES += " \ |
