diff mbox series

[meta-zephyr,walnascar,master] README: Update instructions to fix warning

Message ID 20250522210754.4006865-1-sandeep.gundlupet-raju@amd.com
State New
Headers show
Series [meta-zephyr,walnascar,master] README: Update instructions to fix warning | expand

Commit Message

Sandeep Gundlupet Raju May 22, 2025, 9:07 p.m. UTC
In README instructions DISTRO variable assigment doesn't have
whitespace, due to this bitbake throws the warning messages as
shown below.

WARNING: /scratch/sandeep/yocto/yp-master/build-zep/conf/local.conf:291 has a lack of whitespace around the assignment: 'DISTRO="zephyr"'

Hence update instructions to fix warning messages.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
---
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README.txt b/README.txt
index d3694a6..247c029 100644
--- a/README.txt
+++ b/README.txt
@@ -24,7 +24,7 @@  Building and Running Zephyr Samples
 You can build Zephyr samples. There are several sample recipes.
 
 To use the Yocto toolchain, modify local conf by adding:
-    DISTRO="zephyr"
+    DISTRO = "zephyr"
 
 To use the Zephyr pre-built toolchain, modify local conf by adding:
     ZEPHYR_TOOLCHAIN_VARIANT = "zephyr"