Install wrlinux to harddisk from installer iso and boot it. On target, no kernel module is loaded. Nothing will be get by 'lsmod' command. The kernel modules were installed on the target rootfs, but modules.dep file is empty.
Apply the fix-wrong-depmodwrappe.patch to oe-core layer. How to: $ cd .../layers/oe-core $ git am /path/to/the/patch
configure --enable-board=intel-xeon-core --enable-kernel=standard --enable-rootfs=glibc-std --enable-parallel-pkgbuilds=5 --enable-jobs=5 --enable-target-installer=yes make fs boot from iso and install wrlinux to target harddisk boot wrlinux from harddisk On target: # lsmod