[meta-xilinx] Kernel configurations for different machines
Manjukumar Harthikote Matha
MANJUKUM at xilinx.com
Fri Dec 8 12:58:37 PST 2017
> -----Original Message-----
> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
> bounces at yoctoproject.org] On Behalf Of Edward Wingate
> Sent: Friday, December 08, 2017 12:31 PM
> To: meta-xilinx at yoctoproject.org
> 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
More information about the meta-xilinx
mailing list