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-14 14:28:32 -0300
commit02324a79babb2847b0faeb8dedf6de9c907fc520 (patch)
treed8073150f58474b2710a0d5ec97abc1c67ac839c
parent42dd18f678f7b198c161eb88d447bcc974235966 (diff)
downloadmeta-fsl-arm-02324a79babb2847b0faeb8dedf6de9c907fc520.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