summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-07 11:04:42 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-09 12:56:18 -0200
commit486fde904ce0a96586e9340ccd4468859168ce1e (patch)
treef95fee154fd557f02bc6ff4e8e2268a4d4fa6b99
parent90e1ad6d70f14f6018b511fb957bab33f53e101b (diff)
downloadmeta-fsl-arm-486fde904ce0a96586e9340ccd4468859168ce1e.tar.gz
linux-fslc: Update to 3.7.1
This updates to 3.7.1 version and include some fixes for OlinuXino boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc_3.7.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_3.7.bb b/recipes-kernel/linux/linux-fslc_3.7.bb
index d534a61..6431299 100644
--- a/recipes-kernel/linux/linux-fslc_3.7.bb
+++ b/recipes-kernel/linux/linux-fslc_3.7.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2012 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2013 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 = "Linux mainline kernel" 4DESCRIPTION = "Linux mainline kernel"
@@ -12,9 +12,10 @@ inherit kernel
12require recipes-kernel/linux/linux-dtb.inc 12require recipes-kernel/linux/linux-dtb.inc
13 13
14PV = "3.7+git${SRCPV}" 14PV = "3.7+git${SRCPV}"
15PR = "r1"
15 16
16# patches-3.7 17# patches-3.7
17SRCREV = "0f30a07969aa1ea3470ceedf9cc0ae98216fa0f3" 18SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195"
18 19
19SRC_URI = "git://github.com/Freescale/linux-mainline.git \ 20SRC_URI = "git://github.com/Freescale/linux-mainline.git \
20 \ 21 \