The latest rev SDK-LINUX-RT-AM64X-08.02.00.14, don't have libgpiod package, at least when I try to do cross compile, it failed with following message indicate that libgpiod is not part of cross-compile toolchain setup.
header_check.c:15:10: fatal error: gpiod.h: No such file or directory
15 | #include <gpiod.h>
| ^~~~~~~~~
compilation terminated.
Would you please add it into the next rev of release and also if possible, would you please send me a cross-compiled built package with source code and compiled binary output, in that way, I would add them into my device and my host linux PC manually instead of rebuild the whole yocto to avoid modifing the receipt.
Another thing is there a package management available on the yocto build, I tried "apt-get" on device debug terminal, it's not working.