[PATCH 3/4] dev-manual: Fix missing whitespace around '=' operator
[email protected] Mon, 27 Jul 2026 19:35:28 +0300
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
From: Niko Mauno <[email protected]> According to the Whinlatter (5.3) migration guide; A new warning is now printed when there are no whitespaces around an '=' assignment in recipes Fix occurrence of example verbatim applying of which would generate such warning. Signed-off-by: Niko Mauno <[email protected]> --- documentation/dev-manual/layers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index dc63478a3..d33eb136d 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst @@ -252,7 +252,7 @@ following list: KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" - KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc" + KERNEL_FEATURES:append:qemuall = " features/debug/printk.scc" - *Place Machine-Specific Files in Machine-Specific Locations:* When you have a base recipe, such as ``base-files.bb``, that contains a -- 2.47.3