From: Otavio Salvador Date: Mon, 6 Jan 2014 14:06:34 +0000 (-0200) Subject: linux-fslc: Add branch information X-Git-Tag: 2.1~1107 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c99986fb17c6b6d3e805e3456982f05846c4bc1;p=meta-freescale.git linux-fslc: Add branch information The new BitBake fetching code requires the revision to be available in a know branch so we need to provide this information here. Change-Id: I393070798ba3c47d0e76bc7d30d6a321e880ec5a Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc index 378c66b9..19acec1a 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2013 O.S. Systems Software LTDA. +# Copyright (C) 2012-2014 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Freescale Community mainline based Linux kernel" @@ -12,6 +12,8 @@ inherit kernel require recipes-kernel/linux/linux-imx.inc require recipes-kernel/linux/linux-dtb.inc -SRC_URI = "git://github.com/Freescale/linux-mainline.git \ +SRCBRANCH ?= "" + +SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \ file://defconfig" LOCALVERSION = "-fslc" diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.12.bb b/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.12.bb index 100aaf24..bb989397 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.12.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.12.bb @@ -1,11 +1,11 @@ -# Copyright (C) 2012-2013 O.S. Systems Software LTDA. +# Copyright (C) 2012-2014 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) include linux-fslc.inc PV = "3.12+git${SRCPV}" -# patches-3.12 +SRCBRANCH = "patches-3.12" SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f" COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"