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

[yocto] Enable a recipe/package only when other dependent recipe/package is part of image.

2016-04-25 Thread Valluri, Amarnath
Hello, I have my own layer, that provides configuration packages for core Linux components, for example 'connman-conf' for 'connman' package. I would like to provide a pakcagegroup-config, that should automatically select the configuration packages that are part of image configuration. Say if