summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-12-08 11:00:23 -0700
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:06 -0600
commit7d95a609d54d61856946e1d90cd2fb59349be599 (patch)
treeaa99281a4d1503aba9196b6812f525487481a0ec
parentb70c24375d09ac6fb9a84d32f66c45277dddb2fc (diff)
downloadmeta-xilinx-7d95a609d54d61856946e1d90cd2fb59349be599.tar.gz
meta-xilinx-standalone: Fix typo in sanity message
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-standalone/classes/sanity-meta-xilinx-standalone.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/classes/sanity-meta-xilinx-standalone.bbclass b/meta-xilinx-standalone/classes/sanity-meta-xilinx-standalone.bbclass
index 27d191c6..428ebba3 100644
--- a/meta-xilinx-standalone/classes/sanity-meta-xilinx-standalone.bbclass
+++ b/meta-xilinx-standalone/classes/sanity-meta-xilinx-standalone.bbclass
@@ -6,5 +6,5 @@ python security_bbappend_distrocheck() {
6 bb.warn("You have included the meta-xilinx-standalone layer, but \ 6 bb.warn("You have included the meta-xilinx-standalone layer, but \
7it has not been enabled using XILINX_WITH_ESW in your configuration. Some \ 7it has not been enabled using XILINX_WITH_ESW in your configuration. Some \
8bbappend files and preferred version setting may not take effect. See the \ 8bbappend files and preferred version setting may not take effect. See the \
9meta-security README for details on enabling security support.") 9meta-xilinx-standalone README for details on enabling standalone support.")
10} 10}