All of lore.kernel.org
 help / color / mirror / Atom feed
* curious about libdrm-2.4.41 recipe from meta-ti layer
@ 2014-07-18 11:46 Robert P. J. Day
  2014-07-18 15:30 ` Maupin, Chase
  2014-07-18 15:37 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Robert P. J. Day @ 2014-07-18 11:46 UTC (permalink / raw)
  To: meta-ti mailing list


  i was perusing a number of yocto layers looking for cool examples to
use in an upcoming class and ran across this oddity in the meta-ti
layer:

recipes-graphics/drm/libdrm_2.4.41.bb:
  FILESEXTRAPATHS_append := ":${COREBASE}/meta/recipes-graphics/drm/libdrm"

  in all of the layers i've looked at, that is the only example of
*appending* to FILESEXTRAPATHS i've ever seen, so i thought i'd look
closer to see what was going on.

  even though oe-core defines a libdrm recipe file, the meta-ti layer
doesn't use a bbappend for its version. rather, it explicitly adds the
libdrm/ directory from oe-core using a reference to ${COREBASE}, then
adds its own files. that's valid, i guess, it just looks weird and is
the only time i've ever seen that.

  i'm also puzzled that the meta-ti recipe sets:

DEFAULT_PREFERENCE = "-1"

what's that for?  given that the oe-core layer already defines a
recipe for libdrm that has a higher version number, why would the
above line be necessary?

  just trying to understand the rationale behind this unusual
construction.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-18 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-18 11:46 curious about libdrm-2.4.41 recipe from meta-ti layer Robert P. J. Day
2014-07-18 15:30 ` Maupin, Chase
2014-07-18 15:44   ` Denys Dmytriyenko
2014-07-18 15:37 ` Denys Dmytriyenko

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.