diff options
author | Andy Voltz <andy.voltz@timesys.com> | 2014-01-14 13:02:19 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-16 10:55:07 -0200 |
commit | 3cac0c60a79a98b70a4e32a094c1218747fc2f96 (patch) | |
tree | 12bd04958c2d6d37aab26ccdd84d074705db0b06 | |
parent | 0a8fc39b70a9d22fb364f5bc27e622f5b9b7f7ab (diff) | |
download | meta-fsl-arm-3cac0c60a79a98b70a4e32a094c1218747fc2f96.tar.gz |
linux-timesys: Add branch information for new BitBake fetch
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
-rw-r--r-- | recipes-kernel/linux/linux-timesys_3.0.15.bb | 5 |
1 files 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 @@ | |||
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) |
3 | include linux-imx.inc | 3 | include linux-imx.inc |
4 | 4 | ||
5 | # Revision of 3.0.15_vybrid branch | 5 | # Revision of 3.0.15_vybrid branch |
6 | SRC_URI = "git://github.com/Timesys/linux-timesys.git \ | 6 | SRC_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 | ||
12 | SRCBRANCH = "3.0.15_vybrid" | ||
12 | SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695" | 13 | SRCREV = "dea13473ce0c106fc56af798eefc7196bb150695" |
13 | LOCALVERSION = "-3.0-mvf+yocto" | 14 | LOCALVERSION = "-3.0-mvf+yocto" |
14 | 15 | ||