summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux
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
commit17ac780ec1adcd82a0b18ff004096f30a792fde7 (patch)
treead9751d47e2127f9bddc965065c0e2f839c921d9 /recipes-kernel/linux
parent51f9a2780ff33492c9e96c85530779d3cbc3e3d0 (diff)
downloadmeta-fsl-arm-17ac780ec1adcd82a0b18ff004096f30a792fde7.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>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc2
-rw-r--r--recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb1
-rw-r--r--recipes-kernel/linux/linux-imx.inc4
3 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index 19acec1..0bda892 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/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/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb b/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
index ac49b7a..5c30c48 100644
--- a/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
+++ b/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/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc
index b4f9ffd..f5db026 100644
--- a/recipes-kernel/linux/linux-imx.inc
+++ b/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