All of lore.kernel.org
 help / color / mirror / Atom feed
From: p_j_r_m <p_j_r_m@yahoo.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	Gary Thomas <gary@mlbassoc.com>
Subject: Re: File in append recipe not installed
Date: Fri, 13 Mar 2015 23:16:30 +0000 (UTC)	[thread overview]
Message-ID: <853683642.3620249.1426288590548.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <1637612.gAra2p1qXC@peggleto-mobl5.ger.corp.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]


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 <paul.eggleton@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 know that your bbappend isn't being used/called?  If you name it
> incorrectly, e.g. base-files_3.0.99.bbappend, you should get an error
> telling you that there is no base-files_3.0.99.bb which matches.  Hence if
> it's named base-files_3.0.14.bbappend and you get no error, it *is* being
> used.
> 
> Please show exactly what is now in your layer (as below).  It's really easy
> to make a mistake with a '_' instead of '-'.

Also, one way to tell for sure whether it is being parsed is to use:

  bitbake-layers show-appends 

If it's not listed there, check that the layer shows up in:

  bitbake-layers show-layers

If the layer doesn't show there, check if it has been correctly added to 
bblayers.conf. If it is, check that your layer.conf is setting BBFILES such 
that bbappends in the directory you placed the bbappend in will be picked up.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




[-- Attachment #2: Type: text/html, Size: 3232 bytes --]

  reply	other threads:[~2015-03-13 23:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 20:58 File in append recipe not installed p_j_r_m
2015-03-12 21:05 ` Gary Thomas
2015-03-12 23:21   ` p_j_r_m
2015-03-13  0:01     ` Gary Thomas
2015-03-13  8:17       ` Paul Eggleton
2015-03-13 23:16         ` p_j_r_m [this message]
2015-03-14 11:27           ` Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2015-03-13  7:28 p_j_r_m

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=853683642.3620249.1426288590548.JavaMail.yahoo@mail.yahoo.com \
    --to=p_j_r_m@yahoo.com \
    --cc=gary@mlbassoc.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.