Re: [yocto] fido: out-of-tree module build fails due to wrong Module.symvers reference

2015-05-04 Thread Bruce Ashfield
On 2015-05-03 12:16 PM, Timo Korthals wrote: Dear yocto developers, the following "more generic" workaround worked also, which let's me assume that the "Module.symvers" in ${S} is somehow broken? Content of "linux-yocto_3.19.bbappend": do_install_append() { cp -f ${KBUILD_OUTPUT}/Module.sy

Re: [yocto] fido: out-of-tree module build fails due to wrong Module.symvers reference

2015-05-03 Thread Timo Korthals
Dear yocto developers, the following "more generic" workaround worked also, which let's me assume that the "Module.symvers" in ${S} is somehow broken? Content of "linux-yocto_3.19.bbappend": do_install_append() { cp -f ${KBUILD_OUTPUT}/Module.symvers ${STAGING_KERNEL_BUILDDIR} } Greetings

[yocto] fido: out-of-tree module build fails due to wrong Module.symvers reference

2015-05-03 Thread Timo Korthals
Dear yocto developers, with the yocto projects < 1.8 we were able to build our out-of-tree module without any linking failures, but since the upgrade to 1.8 there seems to be something wrong with the "Module.symvers". For our external module we use exactly the same Makefile as you proposed in