[linux-yocto] [PATCH 2/2] intel-core*: Add baytrail soc support

Ong, Boon Leong boon.leong.ong at intel.com
Sun Feb 16 18:37:25 PST 2014


> -----Original Message-----
> From: linux-yocto-bounces at yoctoproject.org [mailto:linux-yocto-
> bounces at yoctoproject.org] On Behalf Of Darren Hart
> Sent: Saturday, February 15, 2014 8:31 AM
> To: Linux Yocto
> Cc: Darren Hart
> Subject: [linux-yocto] [PATCH 2/2] intel-core*: Add baytrail soc support
> 
> Include the BayTrail SoC feature in the two intel-common BSPs. The BayTrail
> SoC is used in both 32 and 64 bit environments.
> 
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> ---
>  .../bsp/intel-common/intel-core2-32.scc            |    5 ++++-
>  .../bsp/intel-common/intel-corei7-64.scc           |    5 ++++-
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
> b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
> index 5938932..b6d18a4 100644
> --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
> +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc
> @@ -7,7 +7,10 @@
> 
>  include cfg/x86.scc
> 
> -# Supported platforms
> +# Supported platforms and SoCs
> +include features/soc/baytrail/baytrail.scc

With the above included and more SoC in future into intel-core2-32.scc
& intel-corei7-64.scc, platform that subscribes to either intel-core2-32 or
intel-corei7-64 will carry all the configs in each platform. 
Is there any reason behind this inclusion? 
Are we still adding the soc specific xxx.scc be into meta-intel/recipes-kernel/
linux/linux-yocto_x.x.bbappend "KERNEL_FEATURES_" ?

> +
> +# Fixme: These should be moved into something similar to the above
>  include bsp/crownbay/crownbay.scc
>  include bsp/emenlow/emenlow.scc
>  include bsp/fri2/fri2.scc
> diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
> b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
> index c176d17..853ec92 100644
> --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
> +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc
> @@ -7,7 +7,10 @@
> 
>  include cfg/x86_64.scc
> 
> -# Supported platforms
> +# Supported platforms and SoCs
> +include features/soc/baytrail/baytrail.scc
> +
> +# Fixme: These should be moved into something similar to the above
>  include bsp/chiefriver/chiefriver.scc
>  include bsp/crystalforest/crystalforest.scc
>  include bsp/haswell-wc/haswell-wc.scc
> --
> 1.7.9.5
> 
> _______________________________________________
> linux-yocto mailing list
> linux-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto


More information about the linux-yocto mailing list