summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-01-06 12:06:34 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-01-06 14:11:57 -0200
commit7cb321dce280d810a3f5a9febdbaa04738572794 (patch)
tree74d56b3558a258ff0d17348f62ae4828861fdbdc
parentdba487ffaaa074e41ad3819bc149b109ed56ce27 (diff)
downloadmeta-fsl-arm-7cb321dce280d810a3f5a9febdbaa04738572794.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc.inc6
-rw-r--r--recipes-kernel/linux/linux-fslc_3.12.bb4
2 files changed, 6 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index 378c66b..19acec1 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012-2013 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "Freescale Community mainline based Linux kernel" 4DESCRIPTION = "Freescale Community mainline based Linux kernel"
@@ -12,6 +12,8 @@ inherit kernel
12require recipes-kernel/linux/linux-imx.inc 12require recipes-kernel/linux/linux-imx.inc
13require recipes-kernel/linux/linux-dtb.inc 13require recipes-kernel/linux/linux-dtb.inc
14 14
15SRC_URI = "git://github.com/Freescale/linux-mainline.git \ 15SRCBRANCH ?= ""
16
17SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \
16 file://defconfig" 18 file://defconfig"
17LOCALVERSION = "-fslc" 19LOCALVERSION = "-fslc"
diff --git a/recipes-kernel/linux/linux-fslc_3.12.bb b/recipes-kernel/linux/linux-fslc_3.12.bb
index 100aaf2..bb98939 100644
--- a/recipes-kernel/linux/linux-fslc_3.12.bb
+++ b/recipes-kernel/linux/linux-fslc_3.12.bb
@@ -1,11 +1,11 @@
1# Copyright (C) 2012-2013 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4include linux-fslc.inc 4include linux-fslc.inc
5 5
6PV = "3.12+git${SRCPV}" 6PV = "3.12+git${SRCPV}"
7 7
8# patches-3.12 8SRCBRANCH = "patches-3.12"
9SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f" 9SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f"
10 10
11COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" 11COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)"