Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libyang] Adding LFS support for arm32 (sonic-net#6018)
In the emulated armhf environment, the function readdir()returns NULL on a ext4 file system directory. When running the libyang test cases, it will require to load the plugins from the files (such as metadata.so), because the readdir() is failing, the plugins can’t be loaded in the emulated armhf environment, so it causes libyang test error. This error is a combination of the following reasons. • Emulation of a 32-bit target from a 64-bit host –> qemu from x86_64 to armhf • Glibc version > 2.27 – Debian buster is using glibc 2.28 Signed-off-by: Sabareesh Kumar Anandan <[email protected]>
- Loading branch information