Recommended
Type:
Binary Patch
Released:
Nov 11, 2025 Updated: Nov 11, 2025
Wind River Linux 10.24.33.13: libgpiod: Add libgpiod-1.6.4.tar.xz for libgpiod v1.6.4
* layers/meta-openembedded-dl: 0001-meta-openembedded-dl-libgpiod.patch
Wind River Linux LTS 24
* layers/meta-openembedded
$ cd layers/meta-openembedded-dl
$ git am /path/to/0001-meta-openembedded-dl-libgpiod.patch
Then the issue will be fixed.
* Apply to a local product mirror
Applying these patches to a local product mirror, eliminating the need to apply them to every project.
$ cd /path/to/local-mirror/WRLinux-lts-24-Core/
$ git clone --branch WRLINUX_10_24_LTS meta-openembedded-dl-5.0.git meta-openembedded-dl-clone
$ cd meta-openembedded-dl-clone
$ git am /path/to/0001-meta-openembedded-dl-libgpiod.patch
$ git push
$ cd ../; rm -fr meta-openembedded-dl-clone