[meta-xilinx] ZC702 support in Xilinx meta-xilinx

Robert P. J. Day rpjday at crashcourse.ca
Tue Apr 23 04:11:12 PDT 2013


On Tue, 23 Apr 2013, Elvis Dowson wrote:

> Additionally while on this topic, any thoughts on how one would
> maintain different configurations for a board, using different
> kernel sources, e.g Xilinx and Analog Devices, and manage this in an
> easy way in a custom board layer and switch between them?

  not sure if this is the question you're asking but you can have
board-specific settings the way the meta-yocto-bsp layer does. that
layer defines four machines, and the kernel bbappend files look like:

KBRANCH_atom-pc  = "standard/common-pc/atom-pc"
KBRANCH_routerstationpro = "standard/routerstationpro"
KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
KBRANCH_beagleboard = "standard/beagleboard"

COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
COMPATIBLE_MACHINE_beagleboard = "beagleboard"
COMPATIBLE_MACHINE_atom-pc = "atom-pc"

... etc etc ...  but i suspect this isn't what you were asking about.

rday

-- 

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

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





More information about the meta-xilinx mailing list