diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-07 11:04:42 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-09 12:56:18 -0200 |
commit | 486fde904ce0a96586e9340ccd4468859168ce1e (patch) | |
tree | f95fee154fd557f02bc6ff4e8e2268a4d4fa6b99 | |
parent | 90e1ad6d70f14f6018b511fb957bab33f53e101b (diff) | |
download | meta-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.bb | 5 |
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 | ||
4 | DESCRIPTION = "Linux mainline kernel" | 4 | DESCRIPTION = "Linux mainline kernel" |
@@ -12,9 +12,10 @@ inherit kernel | |||
12 | require recipes-kernel/linux/linux-dtb.inc | 12 | require recipes-kernel/linux/linux-dtb.inc |
13 | 13 | ||
14 | PV = "3.7+git${SRCPV}" | 14 | PV = "3.7+git${SRCPV}" |
15 | PR = "r1" | ||
15 | 16 | ||
16 | # patches-3.7 | 17 | # patches-3.7 |
17 | SRCREV = "0f30a07969aa1ea3470ceedf9cc0ae98216fa0f3" | 18 | SRCREV = "bc2b10c4b6edf5ce1fae6f69f7651c0e8f736195" |
18 | 19 | ||
19 | SRC_URI = "git://github.com/Freescale/linux-mainline.git \ | 20 | SRC_URI = "git://github.com/Freescale/linux-mainline.git \ |
20 | \ | 21 | \ |