Christian Hewitt
Christian Hewitt
Jessie cannot authenticate the letsencrypt cert used by https://git.linuxtv.org. Setting `git config --global http.sslVerify false` is a workaround but it would be better to update the ca list; annoyingly `update-ca-certificates`...
Forcing `sudo update-ca-certificates --fresh` seems to work on Jessie (avoiding the need to disable verification). The same trick doesn't work on Trusty as the openssl version is too old to...
Updating certs on Jessie works but this requires admin rights (su to root or use sudo) and the base Debian Jessie image in the container doesn't contain sudo and we...
I've moved the workarounds into CI to keep `getmuxlist` simple. In testing the cert refresh (alone) didn't work on Jessie so we're back to skipping verification (as with Trusty). It's...
Upstream responded to my suggestion: https://lore.kernel.org/linux-media/[email protected]/ and I'm preparing to send some initial patches to the linux-media list based on the large diff from our current repo. I've added a...
I'm used to the `./get_maintainers.pl` workflow for patch submission but that depends on a MAINTAINERS file which doesn't exist for the scan tables repo so I started by emailing the...
RPi boards do not support 3D since the change from OMX/MMAL to GBM/V4L2 decoding. Support needs to be added in kernel drivers and this is a known low-priority for the...
@lrusak any ideas on where things might be going wrong here?
@ilmich hopefully https://patchwork.ozlabs.org/project/uboot/cover/[email protected]/ gets merged and then we can backport the submitted patches.
@ilmich If you can rebase this PR to pick/use the patches I submitted I'll merge it. I'd guess the upstream patches will be picked once u-boot 2025.07 ships and the...