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 | e209de97056c6915c470a7b577ca36b8f2162f14 (patch) | |
| tree | 56f8ff2ca4978da8d17f53c4fa7fad66128464ff | |
| parent | f3d6c3f5950579568ac7e63ba431d84401a97a2d (diff) | |
| download | meta-freescale-e209de97056c6915c470a7b577ca36b8f2162f14.tar.gz | |
linux-timesys: Add branch information for new BitBake fetch
Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
| -rw-r--r-- | meta-fsl-arm/recipes-kernel/linux/linux-timesys_3.0.15.bb | 5 |
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) |
| 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 | ||
