Note: it is not always obvious what is the final value of any given Yocto variable, since they can be overwritten from different layers. It is therefore highly recommended to check the value with bitbake-getvar
.
bitbake-getvar -r <image> <variable>
i.e. bitbake-getvar -r lmp-devel-arduino-image USERADD_GID_TABLES
.