[meta-freescale] [meta-fsl-arm-extra][PATCH v2 3/4] linux-boundary : Update SRC_URI for new fetcher behavior.

Philip Balister philip at balister.org
Tue Dec 10 13:53:49 PST 2013


If SRCREV is not in the master branch, the SRC_URI must specify the
branch.

Signed-off-by: Philip Balister <philip at balister.org>
---
 recipes-kernel/linux/linux-boundary_3.0.35.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-boundary_3.0.35.bb b/recipes-kernel/linux/linux-boundary_3.0.35.bb
index 7875f93..cc8b495 100644
--- a/recipes-kernel/linux/linux-boundary_3.0.35.bb
+++ b/recipes-kernel/linux/linux-boundary_3.0.35.bb
@@ -5,10 +5,11 @@ require recipes-kernel/linux/linux-imx.inc
 
 DESCRIPTION = "Linux kernel for Boundary Devices boards"
 
-SRC_URI = "git://github.com/boundarydevices/linux-imx6.git \
+SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
            file://defconfig"
 
 LOCALVERSION = "-4.1.0+yocto"
+SRCBRANCH = "boundary-imx_3.0.35_4.1.0"
 SRCREV = "58099389255add7c17ce6babf37a50ce5d11d6b8"
 
 
-- 
1.8.3.1



More information about the meta-freescale mailing list