Javier Martinez Canillas activity https://gitlab.com/martinezjavier 2026-03-16T11:48:13Z tag:gitlab.com,2026-03-16:5207876134 Javier Martinez Canillas commented on merge request !701 at CentOS / automotive / src / automotive-image-builder 2026-03-16T11:48:13Z martinezjavier Javier Martinez Canillas [email protected]

@alexlarsson makes sense to me.

tag:gitlab.com,2026-03-16:5207875335 Javier Martinez Canillas approved merge request !701: Remove rpm-ostree from bootc images at CentOS / automotive / src / automotive-image-builder 2026-03-16T11:48:02Z martinezjavier Javier Martinez Canillas [email protected]

This removes rpm-ostree from the default list of packages on bootc image, because we don't need it. End users should use the bootc command line, not the rpm-ostree commandline. We still have rpm-ostree in the build pipeline because we use it during buildtime, but there should be no runtime dependencies on it.

This removes the "rpm" dependency, but we need that on the image, so it adds it back explicitly.

The following other dependencies are also now not installed by default:

  • bubblewrap
  • fuse-common
  • fuse3
  • fuse3-libs
  • json-glib
  • libmodulemd
  • librepo
  • libsolv
  • libyaml
  • polkit-libs
  • rpm-ostree-libs
tag:gitlab.com,2026-03-11:5192487675 Javier Martinez Canillas approved merge request !1010: redhat/configs: automotive: enable DSP remoteproc modules for TI at Red Hat / centos-stream / src / ke... 2026-03-11T13:24:21Z martinezjavier Javier Martinez Canillas [email protected]

JIRA: https://issues.redhat.com/browse/RHEL-95437

CONFIG_TI_K3_DSP_REMOTEPROC enables loading firmware on J784S4EVM DSP processors, and CONFIG_RPMSG_{CHAR,CTRL,NS,VIRTIO} are used to communicate with the remote processors. Enable these drivers as modules.

This is a port of the work in CS9 !5383; I was still getting the hang of the dev process at the time and missed the ARK/CS10 targets for the config change. This is a sibling MR to ARK !3936.

Signed-off-by: Jared Kangas [email protected]

tag:gitlab.com,2026-03-11:5192486443 Javier Martinez Canillas approved merge request !1343: remoteproc: update core and TI K3 drivers to v6.16 at Red Hat / centos-stream / src / kernel / centos-... 2026-03-11T13:24:06Z martinezjavier Javier Martinez Canillas [email protected]

Summary of Changes

Update remoteproc core files and k3 drivers to upstream v6.16 in preparation for ti_k3_r5_remoteproc enablement.

Patch Selection

Initial backport candidate list was generated with

git log --no-merges --oneline --reverse \
        linux/v6.12..linux/v6.16 \
        -- \
        drivers/remoteproc/ti_k3_{dsp,r5,m4}_remoteproc.[ch] \
        drivers/remoteproc/ti_k3_common.[ch] \
        drivers/remoteproc/remoteproc_{cdev,core,debugfs,sysfs,virtio,elf_loader,coredump}.[ch] \
        drivers/remoteproc/remoteproc_{internal,elf_helpers}.h \
        include/linux/remoteproc.h \
    | kerneloscope filter-backported -t rhel-10.1 -

These were pulled in with their neighboring patches from the same series via kerneloscope series and filtered to remove out-of-scope patches. Note that the M4 driver is included to prevent conflicts later on in the backport, as well as future-proofing the subsystem in case it's enabled later, despite the driver not currently being enabled.

Testing

See CS9 !7255 for instructions on test setup and execution. However, do not patch the tool. The rpmsg_char_simple patch stems from a difference in layout between the CS9 sysfs and what the tool expects, and this difference is not present in CS10.

Approved Development Ticket(s)

JIRA: https://issues.redhat.com/browse/RHEL-110039

Signed-off-by: Jared Kangas [email protected]

tag:gitlab.com,2026-03-11:5191705256 Javier Martinez Canillas approved merge request !695: Add new readme files for distros and targets. at CentOS / automotive / src / automotive-image-builder 2026-03-11T10:45:47Z martinezjavier Javier Martinez Canillas [email protected]
tag:gitlab.com,2026-03-09:5181746206 Javier Martinez Canillas approved merge request !674: Remove aib-dev build-deprecated at CentOS / automotive / src / automotive-image-builder 2026-03-09T10:25:14Z martinezjavier Javier Martinez Canillas [email protected]

This also removes the, now unused, exports.py.

tag:gitlab.com,2026-03-06:5175186780 Javier Martinez Canillas approved merge request !690: Bump version to 1.1.12 at CentOS / automotive / src / automotive-image-builder 2026-03-06T12:48:54Z martinezjavier Javier Martinez Canillas [email protected]
tag:gitlab.com,2026-03-05:5171113409 Javier Martinez Canillas pushed to project branch remove-esp-aboot at Javier Martinez Canillas / automotive-image-builder 2026-03-05T14:02:12Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (922f3e24) at 05 Mar 14:02

Add compose repo to autosd10-latest-sig distro

... and 1 more commit

tag:gitlab.com,2026-03-05:5170787901 Javier Martinez Canillas pushed to project branch remove-esp-aboot at Javier Martinez Canillas / automotive-image-builder 2026-03-05T12:52:13Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (d54462ea) at 05 Mar 12:52

Add compose repo to autosd10-latest-sig distro

... and 1 more commit

tag:gitlab.com,2026-03-05:5170761799 Javier Martinez Canillas pushed to project branch remove-esp-aboot at Javier Martinez Canillas / automotive-image-builder 2026-03-05T12:45:40Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (717b7348) at 05 Mar 12:45

Add compose repo to autosd10-latest-sig distro

... and 1 more commit

tag:gitlab.com,2026-03-05:5170736796 Javier Martinez Canillas opened merge request !32: Document firmware requirements at CentOS / automotive / src / ukiboot 2026-03-05T12:39:16Z martinezjavier Javier Martinez Canillas [email protected]

The UEFI firmware must provide a set of protocols and boot services for UKIBoot to function properly. Document what are these requirements.

tag:gitlab.com,2026-03-05:5170736417 Javier Martinez Canillas pushed to project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:39:10Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (29436902) at 05 Mar 12:39

Document firmware requirements

tag:gitlab.com,2026-03-05:5170734311 Javier Martinez Canillas pushed to project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:38:35Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (a8bc6758) at 05 Mar 12:38

Document firmware requirements

tag:gitlab.com,2026-03-05:5170731389 Javier Martinez Canillas pushed to project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:37:48Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (e2a31dc2) at 05 Mar 12:37

Document firmware requiements

tag:gitlab.com,2026-03-05:5170728625 Javier Martinez Canillas pushed new project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:37:05Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (b531d79d) at 05 Mar 12:37

Document firmware requiements

... and 66 more commits

tag:gitlab.com,2026-03-05:5170727364 Javier Martinez Canillas deleted project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:36:46Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (1c9bc0e4) at 05 Mar 12:36

tag:gitlab.com,2026-03-05:5170708596 Javier Martinez Canillas pushed new project branch doc-fw-reqs at Javier Martinez Canillas / ukiboot 2026-03-05T12:32:20Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (1c9bc0e4) at 05 Mar 12:32

Document firmware requiements

... and 66 more commits

tag:gitlab.com,2026-03-05:5170675907 Javier Martinez Canillas pushed to project branch remove-esp-aboot at Javier Martinez Canillas / automotive-image-builder 2026-03-05T12:24:21Z martinezjavier Javier Martinez Canillas [email protected]

Javier Martinez Canillas (eeb749bc) at 05 Mar 12:24

Add compose repo to autosd10-latest-sig distro

... and 7 more commits

tag:gitlab.com,2026-03-05:5170372225 Javier Martinez Canillas commented on merge request !655 at CentOS / automotive / src / automotive-image-builder 2026-03-05T11:09:18Z martinezjavier Javier Martinez Canillas [email protected]

There is no support for shim and grub2 on EFI targets, only UKIBoot is supported now.

tag:gitlab.com,2026-03-05:5170310506 Javier Martinez Canillas commented on merge request !655 at CentOS / automotive / src / automotive-image-builder 2026-03-05T10:54:41Z martinezjavier Javier Martinez Canillas [email protected]

Dropping the Draft prefix because @alexlarsson added a change to have the compose repos in the autosd10-latest-sig distro.