aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/kernel/package.az
AgeCommit message (Collapse)Author
6 hoursinternal/rosa/package/kernel: discontinue riscv64 supportOphestra
Emulation is very slow, and this is wasting a lot of CPU time for no good reason. Discontinue this until hardware becomes available or a use case appears. Signed-off-by: Ophestra <cat@gensokyo.uk>
48 hoursinternal/rosa/package/kernel: 6.18.47 to 6.18.48Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
3 daysinternal/rosa/package/kernel: 6.18.46 to 6.18.47Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
3 daysinternal/rosa/package/kernel: relax frame_warn_limit for display_mode_vba_30Ophestra
This is exceeding the limit by a bit over 100 bytes on LLVM 23, so relax the limit until an upstream fix is available. Signed-off-by: Ophestra <cat@gensokyo.uk>
6 daysinternal/rosa/package/kernel: 6.18.45 to 6.18.46Ophestra
Headers bumped due to addition of IP_VS_DEST_F_AVAILABLE and IP_VS_DEST_F_OVERLOAD. Signed-off-by: Ophestra <cat@gensokyo.uk>
10 daysinternal/rosa/package/kernel: 6.18.44 to 6.18.45Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-11internal/rosa/package/kernel: 6.18.43 to 6.18.44Ophestra
Typo fix of rkisp1_ext_param_buffer_version caused world rebuild. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-10internal/rosa: improve helper bindingsOphestra
This uses more intuitive names for some arguments and inverts their default value. Slices and nil-capable strings replace skip arguments. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-08internal/rosa/package/kernel: 6.18.42 to 6.18.43Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-04internal/rosa/package/kernel: 6.18.41 to 6.18.42Ophestra
A change to a single field in a btrfs struct caused world rebuild. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-30internal/rosa/package/kernel: 6.18.40 to 6.18.41Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-30internal/rosa: remove legacy exec helperOphestra
This change also adds a fourth stage to the bootstrap machinery, offering more correct toolchain validation that works around LLVM dynamic linking flaws. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-25internal/rosa/package/kernel: 6.18.39 to 6.18.40Ophestra
Kernel headers bumped due to struct bpf_map_info changes and IFLA_BOND_LACP_STRICT. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-21internal/rosa/package/kernel: 6.18.38 to 6.18.39Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-12internal/rosa/package: replace gawkOphestra
This replaces gawk in miscellaneous packages. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-09internal/rosa: respect preferred loadavg targetOphestra
This generally improves build performance and system responsiveness. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-05internal/rosa/package/kernel: 6.18.37 to 6.18.38Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-01internal/rosa/package/kernel: 6.12.94 to 6.18.37Ophestra
Finally jumping from 6.12 to 6.18, and the patches can be dropped. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-20internal/rosa/package/kernel: 6.12.93 to 6.12.94Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-16internal/rosa/package/kernel: 6.12.92 to 6.12.93Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-06-04internal/rosa/package/kernel: 6.12.91 to 6.12.92Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-27internal/rosa/package/kernel: 6.12.90 to 6.12.91Ophestra
This unfortunately updates headers linux/mii.h and linux/virtio_net.h. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24internal/rosa/azalea: replace binding tokenOphestra
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-23internal/rosa/package/kernel: 6.12.87 to 6.12.90Ophestra
Unfortunately this causes rebuilds due to a single io_uring API change. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-21internal/rosa: expose in-place behaviour in generic helperOphestra
This change also combines the createDir and wantsDir methods, and replaces the non-inplace target of the generic helper with a deterministic path. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-21internal/rosa: enforce exclusionsOphestra
This restores unexported artifact behaviour. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-21internal/rosa: use string pair for filesOphestra
This is a much cleaner representation than the separator syntax. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-20internal/rosa/package/kernel: populate riscv64 checksumOphestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-19internal/rosa/package: migrate kernelOphestra
This introduces bindings for extra paths and KnownChecksum, and exposes a passthrough special case. Signed-off-by: Ophestra <cat@gensokyo.uk>