Skip to content

Commit e6e0102

Browse files
committed
buildroot
Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>
1 parent eb9d150 commit e6e0102

1 file changed

Lines changed: 19 additions & 11 deletions

File tree

source/buildroot/Overview.rst

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ The open-source Linux\ :sup:`®` distribution, based on the Buildroot build syst
331331
<TR>
332332
<TD BGCOLOR="#1976D2" STYLE="ROUNDED"
333333
WIDTH="81" HEIGHT="51"
334-
HREF="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/"
334+
HREF="https://github.com/TexasInstruments/ti-linux-kernel/tree/ti-linux-6.18.y"
335335
TARGET="_blank"
336336
TOOLTIP="Linux Kernel repository">
337337
<FONT COLOR="white" POINT-SIZE="12">
@@ -372,14 +372,26 @@ The open-source Linux\ :sup:`®` distribution, based on the Buildroot build syst
372372
// Row 3: tibsp (left) | anchor (right)
373373
{ rank=same; tibsp; anc_top; }
374374

375-
// Data-flow edges
375+
// Invisible vertical edges (control top-to-bottom order in each column)
376+
apps -> buildroot [style=invis, weight=100];
377+
buildroot -> tibsp [style=invis, weight=100];
378+
legend -> artifacts [style=invis, weight=100];
379+
artifacts -> anc_top [style=invis, weight=100];
380+
381+
// Invisible horizontal edges (force left-to-right order within each row)
382+
apps -> legend [style=invis, weight=1];
383+
buildroot -> artifacts [style=invis, weight=1];
384+
tibsp -> anc_top [style=invis, weight=1];
385+
386+
// Data-flow edges (constraint=false so they don't affect layout)
376387
apps -> buildroot [
377388
color="#2E7D32",
378389
penwidth=3.0,
379390
arrowsize=1.5,
380391
fontcolor="#2E7D32",
381392
fontsize=13,
382-
fontname="Arial Bold"
393+
fontname="Arial Bold",
394+
constraint=false
383395
];
384396

385397
tibsp -> buildroot [
@@ -388,7 +400,8 @@ The open-source Linux\ :sup:`®` distribution, based on the Buildroot build syst
388400
arrowsize=1.5,
389401
fontcolor="#4527A0",
390402
fontsize=13,
391-
fontname="Arial Bold"
403+
fontname="Arial Bold",
404+
constraint=false
392405
];
393406

394407
buildroot -> artifacts [
@@ -399,14 +412,9 @@ The open-source Linux\ :sup:`®` distribution, based on the Buildroot build syst
399412
fontcolor="#E65100",
400413
fontsize=13,
401414
fontname="Arial Bold",
402-
style=bold
415+
style=bold,
416+
constraint=false
403417
];
404-
405-
// Invisible ordering edges
406-
apps -> buildroot [style=invis, weight=10];
407-
buildroot -> tibsp [style=invis, weight=10];
408-
legend -> artifacts [style=invis, weight=10];
409-
artifacts -> anc_top [style=invis, weight=10];
410418
}
411419

412420
*************************

0 commit comments

Comments
 (0)