Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-05 Thread Naresh Bhat
On 5 March 2015 at 02:05, Burton, Ross wrote: > > On 4 March 2015 at 07:46, Naresh Bhat wrote: >> >> As far as I understand, when autotools is inherited, it jumps to ${B} >> to build, and B is assigned with ${WORKDIR}/build > > > Thats right, but if the recipe fails to work with B!=S then please

Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-04 Thread Burton, Ross
On 4 March 2015 at 07:46, Naresh Bhat wrote: > As far as I understand, when autotools is inherited, it jumps to ${B} > to build, and B is assigned with ${WORKDIR}/build > Thats right, but if the recipe fails to work with B!=S then please inherit autotools-brokensep instead of autotools, so broke

Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-03 Thread Naresh Bhat
On 3 March 2015 at 23:33, Bernhard Reutner-Fischer wrote: > On 3 March 2015 at 16:46, Naresh Bhat wrote: >> Update the grub git recipe with the following actions for native and >> non-native >> - Base class extend to native >> - do_configure_prepand > > s/prepand/prepend/ Thanks, I will make the

Re: [OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-03 Thread Bernhard Reutner-Fischer
On 3 March 2015 at 16:46, Naresh Bhat wrote: > Update the grub git recipe with the following actions for native and > non-native > - Base class extend to native > - do_configure_prepand s/prepand/prepend/ > - do_install_append > - do_mkimage native > - do_deploy > > Signed-off-by: Naresh Bhat

[OE-core] [OE-core Yocto PATCH 4/4] grub: Update grub git recipe

2015-03-03 Thread Naresh Bhat
Update the grub git recipe with the following actions for native and non-native - Base class extend to native - do_configure_prepand - do_install_append - do_mkimage native - do_deploy Signed-off-by: Naresh Bhat Reviewed-by: Graeme Gregory Reviewed-by: Matt Fleming --- meta/recipes-bsp/grub/gr