diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-12-08 11:00:23 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:06 -0600 |
commit | 7d95a609d54d61856946e1d90cd2fb59349be599 (patch) | |
tree | aa99281a4d1503aba9196b6812f525487481a0ec | |
parent | b70c24375d09ac6fb9a84d32f66c45277dddb2fc (diff) | |
download | meta-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.bbclass | 2 |
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 \ |
7 | it has not been enabled using XILINX_WITH_ESW in your configuration. Some \ | 7 | it has not been enabled using XILINX_WITH_ESW in your configuration. Some \ |
8 | bbappend files and preferred version setting may not take effect. See the \ | 8 | bbappend files and preferred version setting may not take effect. See the \ |
9 | meta-security README for details on enabling security support.") | 9 | meta-xilinx-standalone README for details on enabling standalone support.") |
10 | } | 10 | } |