> -----Original Message----- > From: [email protected] [mailto:meta-xilinx- > [email protected]] On Behalf Of Edward Wingate > Sent: Friday, December 08, 2017 12:31 PM > To: [email protected] > Subject: [meta-xilinx] Kernel configurations for different machines > > The virtual/kernel provider for a machine A is the linux-xlnx-dev recipe. > > I point to a kernel configuration by adding this to linux-xlnx-dev.bbappend > file in my > layer: > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URI += "file://customconfig.cfg" > > I now have a machine B that I also want to use the linux-xlnx-dev kernel > recipe. But > I want machine B to use a different kernel configuration. How would I do > this? Do I > somehow specify in the linux-xlnx-dev.bbappend file to use different configs > for > different machines? > SRC_URI_append_amachine = " file://customconfig-machinea.cfg" SRC_URI_append_bmachine = " file://customconfig-machineb.cfg"
Hope that helps Thanks, Manju -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
