From df3e00a1f1dfb01b5a5422e6398023226e682fec Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 9 Mar 2017 17:38:57 -0300 Subject: [PATCH] linux-fslc: Update to 4.9-based fork This upgrades the Linux kernel to the 4.9.13 release. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- .../linux/{linux-fslc_4.8.bb => linux-fslc_4.9.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-kernel/linux/{linux-fslc_4.8.bb => linux-fslc_4.9.bb} (77%) diff --git a/recipes-kernel/linux/linux-fslc_4.8.bb b/recipes-kernel/linux/linux-fslc_4.9.bb similarity index 77% rename from recipes-kernel/linux/linux-fslc_4.8.bb rename to 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 @@ -# Copyright (C) 2012-2016 O.S. Systems Software LTDA. +# Copyright (C) 2012-2017 O.S. Systems Software LTDA. # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" @@ -9,9 +9,9 @@ upstreaming." include linux-fslc.inc -PV = "4.8+git${SRCPV}" +PV = "4.9+git${SRCPV}" -SRCBRANCH = "4.8.x+fslc" -SRCREV = "35ef7950aaf7caa28afae35160bda0734ecfeba7" +SRCBRANCH = "4.9.x+fslc" +SRCREV = "3737a5f7223464efed3b0a9da2b045dae28d3a53" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" -- 2.40.1