From f18cb7f8557658e6e046a87ef5bfb47fc69f069e Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 14 Jan 2023 17:20:38 -0800 Subject: qemu-xilinx-system-native: Move pmu-rom enablement to recipe Setting the pmu-rom being required by QEMU within the machine.conf will cause the recipe's hash to change, which can cause a ripple effect causing other things to rebuild. Moving this to the recipe, and switching it on based on what licenses the user allows will avoid this conflict. Additionally add a warning message to the xilinx-vars.bbclass if the user has not enabled the license. Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/zynqmp-generic.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-xilinx-core/conf/machine') diff --git a/meta-xilinx-core/conf/machine/zynqmp-generic.conf b/meta-xilinx-core/conf/machine/zynqmp-generic.conf index 1ca25862..6c01548f 100644 --- a/meta-xilinx-core/conf/machine/zynqmp-generic.conf +++ b/meta-xilinx-core/conf/machine/zynqmp-generic.conf @@ -60,9 +60,6 @@ HDF_MACHINE = "zcu102-zynqmp" # Basic features: MACHINE_FEATURES += "rtc ext2 ext3 vfat usbhost usbgadget wifi bluetooth" -# Qemu Xilinx Native when targeting ZynqMP generic requires the pmu rom -DEPENDS:append:pn-qemu-xilinx-native = " pmu-rom-native" - # Default SD image build onfiguration, use qemu-sd to pad IMAGE_CLASSES += "image-types-xilinx-qemu" # Add wic.qemu-sd only if initramfs_image not set due to circular dependecies -- cgit v1.2.3-54-g00ecf