diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-06-19 12:16:04 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-06-21 15:07:01 -0500 |
| commit | cdaf7fe497b1c62e0463fa7eb6137a0d304cbef5 (patch) | |
| tree | 72d74d716850be3eb00331957fa27f0221676d4d /meta-xilinx-core | |
| parent | 921325edd7d22bfa49ae3ba640731651448be6d7 (diff) | |
| download | meta-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.md | 4 | ||||
| -rw-r--r-- | meta-xilinx-core/README.qemu.md | 4 |
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 | |||
| 60 | flag must be white-listed in the build configuration (e.g. `local.conf`). This | 60 | flag must be white-listed in the build configuration (e.g. `local.conf`). This |
| 61 | can be done on a per package basis: | 61 | can 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 | ||
| 65 | or generally: | 65 | or generally: |
| 66 | 66 | ||
| 67 | LICENSE_FLAGS_WHITELIST += "xilinx" | 67 | LICENSE_FLAGS_ACCEPTED += "xilinx" |
| 68 | 68 | ||
| 69 | Generally speaking Xilinx content that is provided as a restricted download | 69 | Generally speaking Xilinx content that is provided as a restricted download |
| 70 | cannot be obtained without a Xilinx account, in order to use this content you | 70 | cannot 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 | |||
| 10 | to make this available: pmu-rom-native. | 10 | to make this available: pmu-rom-native. |
| 11 | 11 | ||
| 12 | The license on the software is Xilinx proprietary, so you may be required to | 12 | The license on the software is Xilinx proprietary, so you may be required to |
| 13 | enable the approprate LICENSE_FLAGS_WHITELIST to trigger the download. | 13 | enable the approprate LICENSE_FLAGS_ACCEPTED to trigger the download. |
| 14 | The license itself is available within the download at the URL referred to in | 14 | The license itself is available within the download at the URL referred to in |
| 15 | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb. | 15 | meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.2.bb. |
| 16 | 16 | ||
| 17 | Add the following to your local.conf to acknowledge you accept the proprietary | 17 | Add the following to your local.conf to acknowledge you accept the proprietary |
| 18 | xilinx license. | 18 | xilinx license. |
| 19 | 19 | ||
| 20 | LICENSE_FLAGS_WHITELIST:append = " xilinx" | 20 | LICENSE_FLAGS_ACCEPTED:append = " xilinx" |
