All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Yocto Project <yocto@yoctoproject.org>
Subject: Files and overrides
Date: Thu, 25 Apr 2013 07:08:19 -0600	[thread overview]
Message-ID: <51792AC3.7080501@mlbassoc.com> (raw)

I'm trying to supply a target specific file for which there are
already many alternatives.  For whatever reason, the wrong file
is always being chosen.

Here are the details: I have a local layer (meta-imx6) which is used
to override/overlay a BSP layer (meta-fsl-arm) which in turn is
supplying some tuned files.  In particular, the file 'xorg.conf'
which appears in all of these places:
   ./meta-imx6/recipes-graphics/xorg-xserver/xserver-xf86-config/sabrelite/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemumips64/xorg.conf
   ./meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf
   ./meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx6/xorg.conf
   ./meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mx5/xorg.conf
   ./meta-fsl-arm/recipes-graphics/xorg-xserver/xserver-xf86-config/mxs/xorg.conf

My meta-imx6 layer sets up the overrides to be:
   FILESOVERRIDES="imx6qsabrelite:arm:armv7a:mx6:mx6q:sabrelite:amltd"
   OVERRIDES="imx6qsabrelite:arm:armv7a:mx6:mx6q:sabrelite:amltd"
where "amltd" is the name of my distribution and "sabrelite" is my machine name.

The file that is actually chosen is .../mx6/xorg.conf, but I want it to
be .../sabrelite/xorg.conf  I have other files in the .../xserver-xf86-config/sabrelite
directory being picked up (that's part of what this is about, adding such configury)
but not xorg.conf

How can I fix this?  I tried moving/adding sabrelite to the front of the
*OVERRIDES variables with no change.

Thanks

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


                 reply	other threads:[~2013-04-25 13:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=51792AC3.7080501@mlbassoc.com \
    --to=gary@mlbassoc.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.