| Message ID | 20260727163529.30595-3-niko.mauno@iki.fi |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] ref-manual: Fix occurrences of omitted space with :prepend | expand |
Hi Niko, On 7/27/26 6:35 PM, Niko Mauno via lists.yoctoproject.org wrote: > [You don't often get email from niko.mauno=iki.fi@lists.yoctoproject.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] > > From: Niko Mauno <niko.mauno@vaisala.com> > > 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. > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
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