summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-06-19 12:16:04 -0700
committerMark Hatle <mark.hatle@amd.com>2023-06-21 15:07:01 -0500
commitcdaf7fe497b1c62e0463fa7eb6137a0d304cbef5 (patch)
tree72d74d716850be3eb00331957fa27f0221676d4d /meta-xilinx-core
parent921325edd7d22bfa49ae3ba640731651448be6d7 (diff)
downloadmeta-xilinx-cdaf7fe497b1c62e0463fa7eb6137a0d304cbef5.tar.gz
meta-xilinx-core: Fix READEME references to LICENSE_FLAGS_ACCEPTED
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/README.md4
-rw-r--r--meta-xilinx-core/README.qemu.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md
index 407075a2..ec5b663b 100644
--- a/meta-xilinx-core/README.md
+++ b/meta-xilinx-core/README.md
@@ -60,11 +60,11 @@ In order to use recipes that rely on restricted content the `xilinx` license
60flag must be white-listed in the build configuration (e.g. `local.conf`). This 60flag must be white-listed in the build configuration (e.g. `local.conf`). This
61can be done on a per package basis: 61can be done on a per package basis:
62 62
63 LICENSE_FLAGS_WHITELIST += "xilinx_pmu-rom-native" 63 LICENSE_FLAGS_ACCEPTED += "xilinx_pmu-rom-native"
64 64
65or generally: 65or generally:
66 66
67 LICENSE_FLAGS_WHITELIST += "xilinx" 67 LICENSE_FLAGS_ACCEPTED += "xilinx"
68 68
69Generally speaking Xilinx content that is provided as a restricted download 69Generally speaking Xilinx content that is provided as a restricted download
70cannot be obtained without a Xilinx account, in order to use this content you 70cannot be obtained without a Xilinx account, in order to use this content you
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"