Re: [yocto] Append recipe LICENCE checksum problem

2015-03-05 Thread Randy Witt
On 03/05/2015 12:46 PM, p_j_r_m wrote: I have a layer meta-mycompany where i want to append to the grub_2.00 recipe placed at openembedded-core layer just to add my custom grub.cfg file. Also, I see there is ALREADY a grub-2.00.bbappend file in my BSP layer (meta-montavista-1.4).My layer has

[yocto] Append recipe LICENCE checksum problem

2015-03-05 Thread p_j_r_m
I have a layer meta-mycompany where i want to append to the grub_2.00 recipe placed at openembedded-core layer just to add my custom grub.cfg file. Also, I see there is ALREADY a grub-2.00.bbappend file in my BSP layer (meta-montavista-1.4).My layer has highest priority. So I wrote a recipe

Re: [yocto] Append recipe LICENCE checksum problem

2015-03-05 Thread p_j_r_m
You are overwriting the SRC_URI rather than appending to it. So my guess is that the source isn't getting fetched, which is why it says it can't find the license file. I´ve change that to SRC_URI_append, but it had no effect and it still fails. My recipe is an .bbappend to a grub recipe, and