summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-14 08:17:37 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 12:17:42 -0300
commitdd69506216fa3294b010780b4a0e6ccf5c71179b (patch)
tree139517251c7da317b1261f4fc5d8b21fa94f212b
parent165add8fb85555d51eee801dd916b5df1bb26822 (diff)
downloadmeta-fsl-arm-dd69506216fa3294b010780b4a0e6ccf5c71179b.tar.gz
linux-fslc-imx: Fix description as the kernel is not i.MX6 specific
The kernel now supports other SoCs so the description was misleading. This fixes it. Change-Id: I3683b387c7126f3fa4d21c960a7687f57e7ef696 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
index b0f205b..3089084 100644
--- a/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_4.1-1.0.x.bb
@@ -1,9 +1,9 @@
1# Copyright (C) 2015, 2016 O.S. Systems Software LTDA. 1# Copyright (C) 2015, 2016 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 i.MX6 Linux kernel with backported features and fixes" 4SUMMARY = "FSL Community BSP i.MX Linux kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.2.0 GA release, used by FSL Community BSP in order to \ 5DESCRIPTION = "Linux kernel based on NXP 4.1.15-1.2.0 GA release, used by FSL Community BSP in order to \
6provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \ 6provide support for i.MX based platforms and include official Linux kernel stable updates, backported \
7features and fixes coming from the vendors, kernel community or FSL Community itself." 7features and fixes coming from the vendors, kernel community or FSL Community itself."
8 8
9include linux-fslc.inc 9include linux-fslc.inc