]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: Add branch information
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Jan 2014 14:06:34 +0000 (12:06 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 6 Jan 2014 16:11:57 +0000 (14:11 -0200)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
meta-fsl-arm/recipes-kernel/linux/linux-fslc_3.12.bb

index 378c66b94809beeeed53c1733341c14b0af7a362..19acec1a6952893c928346639169ffb8afa07700 100644 (file)
@@ -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"
index 100aaf24ada252c5a9b63832d516a02ce0bb29c3..bb989397007972eb82c1cce1775b06bcb6c0e084 100644 (file)
@@ -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)"