]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: Update SRC_URI for new fetcher behavior.
authorDaiane Angolini <daiane.angolini@freescale.com>
Thu, 12 Dec 2013 15:35:00 +0000 (13:35 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 13 Dec 2013 17:25:51 +0000 (15:25 -0200)
If SRCREV is not in the master branch, the SRC_URI
must specify the branch.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
meta-fsl-arm/recipes-kernel/linux/linux-imx.inc
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.0.35.bb
meta-fsl-arm/recipes-kernel/linux/linux-imx_3.10.9.bb

index 73af4aa3e657e106423e49df25c5c29d9eb3b6d9..7b1ffeebd786e21d35047186a9c5811fcff42348 100644 (file)
@@ -13,7 +13,7 @@ inherit kernel
 LOCALVERSION ?= "+yocto"
 SCMVERSION ?= "y"
 
-SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git \
+SRC_URI = "git://git.freescale.com/imx/linux-2.6-imx.git;branch=${SRCBRANCH} \
            file://defconfig \
 "
 
index 4941e89478dd7ceaf197f7ac427ff04f503db1df..434c21e08290cefa04f86969a3c98a7a84e277ec 100644 (file)
@@ -10,6 +10,7 @@ COMPATIBLE_MACHINE = "(mx28|mx5)"
 # Revision of imx_2.6.35_maintain branch
 SRCREV = "903363ed80a113f2d1e3e96e508ecf128d9af323"
 LOCALVERSION = "-maintain+yocto"
+SRCBRANCH = "imx_2.6.35_maintain"
 
 SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
             file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
index cb71e5633efcc3e81616b3c9d0d73b52712eb20f..72506f2d620ac8f7bfe451bcc5417149fec2c62e 100644 (file)
@@ -10,6 +10,7 @@ COMPATIBLE_MACHINE = "(mx6)"
 # Revision of 4.1.0 branch
 SRCREV = "bdde708ebfde4a8c1d3829578d3f6481a343533a"
 LOCALVERSION = "-4.1.0+yocto"
+SRCBRANCH = "imx_3.0.35_4.1.0"
 
 # Patches need for Yocto and not applied by Freescale when doing 4.1.0 branch
 SRC_URI += "file://drm-vivante-Add-00-sufix-in-returned-bus-Id.patch \
index c7322ff11bfabc55301a46d03b6ee2148906a025..316751e0667d0b27a59e27ea40ffa9d32f244d56 100644 (file)
@@ -11,5 +11,6 @@ DEFAULT_PREFERENCE = "-1"
 # 3.10.9-1.0.0 rc1 commit
 SRCREV = "dbf364b3d0123e5328ae28455c57e588635232c7"
 LOCALVERSION = "-1.0.0_alpha"
+SRCBRANCH = "imx_3.10.9_1.0.0_alpha"
 
 COMPATIBLE_MACHINE = "(mx6)"