]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-timesys: Add branch information for new BitBake fetch
authorAndy Voltz <andy.voltz@timesys.com>
Tue, 14 Jan 2014 18:02:19 +0000 (13:02 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 16 Jan 2014 12:55:07 +0000 (10:55 -0200)
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb

index 5a82c75f64c7270e76ddd1dd8c6ce07a6da51ebb..82d40eedf4fc1fef47714b578751183e4d7f1215 100644 (file)
@@ -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"