From 1f7c28fac1151bde832fdbbda45db637fdf9b389 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 9 Mar 2017 17:38:57 -0300 Subject: 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 --- recipes-kernel/linux/linux-fslc_4.8.bb | 17 ----------------- recipes-kernel/linux/linux-fslc_4.9.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 recipes-kernel/linux/linux-fslc_4.8.bb create mode 100644 recipes-kernel/linux/linux-fslc_4.9.bb diff --git a/recipes-kernel/linux/linux-fslc_4.8.bb b/recipes-kernel/linux/linux-fslc_4.8.bb deleted file mode 100644 index e127883a..00000000 --- a/recipes-kernel/linux/linux-fslc_4.8.bb +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2012-2016 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" -DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ -provide support for some backported features and fixes, or because it was applied in linux-next \ -and takes some time to become part of a stable version, or because it is not applicable for \ -upstreaming." - -include linux-fslc.inc - -PV = "4.8+git${SRCPV}" - -SRCBRANCH = "4.8.x+fslc" -SRCREV = "35ef7950aaf7caa28afae35160bda0734ecfeba7" - -COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" diff --git a/recipes-kernel/linux/linux-fslc_4.9.bb b/recipes-kernel/linux/linux-fslc_4.9.bb new file mode 100644 index 00000000..c754fa4b --- /dev/null +++ b/recipes-kernel/linux/linux-fslc_4.9.bb @@ -0,0 +1,17 @@ +# 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" +DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ +provide support for some backported features and fixes, or because it was applied in linux-next \ +and takes some time to become part of a stable version, or because it is not applicable for \ +upstreaming." + +include linux-fslc.inc + +PV = "4.9+git${SRCPV}" + +SRCBRANCH = "4.9.x+fslc" +SRCREV = "3737a5f7223464efed3b0a9da2b045dae28d3a53" + +COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf)" -- cgit v1.2.3-54-g00ecf