summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2014-03-27 14:19:21 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-27 15:01:35 -0300
commitbf1f6232bea1ef42ff4fdf4fbcdebec6019a36c6 (patch)
tree7835b9e5fbece0e3012fcd31b498d9d68dbe7418
parent3956e61d7cb80e40e33917839abc7230f7129b89 (diff)
downloadmeta-freescale-bf1f6232bea1ef42ff4fdf4fbcdebec6019a36c6.tar.gz
linux: Use SUMMARY to describe the linux provider
Replace DESCRIPTION to SUMMARY on linux recipes. The SUMMARY content may be used in Release Notes to describe the each kernel provider. Change-Id: I4cb505fd0260278df1e598cb0e7e123a37d83aa2 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc2
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb1
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-imx.inc4
3 files changed, 4 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
index 19acec1a6..0bda89271 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-fslc.inc
@@ -1,7 +1,7 @@
1# Copyright (C) 2012-2014 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2014 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
4DESCRIPTION = "Freescale Community mainline based Linux kernel" 4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7DEPENDS += "lzop-native bc-native" 7DEPENDS += "lzop-native bc-native"
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
index ac49b7a26..5c30c481f 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
@@ -1,4 +1,5 @@
1# Copyright (C) 2014 O.S. Systems Software LTDA. 1# Copyright (C) 2014 O.S. Systems Software LTDA.
2SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
2 3
3require linux-imx_${PV}.bb 4require linux-imx_${PV}.bb
4require linux-mfgtool.inc 5require linux-mfgtool.inc
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc b/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc
index b4f9ffd35..f5db026bf 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx.inc
@@ -1,7 +1,7 @@
1# Copyright (C) 2012, 2013 O.S. Systems Software LTDA. 1# Copyright (C) 2012, 2014 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
4DESCRIPTION = "Linux kernel for imx platforms" 4SUMMARY = "Linux Kernel provided and supported by Freescale"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7 7