summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/README.qemu.md
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/README.qemu.md')
-rw-r--r--meta-xilinx-core/README.qemu.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/README.qemu.md b/meta-xilinx-core/README.qemu.md
index d3a02a90..941fa937 100644
--- a/meta-xilinx-core/README.qemu.md
+++ b/meta-xilinx-core/README.qemu.md
@@ -10,11 +10,11 @@ The PMU ROM is available for download, and a specific recipe has been created
10to make this available: pmu-rom-native. 10to make this available: pmu-rom-native.
11 11
12The license on the software is Xilinx proprietary, so you may be required to 12The license on the software is Xilinx proprietary, so you may be required to
13enable the approprate LICENSE_FLAGS_WHITELIST to trigger the download. 13enable the approprate LICENSE_FLAGS_ACCEPTED to trigger the download.
14The license itself is available within the download at the URL referred to in 14The license itself is available within the download at the URL referred to in
15meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb. 15meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb.
16 16
17Add the following to your local.conf to acknowledge you accept the proprietary 17Add the following to your local.conf to acknowledge you accept the proprietary
18xilinx license. 18xilinx license.
19 19
20 LICENSE_FLAGS_WHITELIST:append = " xilinx" 20 LICENSE_FLAGS_ACCEPTED:append = " xilinx"