Recommended
Type:
Binary Patch
Released:
Nov 7, 2025 Updated: Nov 3, 2025
Wind River Linux 10.24.33.13: freeradius: Repack source tarball to remove proprietary license files
* For layers/meta-openembedded: 0001-meta-openembedded-freeradius.patch
* For layers/wrlinux-src-dl/meta-openembedded-gitshallow-dl: 0002-meta-openembedded-gitshallow-dl-freeradius.patch
Wind River Linux LTS 24
* layers/meta-openembedded
$ cd layers/meta-openembedded
$ git am /path/to/0001-meta-openembedded-freeradius.patch
* layers/wrlinux-src-dl/meta-openembedded-gitshallow-dl
$ cd layers/wrlinux-src-dl/meta-openembedded-gitshallow-dl
$ git am /path/to/0002-meta-openembedded-gitshallow-dl-freeradius.patch
The 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.git meta-openembedded-clone
$ cd meta-openembedded-clone
$ git am /path/to/0001-meta-openembedded-freeradius.patch
$ git push
$ cd ../; rm -fr meta-openembedded-clone
$ git clone --branch WRLINUX_10_24_LTS meta-openembedded-gitshallow-dl-5.0.git meta-openembedded-gitshallow-dl-clone
$ cd meta-openembedded-gitshallow-dl-clone
$ git am /path/to/0002-meta-openembedded-gitshallow-dl-freeradius.patch
$ git push
$ cd ../; rm -fr meta-openembedded-gitshallow-dl-clone