diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-25 12:45:54 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-25 12:45:57 -0600 |
| commit | 7d7a919f5f3ac950b976df98f27b803d14e0fd30 (patch) | |
| tree | 35da216265069d729e92c653e9c2ab373f84e5b3 | |
| parent | 736f05700207d713af7335d2673d5701b4a72b0a (diff) | |
| download | meta-xilinx-7d7a919f5f3ac950b976df98f27b803d14e0fd30.tar.gz | |
zynqmp-generic: Ensure qemu-devicetrees is install for qemu usage
testimage requires qemu, qemu requires qemu-devicetrees:do_deploy. Adjust
the dependencies to specifically list do_deploy and not the authomatic
do_install.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynqmp-generic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf index b60014df..b1365e5f 100644 --- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf | |||
| @@ -75,7 +75,7 @@ EXTRA_IMAGEDEPENDS += " \ | |||
| 75 | arm-trusted-firmware \ | 75 | arm-trusted-firmware \ |
| 76 | virtual/boot-bin \ | 76 | virtual/boot-bin \ |
| 77 | virtual/bootloader \ | 77 | virtual/bootloader \ |
| 78 | qemu-devicetrees \ | 78 | qemu-devicetrees:do_deploy \ |
| 79 | u-boot-xlnx-uenv \ | 79 | u-boot-xlnx-uenv \ |
| 80 | u-boot-xlnx-scr \ | 80 | u-boot-xlnx-scr \ |
| 81 | " | 81 | " |
