If SRCREV is not in the master branch, the SRC_URI
must specify the branch.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
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 \
"
# 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 \
# 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 \
# 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)"