diff options
| author | Daiane Angolini <angolini@gmail.com> | 2013-12-27 16:40:39 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-12-27 19:57:37 -0200 |
| commit | aad9ff469674598558cab0d5b6a225ce881aa49a (patch) | |
| tree | d92f48a18e41efaef47a1673333500c80f5a175c | |
| parent | 78d75ecb5187bde1f6695019e1aee3ddf7cd65e5 (diff) | |
| download | meta-freescale-aad9ff469674598558cab0d5b6a225ce881aa49a.tar.gz | |
u-boot-fslc-mxsboot: Update SRC_URI for new fetcher behavior.
If SRCREV is not in the master branch, the SRC_URI must specify the
branch.
Signed-off-by: Daiane Angolini <angolini@gmail.com>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb index f1dc047d8..3009ddf8c 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | |||
| @@ -8,7 +8,8 @@ PROVIDES = "u-boot-mxsboot" | |||
| 8 | PV = "v2013.10" | 8 | PV = "v2013.10" |
| 9 | 9 | ||
| 10 | SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" | 10 | SRCREV = "079e214888279518ce061c71238a74a0c3db2c28" |
| 11 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 11 | SRCBRANCH = "patches-2013.10" |
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" | ||
| 12 | 13 | ||
| 13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 14 | 15 | ||
