[yocto] Kernel driver installs broken in poky2.3

2017-10-10 Thread Jeff.Glanz
Re: poky2.3 kernel driver install's Poky release, pyro (2.3), file: meta/classes/module.bbclass This change, made in January 2017, is breaking do_install's for our kernel drivers, as INSTALL_MOD_PATH is not defined. Our Makefiles reference this variable. What was the purpose of this

Re: [yocto] Kernel driver installs broken in poky2.3

2017-10-06 Thread Valluri, Amarnath
Hi Jeff, Sorry to hear about the failure, The change was part of adding merged /usr support for oecore. 'INSTALL_MOD_PATH' was using '/lib/modules/${KERNEL_VERSION}' as kernel modules path, where as in merged /usr environments it would be '/usr/lib/modules/${KERNEL_VERSION}'., And there is