summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2017-03-09 17:38:57 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-03-09 17:45:00 -0300
commit1f7c28fac1151bde832fdbbda45db637fdf9b389 (patch)
tree10daf0d3919cbdbc8875efc494674d9ee5970a52
parentab253cf70ad5508f351611031552254598a55524 (diff)
downloadmeta-freescale-1f7c28fac1151bde832fdbbda45db637fdf9b389.tar.gz
linux-fslc: Update to 4.9-based fork
This upgrades the Linux kernel to the 4.9.13 release. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc_4.9.bb (renamed from recipes-kernel/linux/linux-fslc_4.8.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc_4.8.bb b/recipes-kernel/linux/linux-fslc_4.9.bb
index e127883a..c754fa4b 100644
--- a/recipes-kernel/linux/linux-fslc_4.8.bb
+++ b/recipes-kernel/linux/linux-fslc_4.9.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2012-2016 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2017 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
4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" 4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
@@ -9,9 +9,9 @@ upstreaming."
9 9
10include linux-fslc.inc 10include linux-fslc.inc
11 11
12PV = "4.8+git${SRCPV}" 12PV = "4.9+git${SRCPV}"
13 13
14SRCBRANCH = "4.8.x+fslc" 14SRCBRANCH = "4.9.x+fslc"
15SRCREV = "35ef7950aaf7caa28afae35160bda0734ecfeba7" 15SRCREV = "3737a5f7223464efed3b0a9da2b045dae28d3a53"
16 16
17COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" 17COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)"