All of lore.kernel.org
 help / color / mirror / Atom feed
* Files and overrides
@ 2013-04-25 13:08 Gary Thomas
  0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2013-04-25 13:08 UTC (permalink / raw)
  To: Yocto Project

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-25 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 13:08 Files and overrides Gary Thomas

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.