[meta-intel] [PATCH 02/10] emenlow: linux-yocto_v3.4: cleanup the use of KSRC_linux_yocto_3_4 var

Darren Hart darren.hart at intel.com
Wed Jan 16 10:11:34 PST 2013


On 01/15/2013 09:07 PM, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> Make it easy to override it with a local or other kernel repository.
> 
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> index 90011c5..86e440d 100644
> --- a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.4.bbappend
> @@ -6,3 +6,7 @@ KBRANCH_emenlow  = "standard/emenlow"
>  
>  SRCREV_machine_pn-linux-yocto_emenlow ?= "${AUTOREV}"
>  SRCREV_meta_pn-linux-yocto_emenlow ?= "${AUTOREV}"
> +SRCREV_emgd_pn-linux-yocto_emenlow ?= "${AUTOREV}"
> +
> +KSRC_linux_yocto_3_4 ?= "git.yoctoproject.org/linux-yocto-3.4.git;protocol=git"
> +SRC_URI_emenlow = "${KSRC_linux_yocto_3_4};nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd"


While this does enable overriding, that was possible before. This
appears to be more about ensuring a proper fetch if the emgd branch
changes...

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



More information about the meta-intel mailing list