All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Poky Project <poky@yoctoproject.org>
Subject: Debugging overrides
Date: Wed, 04 May 2011 09:21:30 -0600	[thread overview]
Message-ID: <4DC16EFA.4070003@mlbassoc.com> (raw)

I'm having trouble getting some overrides to work and would like
some ideas how to debug/troubleshoot.

I have this [layered] setup
   meta-targetA/
     packages/
       netbase/
         netbase_4.45.bbappend
         netbase-4.45/
           targetA/
             interfaces
Similarly for targetB.

My .bbappend file (identical in both trees) looks like this:

   -----------------------------------------------------------------------------------
   THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
   FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:"
   PACKAGE_ARCH = "${MACHINE_ARCH}"
   -----------------------------------------------------------------------------------

I've traced through this with -DDD and on one target, I can see the
fetcher finding the files in my layer.  On a different target, it only
finds the files in the main meta/recipes-core/netbase tree

Any suggestions on where I look to understand what's going on?

Thanks

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


             reply	other threads:[~2011-05-04 15:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 15:21 Gary Thomas [this message]
2011-05-05 16:31 ` Debugging overrides Gary Thomas
2011-05-05 16:37   ` Chris Larson
2011-05-05 16:48     ` Gary Thomas

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=4DC16EFA.4070003@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=poky@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.