Scheduled maintenance:
Some features related to account registration and licensing may be temporarily unavailable from Friday (May 8) at 1 PM to Sunday (May 10) at 5 PM (PST).
$ 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