diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-21 13:02:30 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-23 12:19:43 -0800 |
| commit | f43a8d2680b75c941d073bf7434bb4b58fc7bd12 (patch) | |
| tree | d409fcd29dd6ed4dc0cc0e3f4a6ddd1766731108 /meta-xilinx-core/conf/machine | |
| parent | 0ba6f24dee4d1e2a768fdce3e50753c8d924b445 (diff) | |
| download | meta-xilinx-f43a8d2680b75c941d073bf7434bb4b58fc7bd12.tar.gz | |
zynqmp-generic: Enable pmu-rom-native as a qemu-native dependency
qemu-native requires pmu-rom-native when building for zynqmp based systems.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/conf/machine')
| -rw-r--r-- | meta-xilinx-core/conf/machine/zynqmp-generic.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf index e36e98aa..6bc42364 100644 --- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf | |||
| @@ -24,7 +24,10 @@ MACHINE_FEATURES += "rtc ext2 ext3 vfat usbhost" | |||
| 24 | # Ultra96 features: | 24 | # Ultra96 features: |
| 25 | MACHINE_FEATURES += " usbgadget wifi bluetooth" | 25 | MACHINE_FEATURES += " usbgadget wifi bluetooth" |
| 26 | 26 | ||
| 27 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native pmu-rom-native" | 27 | # Qemu Xilinx Native when targeting ZynqMP generic requries the pmu rom |
| 28 | DEPENDS:append:pn-qemu-xilinx-native = " pmu-rom-native" | ||
| 29 | |||
| 30 | EXTRA_IMAGEDEPENDS += "libyaml-native python3-cython-native python3-pyyaml-native" | ||
| 28 | 31 | ||
| 29 | UBOOT_MACHINE ?= "xilinx_zynqmp_virt_defconfig" | 32 | UBOOT_MACHINE ?= "xilinx_zynqmp_virt_defconfig" |
| 30 | SPL_BINARY ?= "spl/boot.bin" | 33 | SPL_BINARY ?= "spl/boot.bin" |
