diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-06 12:06:34 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-06 14:11:57 -0200 |
commit | 7cb321dce280d810a3f5a9febdbaa04738572794 (patch) | |
tree | 74d56b3558a258ff0d17348f62ae4828861fdbdc | |
parent | dba487ffaaa074e41ad3819bc149b109ed56ce27 (diff) | |
download | meta-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.inc | 6 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc_3.12.bb | 4 |
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 | ||
4 | DESCRIPTION = "Freescale Community mainline based Linux kernel" | 4 | DESCRIPTION = "Freescale Community mainline based Linux kernel" |
@@ -12,6 +12,8 @@ inherit kernel | |||
12 | require recipes-kernel/linux/linux-imx.inc | 12 | require recipes-kernel/linux/linux-imx.inc |
13 | require recipes-kernel/linux/linux-dtb.inc | 13 | require recipes-kernel/linux/linux-dtb.inc |
14 | 14 | ||
15 | SRC_URI = "git://github.com/Freescale/linux-mainline.git \ | 15 | SRCBRANCH ?= "" |
16 | |||
17 | SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \ | ||
16 | file://defconfig" | 18 | file://defconfig" |
17 | LOCALVERSION = "-fslc" | 19 | LOCALVERSION = "-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 | ||
4 | include linux-fslc.inc | 4 | include linux-fslc.inc |
5 | 5 | ||
6 | PV = "3.12+git${SRCPV}" | 6 | PV = "3.12+git${SRCPV}" |
7 | 7 | ||
8 | # patches-3.12 | 8 | SRCBRANCH = "patches-3.12" |
9 | SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f" | 9 | SRCREV = "9ab58339c5e84c34df82f8a2f68b8b033b9bd03f" |
10 | 10 | ||
11 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" | 11 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6)" |