Re: [yocto] File in append recipe not installed

2015-03-14 Thread Paul Eggleton
On Friday 13 March 2015 23:16:30 p_j_r_m wrote: Thanks for your suggestionsThe problem was that my recipe files were taken from sstate directories, even when they were previously cleaned with bitbake -c clean. If I use -c cleansstate instead, all is ok . AFAIK the task signatures will

Re: [yocto] File in append recipe not installed

2015-03-13 Thread p_j_r_m
Thanks for your suggestionsThe problem was that my recipe files were taken from sstate directories, even when they were previously cleaned with bitbake -c clean. If I use -c cleansstate instead, all is ok . El Viernes 13 de marzo de 2015 9:17, Paul Eggleton

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

Re: [yocto] File in append recipe not installed

2015-03-13 Thread Paul Eggleton
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 know that your

Re: [yocto] File in append recipe not installed

2015-03-12 Thread Gary Thomas
On 2015-03-12 14:58, p_j_r_m wrote: 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

[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 Gary Thomas
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 know that your bbappend isn't being used/called? If you name it

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 an