From e8c7805f2512eca46ae610e158b1955342ed20b4 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Sun, 30 Aug 2026 22:12:52 -0400 Subject: [PATCH] ref-manual: drop the full stop from the QB_SMP example The full stop belongs to the sentence, not to the value. BitBake rejects the line as printed. AI-Generated: codex/claude opus 5 (xhigh) (From yocto-docs rev: 320203114a8af9ea9a32b1b23b28c35e4521e15d) Signed-off-by: Trevor Woerner Link: https://patch.msgid.link/20260831021255.4064163-1-twoerner@gmail.com Signed-off-by: Antonin Godard (cherry picked from commit 45ad427bc86566d47ff5213e9826a8e81cef412f) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 050c5348c7..852bd338ca 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7560,7 +7560,7 @@ system and gives an overview of their function and contents. For example:: - QB_SMP = "-smp 8". + QB_SMP = "-smp 8" :term:`QB_TAP_OPT`