From 3cac0c60a79a98b70a4e32a094c1218747fc2f96 Mon Sep 17 00:00:00 2001 From: Andy Voltz Date: Tue, 14 Jan 2014 13:02:19 -0500 Subject: linux-timesys: Add branch information for new BitBake fetch Signed-off-by: Andy Voltz --- recipes-kernel/linux/linux-timesys_3.0.15.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-timesys_3.0.15.bb b/recipes-kernel/linux/linux-timesys_3.0.15.bb index 5a82c75..82d40ee 100644 --- a/recipes-kernel/linux/linux-timesys_3.0.15.bb +++ b/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" -- cgit v1.2.3-54-g00ecf