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:17:00 -0800 |
| commit | dc229b0df3cfa49813bd85e968e653088afea2e3 (patch) | |
| tree | e06ed7591526406afdde39211707ddb62c0fcac3 | |
| parent | 02a68744c96ceb5350d0eb3b2f5834be545cc63c (diff) | |
| download | meta-xilinx-dc229b0df3cfa49813bd85e968e653088afea2e3.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>
| -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" |
