summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-11-11 19:15:49 -0700
committerMark Hatle <mark.hatle@amd.com>2024-11-11 19:15:59 -0700
commit3cb902f7e65c1c581d369b61bd0a82bf2fbab161 (patch)
treebcc57ffbf59a244b8ac808a8cbef646bfad3fcfb
parent6a933b5cd2c08eb7041d2f658ff2af1a737bc6a3 (diff)
downloadmeta-xilinx-3cb902f7e65c1c581d369b61bd0a82bf2fbab161.tar.gz
qemu-xilinx-system-native: Update pmu-rom dependency
There was a previous change that avoided the warning message if xilinx_pmu-rom-native was defined, but the dependency was never enabled. Match both LICENSE_FLAGS_ACCEPTED of xilinx or xilinx_pmu-rom-native Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend
index 7c152d60..45bbccdf 100644
--- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend
+++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend
@@ -1,5 +1,5 @@
1# Automatically enable pmu-rom-native for ZynqMP support 1# Automatically enable pmu-rom-native for ZynqMP support
2PMU_ROM_DEP[vardepsexclude] = "LICENSE_FLAGS_ACCEPTED" 2PMU_ROM_DEP[vardepsexclude] = "LICENSE_FLAGS_ACCEPTED"
3PMU_ROM_DEP = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "xilinx", " pmu-rom-native", "", d)}" 3PMU_ROM_DEP = "${@bb.utils.contains_any("LICENSE_FLAGS_ACCEPTED", "xilinx xilinx_pmu-rom-native", " pmu-rom-native", "", d)}"
4 4
5DEPENDS .= "${PMU_ROM_DEP}" 5DEPENDS .= "${PMU_ROM_DEP}"