mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
README: Update instructions to fix warning
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> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
committed by
Lee Chee Yang
parent
62ad6a56f3
commit
6ddd53fc4f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user