From e209de97056c6915c470a7b577ca36b8f2162f14 Mon Sep 17 00:00:00 2001 From: Andy Voltz Date: Tue, 14 Jan 2014 13:02:19 -0500 Subject: [PATCH] linux-timesys: Add branch information for new BitBake fetch Signed-off-by: Andy Voltz --- meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb b/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb index 5a82c75f..82d40eed 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb @@ -1,14 +1,15 @@ -# Copyright (C) 2013 Timesys Corporation +# Copyright (C) 2013-2014 Timesys Corporation # Released under the MIT license (see COPYING.MIT for the terms) include linux-imx.inc # Revision of 3.0.15_vybrid branch -SRC_URI = "git://github.com/Timesys/linux-timesys.git \ +SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \ file://defconfig \ file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \ file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \ " +SRCBRANCH = "3.0.15_vybrid" SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695" LOCALVERSION = "-3.0-mvf+yocto" -- 2.40.1