summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2014-03-27 14:19:22 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-03-27 15:01:35 -0300
commitb4f13fc2bfd0dc951bf16e22e8bb32256cede050 (patch)
treee27f83fef7e87473021fd4b21500fa3b081d75c0
parent17ac780ec1adcd82a0b18ff004096f30a792fde7 (diff)
downloadmeta-fsl-arm-b4f13fc2bfd0dc951bf16e22e8bb32256cede050.tar.gz
linux: Add a long DESCRIPTION for some kernel recipes
Change-Id: I24b1d2e13726907a112dc647f5d5701bc0eb6f72 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-fslc.inc4
-rw-r--r--recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb3
-rw-r--r--recipes-kernel/linux/linux-imx.inc2
3 files changed, 8 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
index 0bda892..24a7886 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -2,6 +2,10 @@
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 Linux mainline based kernel with backported features and fixes" 4SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
6provide support for some backported features and fixes, or because it was applied in linux-next \
7and takes some time to become part of a stable version, or because it is not applicable for \
8upstreaming."
5LICENSE = "GPLv2" 9LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 10LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7DEPENDS += "lzop-native bc-native" 11DEPENDS += "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 5c30c48..b82a9d9 100644
--- a/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
+++ b/recipes-kernel/linux/linux-imx-mfgtool_3.10.17.bb
@@ -1,5 +1,6 @@
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" 2SUMMARY = "Produces a Manufacturing Tool compatible Linux Kernel"
3DESCRIPTION = "Linux Kernel provided and supported by Freescale that produces a \
4Manufacturing Tool compatible Linux Kernel to be used in updater environment"
3 5
4require linux-imx_${PV}.bb
5require linux-mfgtool.inc 6require linux-mfgtool.inc
diff --git a/recipes-kernel/linux/linux-imx.inc b/recipes-kernel/linux/linux-imx.inc
index f5db026..f1f89b2 100644
--- a/recipes-kernel/linux/linux-imx.inc
+++ b/recipes-kernel/linux/linux-imx.inc
@@ -2,6 +2,8 @@
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 = "Linux Kernel provided and supported by Freescale" 4SUMMARY = "Linux Kernel provided and supported by Freescale"
5DESCRIPTION = "Linux Kernel provided and supported by Freescale with focus on \
6i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
5LICENSE = "GPLv2" 7LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7 9