All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: Otavio Salvador <otavio.salvador@ossystems.com.br>,
	Edward Wingate <edwingate8@gmail.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: remoteproc module
Date: Wed, 14 Oct 2015 10:20:37 -0400	[thread overview]
Message-ID: <561E64B5.6080702@mindchasers.com> (raw)
In-Reply-To: <CAP9ODKpxysJBYh9vNiTSfqU1XX99RDSyisFXvVGm-gj_-JQZsw@mail.gmail.com>

On 10/14/2015 08:52 AM, Otavio Salvador wrote:
> On Wed, Oct 14, 2015 at 4:08 AM, Edward Wingate <edwingate8@gmail.com> wrote:
>> On Tue, Oct 13, 2015 at 5:37 AM, Otavio Salvador
>> <otavio.salvador@ossystems.com.br> wrote:
>>> You need to adjust the search path for the files; check other bbappend
>>> files for an example on this.
>>
>> I think my defconfig is being used, but then there is something else
>> that goes on to overwrite my defconfig.  My defconfig is copied to
>> .../tmp/work/wandboard-poky-linux-gnueabi/linux-wandboard/3.14.28-r0.
>> Then I believe it is being used to generate a .config.  But then in
>> the kernel build directory, I see my defconfig in a .config.old, while
>> another .config takes its place.  Any idea what could be doing this?
>
> So it is lacking a dependency in the config chain or something. Check
> kernel configuration and if it does provide the remoteproc feature
> that you are looking for (I guess it does not).
>

Have you looked at run.do_configure in your temp directory?  You should 
be able to find the lines that copy the defconfig and figure it out from 
there.

Also, as Otavio previously pointed out, make sure you understand your 
file search path.  Grep on ^FILESPATH= after running a

$ bitbake virtual/kernel -e

It can be helpful to redirect this to a file for further examination:

$ bitbake virtual/kernel -e > linux.out



Bob



  reply	other threads:[~2015-10-14 14:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-11 18:23 remoteproc module Edward Wingate
2015-10-11 18:38 ` Edward Wingate
2015-10-11 19:49   ` Edward Wingate
2015-10-13 12:37     ` Otavio Salvador
2015-10-14  7:08       ` Edward Wingate
2015-10-14 12:52         ` Otavio Salvador
2015-10-14 14:20           ` Bob Cochran [this message]
2015-10-15  5:21             ` Edward Wingate

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=561E64B5.6080702@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=edwingate8@gmail.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio.salvador@ossystems.com.br \
    /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.