summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb5
1 files 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 5a82c75f6..82d40eedf 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 @@
1# Copyright (C) 2013 Timesys Corporation 1# Copyright (C) 2013-2014 Timesys Corporation
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3include linux-imx.inc 3include linux-imx.inc
4 4
5# Revision of 3.0.15_vybrid branch 5# Revision of 3.0.15_vybrid branch
6SRC_URI = "git://github.com/Timesys/linux-timesys.git \ 6SRC_URI = "git://github.com/Timesys/linux-timesys.git;protocol=git;branch=${SRCBRANCH} \
7 file://defconfig \ 7 file://defconfig \
8 file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \ 8 file://0001-mvf_fec.c-Fix-mac-address-read-to-match-fuse-layout-.patch \
9 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \ 9 file://0002-mvf.c-Change-console-device-name-to-match-mainline-u.patch \
10" 10"
11 11
12SRCBRANCH = "3.0.15_vybrid"
12SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695" 13SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695"
13LOCALVERSION = "-3.0-mvf+yocto" 14LOCALVERSION = "-3.0-mvf+yocto"
14 15