Re: [yocto] File in append recipe not installed

2015-03-13 Thread p_j_r_m
...@linux.intel.com escribió: On Thursday 12 March 2015 18:01:16 Gary Thomas wrote: On 2015-03-12 17:21, p_j_r_m wrote: I've tested it, but the problem is the same. My bbappend recipe is not even called ,so it does not matter what i put in it. Why is not called? Please don't top-post :-( How do you

[yocto] File in append recipe not installed

2015-03-13 Thread p_j_r_m
Thanks Gary. I think is not called because I have echo lines in do_install_append() and they don't appear when bitbake -v is used after the recipe is cleaned and rebuilt. This is my layer: releases/meta-mylayer ├── conf │ └── layer.conf ├── README --

[yocto] File in append recipe not installed

2015-03-12 Thread p_j_r_m
Hello I'd like to add an append recipe for base-files in order to install a custom fstab. In my system I already have this base-files recipes:     layers/openembedded-core-1.4/meta/recipes-core/base-files/base-files_3.0.14.bb    

Re: [yocto] File in append recipe not installed

2015-03-12 Thread p_j_r_m
I've tested it, but the problem is the same.My bbappend recipe is not even called ,so it does not matter what i put in it. Why is not called? El Jueves 12 de marzo de 2015 22:06, Gary Thomas g...@mlbassoc.com escribió: On 2015-03-12 14:58, p_j_r_m wrote: Hello I'd like to add

[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
, and it has no sources. Should it have a source with a LICENCE file?   El Jueves 5 de marzo de 2015 21:53, Randy Witt randy.e.w...@linux.intel.com escribió: 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