diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-06-19 12:16:04 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-07-19 17:06:48 -0600 |
| commit | 51d0c42da72fcee15a19dabfeba40f25ad559a1a (patch) | |
| tree | 248aa1b2a995b771426fc6e6f42deabd9bb7ff4e /meta-xilinx-core/README.qemu.md | |
| parent | 91510de43d0777d99d6414c0467ec02dd247a3e5 (diff) | |
| download | meta-xilinx-51d0c42da72fcee15a19dabfeba40f25ad559a1a.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/README.qemu.md')
| -rw-r--r-- | meta-xilinx-core/README.qemu.md | 4 |
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 | |||
| 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" |
