All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Document how to provide configuration from layer.conf
@ 2024-11-12 11:32 Antonin Godard
  2024-11-12 11:32 ` [PATCH v2 1/2] conf.py: add a bitbake_git extlink Antonin Godard
  2024-11-12 11:32 ` [PATCH v2 2/2] dev-manual: document how to provide confs from layer.conf Antonin Godard
  0 siblings, 2 replies; 7+ messages in thread
From: Antonin Godard @ 2024-11-12 11:32 UTC (permalink / raw)
  To: docs; +Cc: Thomas Petazzoni, Quentin Schulz, Antonin Godard

This series documents how to provide configurations from layer.conf, be
it unconditionally or conditionally. I wanted to reference a file in
bitbake, so I added the :bitbake_git: new term for that.

This is a attempt at closing
https://bugzilla.yoctoproject.org/show_bug.cgi?id=12688.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- Create an `.. attention::` block to tell users _not_ to set
  unconditional confs from layer.conf.
- Fix typos reported by Quentin (thanks!)
- Add "Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>" on first
  commit (thanks!).
- Simplify "your layer is part of BBLAYERS" 🡒 "your layer is part of the
  build".
- Fix code blocks spacing (three spaces).
- Link to v1: https://lore.kernel.org/r/20241030-layer-confs-v1-0-0f7dcf460e27@bootlin.com

---
Antonin Godard (2):
      conf.py: add a bitbake_git extlink
      dev-manual: document how to provide confs from layer.conf

 documentation/conf.py               |  1 +
 documentation/dev-manual/layers.rst | 86 +++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)
---
base-commit: 13caec1386708d8609dff5f42956d2329a074f37
change-id: 20241030-layer-confs-54c26ece97d3

Best regards,
-- 
Antonin Godard <antonin.godard@bootlin.com>



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

end of thread, other threads:[~2024-11-13 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 11:32 [PATCH v2 0/2] Document how to provide configuration from layer.conf Antonin Godard
2024-11-12 11:32 ` [PATCH v2 1/2] conf.py: add a bitbake_git extlink Antonin Godard
2024-11-12 11:32 ` [PATCH v2 2/2] dev-manual: document how to provide confs from layer.conf Antonin Godard
2024-11-13  9:58   ` Quentin Schulz
2024-11-13 14:16     ` Antonin Godard
2024-11-13 14:20       ` Quentin Schulz
2024-11-13 14:23         ` 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.