[yocto] [PATCH][meta-kernel-dev] kern-tools: Include do_install() in bbappend

2011-12-16 Thread Darren Hart
do_install() has changed over versions of kern-tools, ensure this matches the latest sources as referenced by ${AUTOREV}. Without this, using this bbappend against older kern-tools recipes will fail in very strange and unexplainable ways. The edison recipe for example has: do_install() {

Re: [yocto] [PATCH][meta-kernel-dev] kern-tools: Include do_install() in bbappend

2011-12-16 Thread Bruce Ashfield
On 11-12-16 8:31 PM, Darren Hart wrote: do_install() has changed over versions of kern-tools, ensure this matches the latest sources as referenced by ${AUTOREV}. Without this, using this bbappend against older kern-tools recipes will fail in very strange and unexplainable ways. The edison recipe