[meta-intel] [PATCH] linux-yocto-dev: Remove LINUX_VERSION

Tom Zanussi tom.zanussi at intel.com
Tue Jul 29 14:10:48 PDT 2014


On Tue, 2014-07-29 at 13:47 -0700, Darren Hart wrote:
> The SRCREV lines were removed in:
> 
> 8b4ab82 intel-common: Remove SRCREVs from linux-yocto-dev
> 
> The LINUX_VERSION override should have been removed/commented at the
> same time as it is of course directly tied to the SRCREV.
> 
> Reported-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>

Makes sense - the linux version rapidly changes for -dev, which could
get confusing.

Acked-by: Tom Zanussi <tom.zanussi at linux.intel.com>

> ---
>  common/recipes-kernel/linux/linux-yocto-dev.bbappend | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
> index ddc1c4a..bfb5f62 100644
> --- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
> @@ -2,13 +2,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
>  KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
>  
> -LINUX_VERSION_core2-32-intel-common = "3.14-rc8"
> +#LINUX_VERSION_core2-32-intel-common = "3.14-rc8"
>  COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
>  KMACHINE_core2-32-intel-common = "intel-core2-32"
>  KBRANCH_core2-32-intel-common = "standard/base"
>  KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
>  
> -LINUX_VERSION_corei7-64-intel-common = "3.14-rc8"
> +#LINUX_VERSION_corei7-64-intel-common = "3.14-rc8"
>  COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
>  KMACHINE_corei7-64-intel-common = "intel-corei7-64"
>  KBRANCH_corei7-64-intel-common = "standard/base"
> -- 
> 1.9.1
> 




More information about the meta-intel mailing list