All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clarify how bbappend files work with an unversioned BitBake recipe
@ 2025-06-02 13:28 Robert P. J. Day
  2025-06-02 13:57 ` [docs] " Quentin Schulz
  2025-06-04  7:34 ` Antonin Godard
  0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2025-06-02 13:28 UTC (permalink / raw)
  To: YP docs mailing list


Add a short note to the BitBake intro manual chapter to clarify that,
given an unversioned .bb recipe file, the matching .bbappend must also
be unversioned.

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

---

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 539bb62d8..1c3faff0e 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -272,6 +272,12 @@ append name would not match. However, if you named the append file
 In the most general case, you could name the append file something as
 simple as ``busybox_%.bbappend`` to be entirely version independent.

+.. note::
+
+   In the infrequent case of an unversioned BitBake recipe (such as
+   ``linux-yocto-dev.bb``), the corresponding append file must be similarly
+   unversioned; that is, ``linux-yocto-dev.bbappend``.
+
 Obtaining BitBake
 =================



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

end of thread, other threads:[~2025-06-04  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 13:28 [PATCH] clarify how bbappend files work with an unversioned BitBake recipe Robert P. J. Day
2025-06-02 13:57 ` [docs] " Quentin Schulz
2025-06-04  7:34 ` Antonin Godard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.