summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2026-02-23 10:10:20 +0100
committerPaul Barker <paul@pbarker.dev>2026-02-27 15:54:03 +0000
commit79851c1eb5f3ce292ff64b95bebebcca3864b12e (patch)
treeb5ce9981ff98bbabd080e36b6ffad7dc0c6cd08e
parent5479a272a7bf882cdab242c9eb36c835587ef84c (diff)
downloadpoky-79851c1eb5f3ce292ff64b95bebebcca3864b12e.tar.gz
what-i-wish-id-known.rst: replace figure by the new SVG
We have a new SVG figure for the Yocto Project workflow figure, which was updated with d2aaf54bee49 ("overview-manual: convert YP-flow-diagram.png to SVG"). The one in the "What I wish I’d known about Yocto Project" is the same. Remove the PNG and make a reference to the new one. (From yocto-docs rev: 7c348dd67cfd169b1a56bf969606b03dccb76c56) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 4023c47cb6628971b0a142067c4a910420408bb9) [Antonin Godard: fix conflicts] Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
-rw-r--r--documentation/figures/yp-how-it-works-new-diagram.pngbin219234 -> 0 bytes
-rw-r--r--documentation/what-i-wish-id-known.rst2
2 files changed, 1 insertions, 1 deletions
diff --git a/documentation/figures/yp-how-it-works-new-diagram.png b/documentation/figures/yp-how-it-works-new-diagram.png
deleted file mode 100644
index 953f37ead0..0000000000
--- a/documentation/figures/yp-how-it-works-new-diagram.png
+++ /dev/null
Binary files differ
diff --git a/documentation/what-i-wish-id-known.rst b/documentation/what-i-wish-id-known.rst
index c21810d49b..fb4954e46a 100644
--- a/documentation/what-i-wish-id-known.rst
+++ b/documentation/what-i-wish-id-known.rst
@@ -98,7 +98,7 @@ contact us with other suggestions.
98 function of a particular part of the workflow gives you an idea of what might 98 function of a particular part of the workflow gives you an idea of what might
99 be going wrong. 99 be going wrong.
100 100
101 .. image:: figures/yp-how-it-works-new-diagram.png 101 .. image:: overview-manual/svg/yp-flow-diagram.*
102 102
103#. **Know that you can generate a dependency graph and learn how to do it:** 103#. **Know that you can generate a dependency graph and learn how to do it:**
104 A dependency graph shows dependencies between recipes, tasks, and targets. 104 A dependency graph shows dependencies between recipes, tasks, and targets.