From 3cb902f7e65c1c581d369b61bd0a82bf2fbab161 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 11 Nov 2024 19:15:49 -0700 Subject: 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 --- .../recipes-devtools/qemu/qemu-xilinx-system-native_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ # Automatically enable pmu-rom-native for ZynqMP support PMU_ROM_DEP[vardepsexclude] = "LICENSE_FLAGS_ACCEPTED" -PMU_ROM_DEP = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "xilinx", " pmu-rom-native", "", d)}" +PMU_ROM_DEP = "${@bb.utils.contains_any("LICENSE_FLAGS_ACCEPTED", "xilinx xilinx_pmu-rom-native", " pmu-rom-native", "", d)}" DEPENDS .= "${PMU_ROM_DEP}" -- cgit v1.2.3-54-g00ecf