summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-14 17:20:38 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-16 07:26:08 -0800
commitf18cb7f8557658e6e046a87ef5bfb47fc69f069e (patch)
tree4104ff75fe8c37ea2b0fb9d059a188ae21bd240d /meta-xilinx-core/conf
parent8fe1ee1873ac97dd9fb721c4066c473c43de6fc6 (diff)
downloadmeta-xilinx-f18cb7f8557658e6e046a87ef5bfb47fc69f069e.tar.gz
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 <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r--meta-xilinx-core/conf/machine/zynqmp-generic.conf3
1 files changed, 0 insertions, 3 deletions
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"
60# Basic features: 60# Basic features:
61MACHINE_FEATURES += "rtc ext2 ext3 vfat usbhost usbgadget wifi bluetooth" 61MACHINE_FEATURES += "rtc ext2 ext3 vfat usbhost usbgadget wifi bluetooth"
62 62
63# Qemu Xilinx Native when targeting ZynqMP generic requires the pmu rom
64DEPENDS:append:pn-qemu-xilinx-native = " pmu-rom-native"
65
66# Default SD image build onfiguration, use qemu-sd to pad 63# Default SD image build onfiguration, use qemu-sd to pad
67IMAGE_CLASSES += "image-types-xilinx-qemu" 64IMAGE_CLASSES += "image-types-xilinx-qemu"
68# Add wic.qemu-sd only if initramfs_image not set due to circular dependecies 65# Add wic.qemu-sd only if initramfs_image not set due to circular dependecies