All of lore.kernel.org
 help / color / mirror / Atom feed
* what is the purpose of COMPATIBLE_MACHINE_genericx86 = "genericx86"?
@ 2020-02-18 11:57 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2020-02-18 11:57 UTC (permalink / raw)
  To: OE Core mailing list


  i suspect i've asked this before but i can't recall if i saw an
answer (apologies if one was posted) ... under meta-yocto-bsp, in
linux-yocto_5.2.bbappend:

COMPATIBLE_MACHINE_genericx86 = "genericx86"
COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
COMPATIBLE_MACHINE_edgerouter = "edgerouter"
COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto"
COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"

are the above not simply saying (for example):

"if this target is a genericx86, then i am compatible with a
genericx86?" and so on, and so on?

  would this not be equivalent to just writing:

COMPATIBLE_MACHINE = "genericx86|genericx86-64|edgerouter|..."

(or possibly with += depending on what else is going on.)

  is there something different by using those individual assignments?

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] only message in thread

only message in thread, other threads:[~2020-02-18 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 11:57 what is the purpose of COMPATIBLE_MACHINE_genericx86 = "genericx86"? Robert P. J. Day

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.