Yocto Project Documentation
 help / color / mirror / Atom feed
* [PATCH] dev-manual: add command to force a recipe re-compile
@ 2026-06-09 19:20 Robert P. J. Day
  2026-06-10  7:27 ` [docs] " Alexander Kanavin
  0 siblings, 1 reply; 10+ messages in thread
From: Robert P. J. Day @ 2026-06-09 19:20 UTC (permalink / raw)
  To: YP docs mailing list


Since this section talks about how to modify unpacked, temporary
source code, it only makes sense to tell readers how to re-build that
modified source.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/documentation/dev-manual/temporary-source-code.rst b/documentation/dev-manual/temporary-source-code.rst
index aecd34099..26a96303e 100644
--- a/documentation/dev-manual/temporary-source-code.rst
+++ b/documentation/dev-manual/temporary-source-code.rst
@@ -65,3 +65,11 @@ build system uses to build the package would be as follows::

    project/build/tmp/work/qemux86-poky-linux/foo/1.3.0

+Finally, if you make some changes to a recipe's unpacked source code,
+you can force a re-compile of that recipe with the command::
+
+   $ bitbake -c compile -f recipe-name
+
+The ``-f`` option in the above forces that task to be re-run
+(invalidating any existing stamp file).
+


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-06-10 13:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 19:20 [PATCH] dev-manual: add command to force a recipe re-compile Robert P. J. Day
2026-06-10  7:27 ` [docs] " Alexander Kanavin
2026-06-10  8:36   ` Robert P. J. Day
2026-06-10  9:24     ` Quentin Schulz
2026-06-10  9:26       ` Alexander Kanavin
2026-06-10  9:51         ` Robert P. J. Day
2026-06-10 12:54           ` Antonin Godard
2026-06-10 12:59             ` Robert P. J. Day
2026-06-10 13:13               ` Antonin Godard
2026-06-10  9:50       ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox