Skip to content

Commit 5220dc4

Browse files
patersoncnuclearcat
authored andcommitted
config: trees: Specific specific architectures for CIP branches
The Civil Infrastructure Platform project only supports specific architectures for specific branches: 4.4: arm, x86 4.19: arm, arm64, x86 5.10+: arm, arm64, riscv, x86 Update the configuration accordingly. Signed-off-by: Chris Paterson <[email protected]>
1 parent 7f9509a commit 5220dc4

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

config/trees.yaml

+21-6
Original file line numberDiff line numberDiff line change
@@ -409,29 +409,44 @@ build_configs:
409409
<<: *chromiumos
410410
branch: 'chromeos-6.12'
411411

412-
cip-4.4: &cip
412+
cip: &cip
413413
<<: *base
414414
tree: cip
415+
architectures:
416+
- arm
417+
- arm64
418+
- riscv
419+
- x86_64
420+
421+
cip-4.4: &cip-4-4
422+
<<: *cip
415423
branch: 'linux-4.4.y-cip'
424+
architectures:
425+
- arm
426+
- x86_64
416427

417428
cip-4.4-rt:
418-
<<: *cip
429+
<<: *cip-4-4
419430
branch: 'linux-4.4.y-cip-rt'
420431

421432
cip-4.4-st:
422-
<<: *cip
433+
<<: *cip-4-4
423434
branch: 'linux-4.4.y-st'
424435

425-
cip-4.19:
436+
cip-4.19: &cip-4-19
426437
<<: *cip
427438
branch: 'linux-4.19.y-cip'
439+
architectures:
440+
- arm
441+
- arm64
442+
- x86_64
428443

429444
cip-4.19-rt:
430-
<<: *cip
445+
<<: *cip-4-19
431446
branch: 'linux-4.19.y-cip-rt'
432447

433448
cip-4.19-st:
434-
<<: *cip
449+
<<: *cip-4-19
435450
branch: 'linux-4.19.y-st'
436451

437452
cip-5.10:

0 commit comments

Comments
 (0)