On Thu, 2017-07-20 at 10:04 +0800, Robert Yang wrote: > I think that when a bbappend contains a patch like this, we'd better > not use wildcard as the version, and set BB_DANGLINGAPPENDS_WARNONLY > in its layer.conf, so that we will have time to fix problem after > recipes upgrade.
Isn't BB_DANGLINGAPPENDS_WARNONLY a global setting, i.e. if you add it to meta-intel/conf/layer.conf, it applies to all other layers too? Please don't do that. Instead you can do a check against PV in cryptodev-module_%.bbappend to see which version of the patch you need. In other words, carry the old and new patch under different names in meta-intel and then apply the one which matches OE-core. Makes the transition easier, too. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
