diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 19:15:49 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-11 19:15:59 -0700 |
commit | 3cb902f7e65c1c581d369b61bd0a82bf2fbab161 (patch) | |
tree | bcc57ffbf59a244b8ac808a8cbef646bfad3fcfb | |
parent | 6a933b5cd2c08eb7041d2f658ff2af1a737bc6a3 (diff) | |
download | meta-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_%.bbappend | 2 |
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 |
2 | PMU_ROM_DEP[vardepsexclude] = "LICENSE_FLAGS_ACCEPTED" | 2 | PMU_ROM_DEP[vardepsexclude] = "LICENSE_FLAGS_ACCEPTED" |
3 | PMU_ROM_DEP = "${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "xilinx", " pmu-rom-native", "", d)}" | 3 | PMU_ROM_DEP = "${@bb.utils.contains_any("LICENSE_FLAGS_ACCEPTED", "xilinx xilinx_pmu-rom-native", " pmu-rom-native", "", d)}" |
4 | 4 | ||
5 | DEPENDS .= "${PMU_ROM_DEP}" | 5 | DEPENDS .= "${PMU_ROM_DEP}" |