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
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
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
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
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