Hi,
Im trying to build this recipe https://git.osmocom.org/meta-telephony/tree/recipes-isdn/dahdi-linux/dahdi-linux_2.10.2.bb into my imx6ull zeus yocto image.
Somewhere during compilation it fails because it cant find modules.builtin.modinfo.
make[1]: Leaving directory '/home/andriy/yocto/ls350/build_webb-ls350/tmp/work-shared/imx6ul-ls350/kernel-build-artifacts'
| make -C /home/andriy/yocto/ls350/build_webb-ls350/tmp/work-shared/imx6ul-ls350/kernel-build-artifacts SUBDIRS=/home/andriy/yocto/ls350/build_webb-ls350/tmp/work/imx6ul_ls350-poky-linux-gnueabi/dahdi-linux/2.10.2-r0/dahdi-linux-2.10.2/drivers/dahdi DAHDI_INCLUDE=/home/andriy/yocto/ls350/build_webb-ls350/tmp/work/imx6ul_ls350-poky-linux-gnueabi/dahdi-linux/2.10.2-r0/dahdi-linux-2.10.2/include DAHDI_MODULES_EXTRA=" " HOTPLUG_FIRMWARE=yes INSTALL_MOD_PATH=/home/andriy/yocto/ls350/build_webb-ls350/tmp/work/imx6ul_ls350-poky-linux-gnueabi/dahdi-linux/2.10.2-r0/image INSTALL_MOD_DIR=dahdi modules_install
| make[1]: Entering directory '/home/andriy/yocto/ls350/build_webb-ls350/tmp/work-shared/imx6ul-ls350/kernel-build-artifacts'
| cp: cannot stat './modules.builtin.modinfo': No such file or directory
| /home/andriy/yocto/ls350/build_webb-ls350/tmp/work-shared/imx6ul-ls350/kernel-source/Makefile:1312: recipe for target '_modinst_' failed
| make[2]: *** [_modinst_] Error 1
Sure enough when I look in that directory its not there, only modules.builtin and the rest of the kernel source tree are there.
Any ideas of things I can try?
Thanks in advanced.
Could you tell me which version of BSP are you using?
Ok ive downgraded to yocto rocko and it seems to be building, but new problem.
Error:
Problem: conflicting requests
- nothing provides kernel-module-dahdi-4.9.11-mx6ul+g91a2d54e41dc needed by dahdi-linux-2.10.2-r0.imx6ul_mwp302
Edit: Ok seems to be building after i switched to the nightly branch of that repo. Still broken on zeus though.