All of lore.kernel.org
 help / color / mirror / Atom feed
From: <mingli.yu@windriver.com>
To: <yocto@lists.yoctoproject.org>
Subject: [meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED
Date: Sun, 24 Apr 2022 11:20:29 +0800	[thread overview]
Message-ID: <20220424032029.2641663-1-mingli.yu@windriver.com> (raw)

From: Mingli Yu <mingli.yu@windriver.com>

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 meta-xilinx-bsp/README.md       | 4 ++--
 meta-xilinx-core/README.md      | 4 ++--
 meta-xilinx-core/README.qemu.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta-xilinx-bsp/README.md b/meta-xilinx-bsp/README.md
index e4142861..85a5b38f 100644
--- a/meta-xilinx-bsp/README.md
+++ b/meta-xilinx-bsp/README.md
@@ -73,11 +73,11 @@ In order to use recipes that rely on restricted content the `xilinx` license
 flag must be white-listed in the build configuration (e.g. `local.conf`). This
 can be done on a per package basis:
 
-	LICENSE_FLAGS_WHITELIST += "xilinx_pmu-rom"
+	LICENSE_FLAGS_ACCEPTED += "xilinx_pmu-rom"
 
 or generally:
 
-	LICENSE_FLAGS_WHITELIST += "xilinx"
+	LICENSE_FLAGS_ACCEPTED += "xilinx"
 
 Generally speaking Xilinx content that is provided as a restricted download
 cannot be obtained without a Xilinx account, in order to use this content you
diff --git a/meta-xilinx-core/README.md b/meta-xilinx-core/README.md
index 8997760c..3fae999f 100644
--- a/meta-xilinx-core/README.md
+++ b/meta-xilinx-core/README.md
@@ -72,11 +72,11 @@ In order to use recipes that rely on restricted content the `xilinx` license
 flag must be white-listed in the build configuration (e.g. `local.conf`). This
 can be done on a per package basis:
 
-	LICENSE_FLAGS_WHITELIST += "xilinx_pmu-rom-native"
+	LICENSE_FLAGS_ACCEPTED += "xilinx_pmu-rom-native"
 
 or generally:
 
-	LICENSE_FLAGS_WHITELIST += "xilinx"
+	LICENSE_FLAGS_ACCEPTED += "xilinx"
 
 Generally speaking Xilinx content that is provided as a restricted download
 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 d0040b09..5cc599a4 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
 to make this available: pmu-rom-native.
 
 The license on the software is Xilinx proprietary, so you may be required to
-enable the approprate LICENSE_FLAGS_WHITELIST to trigger the download.
+enable the approprate LICENSE_FLAGS_ACCEPTED to trigger the download.
 The license itself is available within the download at the URL referred to in
 meta-xilinx-core/recipes-bsp/pmu-firmware/pmu-rom-native_2022.1.bb.
 
 Add the following to your local.conf to acknowledge you accept the proprietary
 xilinx license.
 
-   LICENSE_FLAGS_WHITELIST:append = " xilinx"
+   LICENSE_FLAGS_ACCEPTED:append = " xilinx"
-- 
2.25.1



                 reply	other threads:[~2022-04-25 19:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220424032029.2641663-1-mingli.yu@windriver.com \
    --to=mingli.yu@windriver.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.